[shutter] Update to 0.90

cheeselee cheeselee at fedoraproject.org
Thu Dec 20 02:15:56 UTC 2012


commit 624f7a7192f0dad6112074154afd8310d93c51d5
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Thu Dec 20 10:15:48 2012 +0800

    Update to 0.90

 .gitignore   |    1 +
 shutter.spec |   14 +++++++++-----
 sources      |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 49f7c8a..87c0936 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ shutter-0.86.2.tar.gz
 /shutter-0.87.3.tar.gz
 /shutter-0.89.tar.gz
 /shutter-0.89.1.tar.gz
+/shutter-0.90.tar.gz
diff --git a/shutter.spec b/shutter.spec
index 6e08638..784d6c3 100644
--- a/shutter.spec
+++ b/shutter.spec
@@ -1,6 +1,6 @@
 Name:		shutter
-Version:	0.89.1
-Release:	2%{?dist}
+Version:	0.90
+Release:	1%{?dist}
 Summary:	GTK+ 2.0 screenshot application written in perl
 Group:		Applications/Multimedia
 License:	GPLv3+
@@ -33,9 +33,9 @@ with a comfortable GUI using the GTK+ 2.0 framework
 
 %prep
 %setup -q -n %{name}-%{version}
-rm -r share/%{name}/resources/modules/X11
-rm -fr share/%{name}/resources/po/
-rm -fr share/doc
+rm -vr share/doc/
+# Remove the bundled perl(X11::Protocol::Ext::XFIXES)
+rm -vr share/%{name}/resources/modules/X11
 
 %build
 
@@ -83,9 +83,13 @@ fi
 %{_mandir}/man1/%{name}*
 %{_datadir}/pixmaps/%{name}.png
 %{_datadir}/icons/hicolor/*/apps/*.*
+%{_datadir}/icons/HighContrast/
 %{_datadir}/icons/ubuntu-mono-*/*/apps/%{name}-panel.*
 
 %changelog
+* Wed Dec 19 2012 Robin Lee <cheeselee at fedoraproject.org> - 0.90-1
+- Update to 0.90
+
 * Mon Aug 20 2012 Robin Lee <cheeselee at fedoraproject.org> - 0.89.1-2
 - Remove the bundled perl(X11::Protocol::Ext::XFIXES)
 
diff --git a/sources b/sources
index 44e6abd..7abd1a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4844e22319ce8b6dc96191116f9cdd26  shutter-0.89.1.tar.gz
+e12a4cea3942dea33d410c743a794905  shutter-0.90.tar.gz


More information about the scm-commits mailing list