[xfce4-screenshooter] Update to 1.8.2

Kevin Fenzi kevin at fedoraproject.org
Sun Jan 25 20:22:23 UTC 2015


commit d39da782f4ec6e96379f60f3b8c0e6ba51c1caf5
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun Jan 25 13:22:48 2015 -0700

    Update to 1.8.2

 .gitignore               |    1 +
 sources                  |    2 +-
 xfce4-screenshooter.spec |   29 ++++++++++-------------------
 3 files changed, 12 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6612ead..2e65b42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 xfce4-screenshooter-1.7.9.tar.bz2
 /xfce4-screenshooter-1.8.0.tar.bz2
 /xfce4-screenshooter-1.8.1.tar.bz2
+/xfce4-screenshooter-1.8.2.tar.bz2
diff --git a/sources b/sources
index 608c05d..11663ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0ffea2052a8e70154cf13789070711f  xfce4-screenshooter-1.8.1.tar.bz2
+3a32ecc5566453a58f6a4ddd70649444  xfce4-screenshooter-1.8.2.tar.bz2
diff --git a/xfce4-screenshooter.spec b/xfce4-screenshooter.spec
index 78a5e97..f1d4c7b 100644
--- a/xfce4-screenshooter.spec
+++ b/xfce4-screenshooter.spec
@@ -11,8 +11,8 @@
 %endif
 
 Name:           xfce4-screenshooter
-Version:        1.8.1
-Release:        5%{?dist}
+Version:        1.8.2
+Release:        1%{?dist}
 Summary:        Screenshot utility for the Xfce desktop
 
 Group:          User Interface/Desktops
@@ -21,13 +21,6 @@ URL:            http://goodies.xfce.org/projects/applications/%{name}
 Source0:        http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
 #VCS            git:git://git.xfce.org/apps/xfce4-screenshooter
 
-# http://git.xfce.org/apps/xfce4-screenshooter/commit/?id=08053be7
-Patch0:         xfce4-screenshooter-1.8.1-fix-build.patch
-# http://git.xfce.org/apps/xfce4-screenshooter/commit/?id=0b22517f
-Patch1:         xfce4-screenshooter-1.8.1-increase-transparency.patch
-# Fix FTBFS with automake-1.14
-Patch2:         xfce4-screenshooter-1.8.1-automake.patch
-
 BuildRequires:  exo-devel >= 0.5.0
 BuildRequires:  libxfce4ui-devel >= 4.7.0
 BuildRequires:  xfce4-panel-devel >= 4.4.0
@@ -37,8 +30,7 @@ BuildRequires:  libXfixes-devel >= 4.0.0
 BuildRequires:  gettext
 BuildRequires:  intltool
 BuildRequires:  desktop-file-utils
-# FIXME: For patch0 and aarch64 support; remove when no longer necessary
-BuildRequires:  xfce4-dev-tools, libtool
+BuildRequires:  libappstream-glib
 
 %description
 The Xfce Screenshooter utility allows you to capture the entire screen, the 
@@ -60,18 +52,12 @@ panel.
 
 %prep
 %setup -q
-%patch0 -p1 -b .fix-build
-%patch1 -p1 -b .increase-transparency
-%patch2 -p1 -b .automake114
 
 # KDE and GNOME have their own screenshot utils
 echo "NotShowIn=KDE;GNOME;" >> src/xfce4-screenshooter.desktop.in.in
 
 
 %build
-# FIXME: For patch0 and aarch64 support; remove when no longer necessary
-NOCONFIGURE=yes xdt-autogen
-
 %configure --disable-static
 make %{?_smp_mflags} V=1
 
@@ -92,6 +78,9 @@ desktop-file-install \
         --delete-original \
         %{buildroot}%{_datadir}/applications/%{name}.desktop
 
+# enable once bug is fixed:
+# https://bugzilla.xfce.org/show_bug.cgi?id=11481
+#appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml
 
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -114,8 +103,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/applets-screenshooter.png
 %{_datadir}/icons/hicolor/scalable/apps/applets-screenshooter.svg
-%{_datadir}/xfce4/doc/
-%{_docdir}/%{name}/
+%{_datadir}/appdata/xfce4-screenshooter.appdata.xml
 %{_mandir}/man1/*.1.*
 
 
@@ -125,6 +113,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Jan 25 2015 Kevin Fenzi <kevin at scrye.com> 1.8.2-1
+- Update to 1.8.2
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list