[gpaste/f16] Update to 2.0

Mohamed ElMorabity melmorabity at fedoraproject.org
Wed Nov 30 00:53:30 UTC 2011


commit f1171ff9f78b9ece7c8a2944610a59da3d86ff93
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Wed Nov 30 01:53:26 2011 +0100

    Update to 2.0

 .gitignore  |    1 +
 gpaste.spec |    8 +++++---
 sources     |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1b696cf..4a27590 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /gpaste-1.2.tar.xz
 /gpaste-1.5.tar.xz
 /gpaste-1.6.tar.xz
+/gpaste-2.0.tar.xz
diff --git a/gpaste.spec b/gpaste.spec
index 1b15e9f..d075ea3 100644
--- a/gpaste.spec
+++ b/gpaste.spec
@@ -1,7 +1,7 @@
 %global alt_name GPaste
 
 Name:           gpaste
-Version:        1.6
+Version:        2.0
 Release:        1%{?dist}
 Summary:        Clipboard management system
 
@@ -14,6 +14,7 @@ BuildRequires:  desktop-file-utils
 BuildRequires:  dbus-devel
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool
+BuildRequires:  libxml2-devel
 
 %description
 gpasted is a clipboard management daemon with DBus interface. gpaste is its CLI
@@ -54,7 +55,6 @@ install -d $RPM_BUILD_ROOT%{_datadir}/zsh/site-functions/
 install -pm 0644 data/completions/_%{name} -t $RPM_BUILD_ROOT%{_datadir}/zsh/site-functions/
 
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-settings.desktop
-desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/gpasted.desktop
 
 %find_lang %{alt_name}
 
@@ -79,7 +79,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/zsh/
 %{_mandir}/man1/%{name}.1.*
 %{_sysconfdir}/bash_completion.d/
-%{_sysconfdir}/xdg/autostart/*.desktop
 
 
 %files -n gnome-shell-extension-%{name}
@@ -87,6 +86,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
 %changelog
+* Tue Nov 29 2011 Mohamed El Morabity <melmorabity at fedoraproject.org> - 2.0-1
+- Update to 2.0
+
 * Sun Sep 25 2011 Mohamed El Morabity <melmorabity at fedoraproject.org> - 1.6-1
 - Update to 1.6
 - Remove no longer needed gpaste-1.5-DOS.patch patch
diff --git a/sources b/sources
index 3721b2b..fe58101 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0237d46597986d3ae4aee462d5f52312  gpaste-1.6.tar.xz
+e70a14145bf94665ad2707aa49a5f1fd  gpaste-2.0.tar.xz


More information about the scm-commits mailing list