[xfce4-places-plugin] Update to 1.5.0

Kevin Fenzi kevin at fedoraproject.org
Mon Oct 1 23:34:47 UTC 2012


commit 6e61c4edb133aae492f3a5406b6010934f2ed9b8
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Mon Oct 1 17:34:39 2012 -0600

    Update to 1.5.0

 .gitignore                                  |    1 +
 sources                                     |    2 +-
 xfce4-places-plugin-1.4.0-icon-naming.patch |   23 -----------------------
 xfce4-places-plugin.spec                    |   12 ++++++------
 4 files changed, 8 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b5e8afb..e966287 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 xfce4-places-plugin-1.2.0.tar.bz2
 /xfce4-places-plugin-1.3.0.tar.bz2
 /xfce4-places-plugin-1.4.0.tar.bz2
+/xfce4-places-plugin-1.5.0.tar.bz2
diff --git a/sources b/sources
index e3567de..76a5ddc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cdb5c966c7a93ca29f2ce50223782133  xfce4-places-plugin-1.4.0.tar.bz2
+84c39fb123e07e1c7caaf006d9383656  xfce4-places-plugin-1.5.0.tar.bz2
diff --git a/xfce4-places-plugin.spec b/xfce4-places-plugin.spec
index f6a536f..e4ac633 100644
--- a/xfce4-places-plugin.spec
+++ b/xfce4-places-plugin.spec
@@ -1,6 +1,6 @@
 # Review: https://bugzilla.redhat.com/show_bug.cgi?id=238349
 
-%global minorversion 1.4
+%global minorversion 1.5
 
 %if 0%{?fedora} >= 18
     %global xfceversion 4.10
@@ -9,8 +9,8 @@
 %endif
 
 Name:           xfce4-places-plugin
-Version:        1.4.0
-Release:        2%{?dist}
+Version:        1.5.0
+Release:        1%{?dist}
 Summary:        Places menu for the Xfce panel
 
 Group:          User Interface/Desktops
@@ -18,8 +18,6 @@ License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
 #VCS: git:git://git.xfce.org/panel-plugins/xfce4-places-plugin
 Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
-# Submitted upstream through https://bugzilla.xfce.org/show_bug.cgi?id=9253
-Patch0:         xfce4-places-plugin-1.4.0-icon-naming.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libxfce4ui-devel >= 4.8.0
@@ -43,7 +41,6 @@ a menu with 4 sections:
 
 %prep
 %setup -q
-%patch0 -p1 -b .icon-naming
 
 
 %build
@@ -76,6 +73,9 @@ rm -rf %{buildroot}
 %{_datadir}/xfce4/panel/plugins/*.desktop
 
 %changelog
+* Mon Oct 01 2012 Kevin Fenzi <kevin at scrye.com> 1.5.0-1
+- Update to 1.5.0
+
 * Fri Aug 31 2012 Christoph Wickert <cwickert at fedoraproject.org> - 1.4.0-2
 - Bump release for koji miracle
 


More information about the scm-commits mailing list