[rodent] Update to 5.2.9

Antonio Trande sagitter at fedoraproject.org
Mon Jul 14 19:56:38 UTC 2014


commit f8db2b59e3c83d0fc4501b16413db91b624b586a
Author: sagitter <anto.trande at gmail.com>
Date:   Mon Jul 14 21:56:49 2014 +0200

    Update to 5.2.9

 .gitignore  |    1 +
 rodent.spec |   30 ++++++++++++++++++------------
 sources     |    2 +-
 3 files changed, 20 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e2d0987..9181ed9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /rodent-5.2.6.tar.bz2
 /rodent-5.2.7.tar.bz2
 /rodent-5.2.8.tar.bz2
+/rodent-5.2.9.tar.bz2
diff --git a/rodent.spec b/rodent.spec
index 6db1c6b..34c42b5 100644
--- a/rodent.spec
+++ b/rodent.spec
@@ -7,8 +7,8 @@
 
 Name:  rodent
 Summary: Advanced user file manager for Linux/BSD systems
-Version: 5.2.8
-Release: 2%{?dist}
+Version: 5.2.9
+Release: 1%{?dist}
 License: GPLv3+
 URL: http://xffm.foo-projects.org/
 Source0: http://sourceforge.net/projects/xffm/files/rodent/rodent-%{version}.tar.bz2
@@ -23,7 +23,7 @@ BuildRequires: librsvg2-devel
 BuildRequires: libzip-devel
 BuildRequires: dbh-devel >= 5.0.13
 BuildRequires: tubo-devel >= 5.0.12
-BuildRequires: librfm-devel >= 5.2.9
+BuildRequires: librfm-devel >= 5.2.10
 BuildRequires: desktop-file-utils, chrpath, procps-ng
 
 %description
@@ -41,7 +41,7 @@ Search tool for Rodent. Uses fgr and grep.
 Rodent is fast, small and powerful parallel file manager. All operations are
 done in threads, and command are inherited from the GNU or BSD operating
 systems to reduce the possibility of bugs to a minimum.
-%endif #%%if with_rodentfgr
+%endif #with_rodentfgr
 
 %if 0%{?with_rodentdiff}
 %package -n  rodent-diff
@@ -53,7 +53,7 @@ Differences tool for Rodent. Uses system diff application (GNU or BSD).
 Rodent is fast, small and powerful parallel file manager. All operations are
 done in threads, and command are inherited from the GNU or BSD operating
 systems to reduce the possibility of bugs to a minimum.
-%endif #%%if with_rodentdiff
+%endif #with_rodentdiff
 
 %if 0%{?with_rodenticonmgr}
 %package -n  rodent-iconmgr
@@ -65,7 +65,7 @@ Icon customization dialog for Rodent applications.
 Rodent is fast, small and powerful parallel file manager. All operations are
 done in threads, and command are inherited from the GNU or BSD operating
 systems to reduce the possibility of bugs to a minimum.
-%endif #%%if with_rodenticonmgr
+%endif #with_rodenticonmgr
 
 %if 0%{?with_rodentpkg}
 %package -n  rodent-pkg
@@ -77,7 +77,7 @@ Search tool for Rodent. Uses fgr and grep.
 Rodent is fast, small and powerful parallel file manager. All operations are
 done in threads, and command are inherited from the GNU or BSD operating
 systems to reduce the possibility of bugs to a minimum.
-%endif #%%if with_rodentpkg
+%endif #with_rodentpkg
 
 %prep
 %setup -q -n %{name}-%{version}
@@ -153,6 +153,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 %dir %{_libdir}/rfm/modules
 %{_libdir}/rfm/modules/libgridview.so
 %{_libdir}/rfm/modules/libdeskview.so
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/Rodent.appdata.xml
+%{_datadir}/appdata/Rodent-pkg.appdata.xml
 %{_datadir}/icons/rfm/48x48/
 %{_datadir}/icons/rfm/animated/
 %{_datadir}/icons/hicolor/scalable/apps/*.svg
@@ -196,8 +199,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/scalable/apps/%{name}-fgr.svg
 %{_datadir}/applications/Rodent-fgr.desktop
 %{_datadir}/pixmaps/%{name}-fgr.svg
+%{_datadir}/appdata/Rodent-fgr.appdata.xml
 %{_mandir}/man1/%{name}-fgr.1*
-%endif #%if with_rodentfgr
+%endif #with_rodentfgr
 
 %if 0%{?with_rodentdiff}
 %files -n rodent-diff -f rodent-diff.lang
@@ -206,8 +210,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/scalable/apps/%{name}-diff.svg
 %{_datadir}/applications/Rodent-diff.desktop
 %{_datadir}/pixmaps/%{name}-diff.svg
+%{_datadir}/appdata/Rodent-diff.appdata.xml
 %{_mandir}/man1/%{name}-diff.1*
-%endif #%if with_rodentdiff
+%endif #with_rodentdiff
 
 %if 0%{?with_rodenticonmgr}
 %files -n rodent-iconmgr -f rodent-iconmgr.lang
@@ -216,12 +221,13 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/scalable/apps/%{name}-iconmgr.svg
 %{_datadir}/applications/Rodent-iconmgr.desktop
 %{_datadir}/pixmaps/%{name}-iconmgr.svg
+%{_datadir}/appdata/Rodent-iconmgr.appdata.xml
 %{_mandir}/man1/%{name}-iconmgr.1*
-%endif #%if with_rodenticonmgr
+%endif #with_rodenticonmgr
 
 %changelog
-* Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.2.8-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+* Mon Jul 14 2014 Antonio Trande <sagitterATfedoraproject.org> 5.2.9-1
+- Release 5.2.9
 
 * Sat Mar 22 2014 Antonio Trande <sagitterATfedoraproject.org> 5.2.8-1
 - Release 5.2.8
diff --git a/sources b/sources
index 86b8115..a47a7ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f94b5a81163a23045edf2d5e506949c6  rodent-5.2.8.tar.bz2
+dd2d4c243072afc8bf6990c8b4eb5b1c  rodent-5.2.9.tar.bz2


More information about the scm-commits mailing list