diff --git a/gcr-3.34.0.tar.xz b/gcr-3.34.0.tar.xz deleted file mode 100644 index acb7e75..0000000 Binary files a/gcr-3.34.0.tar.xz and /dev/null differ diff --git a/gcr-3.36.0.tar.xz b/gcr-3.36.0.tar.xz new file mode 100644 index 0000000..283e966 Binary files /dev/null and b/gcr-3.36.0.tar.xz differ diff --git a/gcr.spec b/gcr.spec index f48ce94..689a816 100644 --- a/gcr.spec +++ b/gcr.spec @@ -3,15 +3,16 @@ %endif Name: gcr -Version: 3.34.0 +Version: 3.36.0 Release: 1 Summary: A library for bits of crypto UI and parsing License: LGPLv2+ URL: https://wiki.gnome.org/Projects/CryptoGlue -Source0: https://download.gnome.org/sources/%{name}/3.34/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/3.36/%{name}-%{version}.tar.xz BuildRequires: pkgconfig(gio-unix-2.0) pkgconfig(gobject-introspection-1.0) pkgconfig(gtk+-3.0) pkgconfig(p11-kit-1) -BuildRequires: chrpath docbook-style-xsl libgcrypt-devel desktop-file-utils intltool vala gnupg2 libxslt +BuildRequires: chrpath docbook-style-xsl libgcrypt-devel desktop-file-utils intltool vala gnupg2 libxslt meson +BuildRequires: gtk-doc gettext %if 0%{?has_valgrind} BuildRequires: valgrind-devel %endif @@ -38,11 +39,11 @@ rm -rf build/valgrind/ %endif %build -%configure --enable-introspection -%make_build +%meson +%meson_build %install -%make_install +%meson_install rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/libmock-test-module.* %find_lang %{name} @@ -82,6 +83,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gcr-viewer.desktop %{_datadir}/vala/ %changelog +* Mon Jul 20 2020 wangye - 3.36.0-1 +- update to 3.36.0 + * Sat Jan 11 2020 openEuler Buildteam - 3.34.0-1 - update to 3.34.0