[parcellite] Update to 1.1.5

Christoph Wickert cwickert at fedoraproject.org
Wed Jul 24 10:37:51 UTC 2013


commit 1aa6decbd94409ec560803f3f2938b28b2b0ae6d
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Wed Jul 24 12:37:40 2013 +0200

    Update to 1.1.5
    
    - Remove upstreamed or unnecessary patches

 .gitignore                     |    1 +
 parcellite-1.1.4-aarch64.patch | 1348 ----------------------------------------
 parcellite-1.1.4-de.po.patch   |  320 ----------
 parcellite.spec                |   17 +-
 sources                        |    2 +-
 5 files changed, 10 insertions(+), 1678 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 51d8ac6..be5a503 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 parcellite-0.9.2.tar.gz
 /parcellite-1.0.2rc5.tar.gz
 /parcellite-1.1.4.tar.gz
+/parcellite-1.1.5.tar.gz
diff --git a/parcellite.spec b/parcellite.spec
index b8287b5..c030ed8 100644
--- a/parcellite.spec
+++ b/parcellite.spec
@@ -1,19 +1,14 @@
 # Review: https://bugzilla.redhat.com/show_bug.cgi?id=442473
 
 Name:           parcellite
-Version:        1.1.4
-Release:        3%{?prerelease:.%{?prerelease}}%{?dist}
+Version:        1.1.5
+Release:        1%{?prerelease:.%{?prerelease}}%{?dist}
 Summary:        A lightweight GTK+ clipboard manager
 
 Group:          User Interface/Desktops
 License:        GPLv3+
 URL:            http://parcellite.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Submitted upstream via
-# https://sourceforge.net/p/parcellite/patches/29/
-Patch0:         parcellite-1.1.4-de.po.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=926310
-Patch1:         parcellite-1.1.4-aarch64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.10.0 
@@ -30,8 +25,6 @@ system tray or notification area if you want to use this package.
 
 %prep
 %setup -q
-%patch0 -p0 -b .orig
-%patch1 -p1 -b .aarch64
 
 
 %build
@@ -50,12 +43,14 @@ desktop-file-install \
     %endif
     --delete-original \
     --remove-category=Application \
+    --remove-only-show-in=Old \
     --dir=%{buildroot}%{_datadir}/applications \
     %{buildroot}%{_datadir}/applications/%{name}.desktop
 
 desktop-file-install \
     --delete-original \
     --add-category=TrayIcon \
+    --add-only-show-in="GNOME;KDE;LXDE;MATE;Razor;ROX;TDE;Unity;XFCE;" \
     --dir=%{buildroot}%{_sysconfdir}/xdg/autostart \
     %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}-startup.desktop
 
@@ -75,6 +70,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jul 24 2013 Christoph Wickert <cwickert at fedoraproject.org> - 1.1.5-1
+- Update to 1.1.5
+- Remove upstreamed or unnecessary patches
+
 * Tue May 14 2013 Christoph Wickert <cwickert at fedoraproject.org> - 1.1.4-3
 - Fix desktop vendor conditionals
 - Add aarch64 support (#926310)
diff --git a/sources b/sources
index 2d05f65..3ba0f2f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81633e87f096030e1f23904927f4c32f  parcellite-1.1.4.tar.gz
+62f96188afc1cc2fe5b48f334bd4c99f  parcellite-1.1.5.tar.gz


More information about the scm-commits mailing list