diff --git a/gnome-color-manager-3.30.0.tar.xz b/gnome-color-manager-3.30.0.tar.xz deleted file mode 100644 index 85c07fb..0000000 Binary files a/gnome-color-manager-3.30.0.tar.xz and /dev/null differ diff --git a/gnome-color-manager-3.36.0.tar.xz b/gnome-color-manager-3.36.0.tar.xz new file mode 100644 index 0000000..5c07234 Binary files /dev/null and b/gnome-color-manager-3.36.0.tar.xz differ diff --git a/gnome-color-manager.spec b/gnome-color-manager.spec index aae47c2..835884d 100644 --- a/gnome-color-manager.spec +++ b/gnome-color-manager.spec @@ -1,10 +1,10 @@ Name: gnome-color-manager -Version: 3.30.0 -Release: 3 +Version: 3.36.0 +Release: 1 Summary: GNOME color management tools License: GPLv2+ URL: http://mail.gnome.org/mailman/listinfo/gnome-color-manager-list -Source0: http://download.gnome.org/sources/gnome-color-manager/3.30/gnome-color-manager-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gnome-color-manager/3.36/gnome-color-manager-%{version}.tar.xz BuildRequires: gtk3-devel >= 3.0.0 desktop-file-utils gettext lcms2-devel libtiff-devel libexif-devel BuildRequires: exiv2-devel libcanberra-devel glib2-devel >= 2.25.9-2 docbook-utils colord-devel >= 0.1.12 BuildRequires: colord-gtk-devel >= 0.1.22 itstool meson vte291-devel @@ -37,7 +37,6 @@ Documentation for gnome-color-manager. %files -f gnome-color-manager.lang %doc COPYING AUTHORS README %{_bindir}/gcm-* -%{_libexecdir}/gcm-* %{_datadir}/applications/{gcm-*.desktop,org.gnome.ColorProfileViewer.desktop} %dir %{_datadir}/gnome-color-manager/{targets,icons,figures,ti1} %{_datadir}/gnome-color-manager/{targets/*,icons/*,figures/*,ti1/*} @@ -49,6 +48,10 @@ Documentation for gnome-color-manager. %{_mandir}/man1/*.1* %changelog +* Mon May 24 2021 weijin deng - 3.36.0-1 +- Upgrade to 3.36.0 +- Update Version, Release, stage files + * Tue May 18 2021 lin.zhang - 3.30.0-3 - add BuildRequires gcc gcc-c++