From 2ee0a7f6b3ef1f60db8fe232bc7bd8761efc4161 Mon Sep 17 00:00:00 2001 From: David King Date: Jun 25 2015 21:49:45 +0000 Subject: Update to 3.17.3.1 --- diff --git a/.gitignore b/.gitignore index 0885e7a..3373bf1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /gnome-todo-3.17.3.tar.xz +/gnome-todo-3.17.3.1.tar.xz diff --git a/0001-Makefile-don-t-install-doc-by-autotools.patch b/0001-Makefile-don-t-install-doc-by-autotools.patch deleted file mode 100644 index c90c88f..0000000 --- a/0001-Makefile-don-t-install-doc-by-autotools.patch +++ /dev/null @@ -1,39 +0,0 @@ -From abd269574ecca84c6294f5e8712e39faea9bc552 Mon Sep 17 00:00:00 2001 -From: Igor Gnatenko -Date: Tue, 23 Jun 2015 20:52:52 +0300 -Subject: [PATCH] Makefile: don't install doc by autotools - -it should be done by package managers. - -Signed-off-by: Igor Gnatenko ---- - Makefile.am | 6 ++---- - 1 file changed, 2 insertions(+), 4 deletions(-) - -diff --git a/Makefile.am b/Makefile.am -index 78bd4bc..692fcbf 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -8,7 +8,8 @@ INTLTOOL_FILES = \ - intltool-merge.in \ - intltool-update.in - --dist_doc_DATA = \ -+EXTRA_DIST = \ -+ $(INTLTOOL_FILES) \ - README \ - COPYING \ - AUTHORS \ -@@ -16,9 +17,6 @@ dist_doc_DATA = \ - INSTALL \ - NEWS - --EXTRA_DIST = \ -- $(INTLTOOL_FILES) -- - DISTCLEANFILES = \ - intltool-extract \ - intltool-merge \ --- -2.4.4 - diff --git a/0001-desktop-drop-Extra-category-it-s-doesn-t-exist.patch b/0001-desktop-drop-Extra-category-it-s-doesn-t-exist.patch deleted file mode 100644 index 987e03f..0000000 --- a/0001-desktop-drop-Extra-category-it-s-doesn-t-exist.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 8a37f68f046962d98c44a586ec3eed6dab43564d Mon Sep 17 00:00:00 2001 -From: Igor Gnatenko -Date: Tue, 23 Jun 2015 12:53:55 +0300 -Subject: [PATCH] desktop: drop 'Extra' category, it's doesn't exist - -Signed-off-by: Igor Gnatenko ---- - data/org.gnome.Todo.desktop.in.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/data/org.gnome.Todo.desktop.in.in b/data/org.gnome.Todo.desktop.in.in -index 9e43223..c58ac51 100644 ---- a/data/org.gnome.Todo.desktop.in.in -+++ b/data/org.gnome.Todo.desktop.in.in -@@ -7,6 +7,6 @@ Terminal=false - Type=Application - StartupNotify=true - OnlyShowIn=GNOME; --Categories=GNOME;GTK;Utility;Extra; -+Categories=GNOME;GTK;Utility; - _Keywords=Task;Productivity; - DBusActivatable=true --- -2.4.4 - diff --git a/gnome-todo.spec b/gnome-todo.spec index b451413..7fada38 100644 --- a/gnome-todo.spec +++ b/gnome-todo.spec @@ -1,14 +1,11 @@ Name: gnome-todo -Version: 3.17.3 +Version: 3.17.3.1 Release: 1%{?dist} Summary: Personal task manager for GNOME License: GPLv3+ URL: https://git.gnome.org/browse/gnome-todo/ Source0: https://download.gnome.org/sources/%{name}/3.17/%{name}-%{version}.tar.xz -# https://git.gnome.org/browse/gnome-todo/commit/?id=8a37f68f046962d98c44a586ec3eed6dab43564d -Patch0: 0001-desktop-drop-Extra-category-it-s-doesn-t-exist.patch -Patch1: 0001-Makefile-don-t-install-doc-by-autotools.patch BuildRequires: git BuildRequires: intltool @@ -35,6 +32,7 @@ GNOME desktop environment. %install %make_install +%find_lang %{name} %check desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Todo.desktop @@ -48,7 +46,7 @@ fi %posttrans /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : -%files +%files -f %{name}.lang %license COPYING %doc README AUTHORS NEWS %{_bindir}/%{name} @@ -57,5 +55,8 @@ fi %{_datadir}/glib-2.0/schemas/org.gnome.todo.gschema.xml %changelog +* Thu Jun 25 2015 David King - 3.17.3.1-1 +- Update to 3.17.3.1 + * Tue Jun 23 2015 Igor Gnatenko - 3.17.3-1 - Initial package diff --git a/sources b/sources index 5a380b8..1d748fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -28a3778a8ebbd4b200bcb06c216df12e gnome-todo-3.17.3.tar.xz +4df32a7fbbe0073d9e72e7af3c78efcf gnome-todo-3.17.3.1.tar.xz