[shutter] Update to 0.93

李瑞彬 cheeselee at fedoraproject.org
Tue Oct 21 15:16:38 UTC 2014


commit 504a9e2b28e285a721325c6349f13e24a7da3dda
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Tue Oct 21 23:19:04 2014 +0800

    Update to 0.93

 .gitignore   |    1 +
 shutter.spec |   11 +++++++++--
 sources      |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7911f9b..c11b2e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ shutter-0.86.2.tar.gz
 /shutter-0.90.tar.gz
 /shutter-0.90.1.tar.gz
 /shutter-0.91.tar.gz
+/shutter-0.93.tar.gz
diff --git a/shutter.spec b/shutter.spec
index c6386cf..d497e13 100644
--- a/shutter.spec
+++ b/shutter.spec
@@ -1,6 +1,6 @@
 Name:		shutter
-Version:	0.91
-Release:	2%{?dist}
+Version:	0.93
+Release:	1%{?dist}
 Summary:	GTK+2-based screenshot application written in Perl
 Group:		Applications/Multimedia
 License:	GPLv3+
@@ -8,7 +8,10 @@ URL:		http://shutter-project.org
 Source0:	http://shutter-project.org/wp-content/uploads/releases/tars/%{name}-%{version}.tar.gz
 BuildArch:	noarch
 BuildRequires:	desktop-file-utils
+BuildRequires:  perl
+%if 0%{?fedora} || 0%{?rhel} >= 7
 Requires:	gnome-web-photo
+%endif
 Requires:	perl(Gtk2::ImageView)
 Requires:	perl(X11::Protocol::Ext::XFIXES)
 Requires:	nautilus-sendto
@@ -36,6 +39,7 @@ with a comfortable GUI using the GTK+ 2.x framework.
 rm -vr share/doc/
 # Remove the bundled perl(X11::Protocol::Ext::XFIXES)
 rm -vr share/%{name}/resources/modules/X11
+rm -vr share/%{name}/resources/modules/WebService
 
 %build
 
@@ -87,6 +91,9 @@ fi
 %{_datadir}/icons/ubuntu-mono-*/*/apps/%{name}-panel.*
 
 %changelog
+* Sun Oct 19 2014 Robin Lee <cheeselee at fedoraproject.org> - 0.93-1
+- Update to 0.93
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.91-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 73ed845..902d5d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9775b904dd4e75b87f5e51bb861c74ad  shutter-0.91.tar.gz
+13e913ae1e4a9c8e9416e0386eb97bb8  shutter-0.93.tar.gz


More information about the scm-commits mailing list