[gpaste] Update to 3.8

Mohamed ElMorabity melmorabity at fedoraproject.org
Wed Feb 12 13:12:03 UTC 2014


commit 712f09d95ed5de5d3bf40ee2797ad1f896544a5f
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Wed Feb 12 14:14:50 2014 +0100

    Update to 3.8

 .gitignore  |    1 +
 gpaste.spec |   13 ++++++++++---
 sources     |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e1ad778..3820f35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /gpaste-f124a2f.tar.xz
 /gpaste-3.5.tar.xz
 /gpaste-3.6.tar.xz
+/gpaste-3.8.tar.xz
diff --git a/gpaste.spec b/gpaste.spec
index 87b6421..972adc6 100644
--- a/gpaste.spec
+++ b/gpaste.spec
@@ -1,7 +1,7 @@
 %global alt_name GPaste
 
 Name:           gpaste
-Version:        3.6
+Version:        3.8
 Release:        1%{?dist}
 Summary:        Clipboard management system
 
@@ -108,7 +108,10 @@ mv $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-applet.desktop $RPM_BUILD_ROO
 %find_lang %{alt_name}
 
 # Removing Rpath
- chrpath --delete $RPM_BUILD_ROOT%{_bindir}/* $RPM_BUILD_ROOT%{_libdir}/*.so.* $RPM_BUILD_ROOT%{_libexecdir}/%{name}/*
+chrpath --delete \
+  $RPM_BUILD_ROOT%{_bindir}/* \
+  $RPM_BUILD_ROOT%{_libdir}/*.so.* \
+  $RPM_BUILD_ROOT%{_libexecdir}/%{name}/*
 
 
 %check
@@ -143,7 +146,8 @@ fi
 %{_datadir}/zsh/
 %{_mandir}/man1/%{name}.1.*
 %{_datadir}/bash-completion/
-%{_prefix}/lib/systemd/user/gpasted.service
+%{_userunitdir}/gpasted.service
+
 
 %files libs
 %{_libdir}/girepository-1.0/%{alt_name}-1.0.typelib
@@ -169,6 +173,9 @@ fi
 
 
 %changelog
+* Wed Feb 12 2014 Mohamed El Morabity <melmorabity at fedoraproject.org> - 3.8-1
+- Update to 3.8
+
 * Thu Oct 17 2013 Mohamed El Morabity <melmorabity at fedoraproject.org> - 3.6-1
 - Update to 3.6
 
diff --git a/sources b/sources
index ddd2933..d00cf70 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1e45e534ab777a82a18585618d735788  gpaste-3.6.tar.xz
+d1544bb3f16d054df39dd245e44fa2fb  gpaste-3.8.tar.xz


More information about the scm-commits mailing list