diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..b9b85422a1a2e3abfdce6aa9f26cc39c29b372c1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.xz filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text diff --git a/.lfsconfig b/.lfsconfig new file mode 100644 index 0000000000000000000000000000000000000000..45d975280fb3da20472799e78be2376ba6e94895 --- /dev/null +++ b/.lfsconfig @@ -0,0 +1,2 @@ +[lfs] + url = https://artlfs.openeuler.openatom.cn/src-openEuler/gtk3 diff --git a/gtk+-3.24.43.tar.xz b/gtk+-3.24.43.tar.xz deleted file mode 100644 index 1f8d8e39de8c5da48ae6de554f35fe75cea99545..0000000000000000000000000000000000000000 Binary files a/gtk+-3.24.43.tar.xz and /dev/null differ diff --git a/gtk-3.24.48.tar.xz b/gtk-3.24.48.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..c464bcbe14f1b8b93a7d8ccd8ed7e441fda8a226 --- /dev/null +++ b/gtk-3.24.48.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10ce9ea9df44c1016d8d1721f39e55d3d607fcfb85334aec0d236cdc9a70556 +size 13414436 diff --git a/gtk3.spec b/gtk3.spec index 70d255f44eac4a30356ed19650f5e51811e4b22a..c305bbc37786595488975051bbb276b02179330c 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -13,12 +13,12 @@ #Basic Information Name: gtk3 -Version: 3.24.43 +Version: 3.24.48 Release: 1 Summary: GTK+ graphical user interface library License: LGPL-2.0-or-later URL: https://www.gtk.org -Source0: https://download.gnome.org/sources/gtk+/3.24/gtk+-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gtk/3.24/gtk-%{version}.tar.xz Patch0: 0001-Let-the-notification-icon-use-the-size-specified-by-.patch @@ -31,7 +31,7 @@ BuildRequires: pkgconfig(xi) pkgconfig(xrandr) pkgconfig(xinerama) pkgconfig(xco BuildRequires: pkgconfig(xkbcommon) pkgconfig(epoxy) >= %{epoxy_version} BuildRequires: wayland-devel >= %{wayland_version} wayland-protocols-devel >= %{wayland_protocols_version} BuildRequires: pkgconfig(colord) -BuildRequires: gettext gtk-doc libtool desktop-file-utils libXcursor-devel meson +BuildRequires: gettext gtk-doc libtool desktop-file-utils libXcursor-devel meson >= 0.60.0 %if 0%{?openEuler} BuildRequires: cups-devel %endif @@ -108,7 +108,7 @@ This package contains man pages and other related documents for gtk3. #Build sections %prep -%autosetup -n gtk+-%{version} -p1 +%autosetup -n gtk-%{version} -p1 %build export CFLAGS='-fno-strict-aliasing %optflags' @@ -255,6 +255,9 @@ gtk-query-immodules-3.0-64 --update-cache &>/dev/null || : %{_mandir}/man1/gtk3-widget-factory.1* %changelog +* Sat Jan 25 2025 Funda Wang - 3.24.48-1 +- update to 3.24.48 + * Thu Jul 25 2024 Funda Wang - 3.24.43-1 - update to 3.24.43