[mate-image-viewer] Update to latest 1.6.0 stable release.

Dan Mashal vicodan at fedoraproject.org
Wed Apr 3 14:11:48 UTC 2013


commit 0004fd2a77678e437ef43ba15de3edc2fc68b2dd
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Wed Apr 3 07:11:18 2013 -0700

    Update to latest 1.6.0 stable release.

 .gitignore             |    1 +
 mate-image-viewer.spec |   28 +++++++++++++++-------------
 sources                |    2 +-
 3 files changed, 17 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 28175b3..4d33dac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /mate-image-viewer-1.5.0.tar.xz
 /mate-image-viewer-1.4.0.tar.xz
+/mate-image-viewer-1.6.0.tar.xz
diff --git a/mate-image-viewer.spec b/mate-image-viewer.spec
index b0b8876..e3cb4ea 100644
--- a/mate-image-viewer.spec
+++ b/mate-image-viewer.spec
@@ -1,12 +1,12 @@
 Name:          mate-image-viewer
-Version:       1.5.0
-Release:       4%{?dist}
+Version:       1.6.0
+Release:       1%{?dist}
 Summary:       Eye of MATE image viewer
 
 License:       GPLv2+ and LGPLv2+ 
 URL:           http://mate-desktop.org 
-Source0:       http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
-Patch0:        schema.patch
+Source0:       http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+#Patch0:        schema.patch
 
 BuildRequires: pkgconfig(glib-2.0)
 BuildRequires: pkgconfig(gtk+-2.0)
@@ -51,7 +51,7 @@ functionality to eog.
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 NOCONFIGURE=1 ./autogen.sh
 
 
@@ -66,11 +66,10 @@ make V=1 %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
-desktop-file-install --vendor "" --delete-original \
-  --remove-category=MATE                           \
-  --add-category=X-Mate                            \
+desktop-file-install                               \
+  --delete-original                                \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications    \
-  $RPM_BUILD_ROOT%{_datadir}/applications/eom.desktop
+$RPM_BUILD_ROOT%{_datadir}/applications/eom.desktop
 
 find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
 find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';'
@@ -113,18 +112,21 @@ fi
 %files -f eom.lang
 %doc AUTHORS COPYING NEWS README
 %{_bindir}/eom
-%{_libdir}/eom/plugins/
+%{_libdir}/eom/plugins
 %{_datadir}/applications/eom.desktop
-%{_datadir}/eom/
-%{_datadir}/mate/help/eom/
+%{_datadir}/eom
+%{_datadir}/mate/help/eom
 %{_datadir}/icons/hicolor/*/apps/eom.*
 %{_datadir}/glib-2.0/schemas/org.mate.eom.gschema.xml
 
 %files devel
 %{_libdir}/pkgconfig/eom.pc
-%{_includedir}/eom-2.20/
+%{_includedir}/eom-2.20
 
 %changelog
+* Wed Apr 03 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.6.0-1
+- Update to latest 1.6.0 stable release.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index c8ec6bc..7885c5d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e5ed02c1494ed9b7ff0e32d61f8834fd  mate-image-viewer-1.5.0.tar.xz
+3c17598fd19599f170f8e933d24eb817  mate-image-viewer-1.6.0.tar.xz


More information about the scm-commits mailing list