[gpaste/f21] Update to 3.12.1

Mohamed ElMorabity melmorabity at fedoraproject.org
Wed Jul 16 11:54:19 UTC 2014


commit 58566d15f1330518f95d7a6567da7744a43130fa
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Wed Jul 16 12:01:52 2014 +0200

    Update to 3.12.1

 .gitignore  |    1 +
 gpaste.spec |   13 ++++++++-----
 sources     |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb22cd3..8cfef37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /gpaste-3.10.tar.xz
 /gpaste-3.10.1.tar.xz
 /gpaste-3.12.tar.xz
+/gpaste-3.12.1.tar.xz
diff --git a/gpaste.spec b/gpaste.spec
index 811fbc5..80f8571 100644
--- a/gpaste.spec
+++ b/gpaste.spec
@@ -1,8 +1,8 @@
 %global alt_name GPaste
 
 Name:           gpaste
-Version:        3.12
-Release:        2%{?dist}
+Version:        3.12.1
+Release:        1%{?dist}
 Summary:        Clipboard management system
 
 Group:          User Interface/Desktops
@@ -26,7 +26,6 @@ BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(pango)
-BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xi)
 BuildRequires:  vala-tools
@@ -79,6 +78,9 @@ Requires:       %{name} = %{version}-%{release}
 %prep
 %setup -q
 
+# Add missing trailing semicolon
+sed -i "s|^NotShowIn=.*|&;|" data/desktop/org.gnome.GPaste.Applet.desktop.in.in
+
 
 %build
 [ -f configure ] || NOCONFIGURE=1 ./autogen.sh
@@ -87,7 +89,6 @@ Requires:       %{name} = %{version}-%{release}
   --disable-silent-rules \
   --disable-unity \
   --enable-applet \
-  --enable-systemd \
   --enable-vala
 make %{?_smp_mflags}
 
@@ -148,7 +149,6 @@ fi
 %{_datadir}/zsh/
 %{_mandir}/man1/%{name}.1.*
 %{_datadir}/bash-completion/
-%{_userunitdir}/gpasted.service
 
 
 %files libs
@@ -177,6 +177,9 @@ fi
 
 
 %changelog
+* Wed Jul 16 2014 Mohamed El Morabity <melmorabity at fedoraproject.org> - 3.12.1-1
+- Update to 3.12.1
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.12-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index e6b9959..525827e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d9425c48bb4dfa6725c7b05c12814c5d  gpaste-3.12.tar.xz
+121991524e22e7e82c3c4b64780a7427  gpaste-3.12.1.tar.xz


More information about the scm-commits mailing list