[mate-image-viewer] Update to 1.7.0

Dan Mashal vicodan at fedoraproject.org
Sat Dec 7 01:22:59 UTC 2013


commit 444c3a2e90f9b5653cc0bf9b8877a85bc2bd3274
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Fri Dec 6 17:22:49 2013 -0800

    Update to 1.7.0

 .gitignore             |    1 +
 mate-image-viewer.spec |   28 ++++++++++++++++------------
 sources                |    2 +-
 3 files changed, 18 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7d5d568..a616f4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /mate-image-viewer-1.4.0.tar.xz
 /mate-image-viewer-1.6.0.tar.xz
 /mate-image-viewer-1.6.1.tar.xz
+/mate-image-viewer-1.7.0.tar.gz
diff --git a/mate-image-viewer.spec b/mate-image-viewer.spec
index 5c4a1cb..7d1bc8a 100644
--- a/mate-image-viewer.spec
+++ b/mate-image-viewer.spec
@@ -1,14 +1,16 @@
 Name:          mate-image-viewer
-Version:       1.6.1
-Release:       2%{?dist}
+Version:       1.7.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.6/%{name}-%{version}.tar.xz
 
-# pull request at upstream
-# https://github.com/mate-desktop/mate-image-viewer/pull/24
-Patch0:        mate-image-viewer_python-libdir.patch
+#Use old package name temporarily for testing
+#Snapshot from http://git.mate-desktop.org master
+Source0:       http://vicodan.fedorapeople.org/mate-image-viewer-1.7.0.tar.gz
+
+#Source0:       http://pub.mate-desktop.org/releases/1.7/%{name}-%{version}.tar.xz
+
 
 BuildRequires: pkgconfig(zlib)
 BuildRequires: pkgconfig(gtk+-2.0)
@@ -46,8 +48,9 @@ Development files for mate-image-viewer
 
 %prep
 %setup -q
-%patch0 -p1 -b .python-libdir
-autoreconf -i -f
+NOCONFIGURE=1 ./autogen.sh
+#%patch0 -p1 -b .python-libdir
+#autoreconf -i -f
 
 %build
 %configure \
@@ -99,18 +102,19 @@ fi
 %dir %{_libdir}/eom/plugins
 %{_libdir}/eom/plugins/*
 %{_datadir}/applications/eom.desktop
-%{_datadir}/mate/help/eom
-%{_datadir}/omf/eom
+%{_datadir}/help/*/eom
+%{_datadir}/eom
 %{_datadir}/icons/hicolor/*/apps/eom.*
 %{_datadir}/glib-2.0/schemas/org.mate.eom.gschema.xml
-%{_datadir}/gtk-doc/html/eom
-%{_datadir}/mate-image-viewer
 
 %files devel
 %{_libdir}/pkgconfig/eom.pc
 %{_includedir}/eom-2.20
 
 %changelog
+* Fri Dec 06 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.0-1
+- Update to 1.7.0 from mate-desktop git
+
 * Mon Sep 16 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-2
 - add mate-desktop-libs runtime require, fix rhbz (#1008249)
 - remove gsettings-desktop-schemas BR and runtime require
diff --git a/sources b/sources
index 495fcf1..f1d0ce1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5000fc45beddebeabd49c5a80994f867  mate-image-viewer-1.6.1.tar.xz
+5ef5d80edc6f0ec092ea7b52e9313a93  mate-image-viewer-1.7.0.tar.gz


More information about the scm-commits mailing list