[xfce4-notifyd] Update to 0.2.3

Christoph Wickert cwickert at fedoraproject.org
Mon Apr 22 19:26:23 UTC 2013


commit f79cf0602f25946fa77d458cd5b4fdc3acf84157
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Mon Apr 22 21:26:16 2013 +0200

    Update to 0.2.3
    
    - Drop upstreamed patches

 .gitignore                                     |    1 +
 sources                                        |    2 +-
 xfce4-notifyd-0.2.2-avoid-flickering.patch     |   44 ------------------------
 xfce4-notifyd-0.2.2-dbus-service-name.patch    |   38 --------------------
 xfce4-notifyd-0.2.2-emit-closed-signal.patch   |   24 -------------
 xfce4-notifyd-0.2.2-fixup-type-setting.patch   |   30 ----------------
 xfce4-notifyd-0.2.2-remove-libsexy-patch.patch |   22 ------------
 xfce4-notifyd.spec                             |   33 +++++-------------
 xfce4-notityd-0.2.2-uri-image-locations.patch  |   33 ------------------
 9 files changed, 11 insertions(+), 216 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c333b6a..f39d005 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ xfce4-notifyd-0.1.0.tar.bz2
 /xfce4-notifyd-0.2.0.tar.bz2
 /xfce4-notifyd-0.2.1.tar.bz2
 /xfce4-notifyd-0.2.2.tar.bz2
+/xfce4-notifyd-0.2.3.tar.bz2
diff --git a/sources b/sources
index 2e2318f..91746b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8687fb7a0f270231ada265e363b6ffcc  xfce4-notifyd-0.2.2.tar.bz2
+97c02482f96211251a420d12c34dda3d  xfce4-notifyd-0.2.3.tar.bz2
diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec
index 34e3f72..0d4416d 100644
--- a/xfce4-notifyd.spec
+++ b/xfce4-notifyd.spec
@@ -3,8 +3,8 @@
 %global minorversion 0.2
 
 Name:           xfce4-notifyd
-Version:        0.2.2
-Release:        7%{?dist}
+Version:        0.2.3
+Release:        1%{?dist}
 Summary:        Simple notification daemon for Xfce
 
 Group:          User Interface/Desktops
@@ -12,20 +12,6 @@ License:        GPLv2
 URL:            http://goodies.xfce.org/projects/applications/xfce4-notifyd
 #VCS:           git:git://http://git.xfce.org/apps/xfce4-notifyd/
 Source0:        http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
-# Similar to https://bugzilla.xfce.org/show_bug.cgi?id=7335 but we did the same
-# two years before upstream and continue to use org.xfce.Notifications.service
-Patch0:         xfce4-notifyd-0.2.2-dbus-service-name.patch
-# http://git.xfce.org/apps/xfce4-notifyd/commit/?id=a9113461
-Patch1:         xfce4-notifyd-0.2.2-remove-libsexy-patch.patch
-# http://git.xfce.org/apps/xfce4-notifyd/commit/?id=62796976
-Patch2:         xfce4-notityd-0.2.2-uri-image-locations.patch
-# http://git.xfce.org/apps/xfce4-notifyd/commit/?id=836e6ce0
-Patch3:         xfce4-notifyd-0.2.2-fixup-type-setting.patch
-# http://git.xfce.org/apps/xfce4-notifyd/commit/?id=8b34ed09 and
-# http://git.xfce.org/apps/xfce4-notifyd/commit/?id=c0320137 in one patch
-Patch4:         xfce4-notifyd-0.2.2-avoid-flickering.patch
-# http://git.xfce.org/apps/xfce4-notifyd/commit/?id=ad77e8aa
-Patch5:         xfce4-notifyd-0.2.2-emit-closed-signal.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.14.0
@@ -53,17 +39,12 @@ Features:
 
 %prep
 %setup -q
-%patch0 -p1 -b .dbus-service-name
-%patch1 -p1 -b .libsexy
-%patch2 -p1 -b .uri-image
-%patch3 -p1 -b .type-setting
-%patch4 -p1 -b .avoid-flickering
-%patch5 -p1 -b .emit-closed-signal
+#%patch0 -p1 -b .dbus-service-name
 
 
 %build
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 
 %install
@@ -103,7 +84,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/xfce4-notifyd-config
 %{_libdir}/xfce4/notifyd/
 %{_datadir}/applications/xfce4-notifyd-config.desktop
-%{_datadir}/dbus-1/services/org.xfce.Notifications.service
+%{_datadir}/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service
 %{_datadir}/icons/hicolor/48x48/apps/xfce4-notifyd.png
 %{_datadir}/themes/Default/xfce-notify-4.0/
 %{_datadir}/themes/Smoke/
@@ -112,6 +93,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Apr 22 2013 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.3-1
+- Update to 0.2.3
+- Drop upstreamed patches
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.2-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list