[gpaste] Update to 2.8

Mohamed ElMorabity melmorabity at fedoraproject.org
Thu May 3 11:40:53 UTC 2012


commit 45e49ebd73fe395a24cedfefadf250e310683d3e
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Thu May 3 13:40:45 2012 +0200

    Update to 2.8

 .gitignore  |    1 +
 gpaste.spec |   20 ++++++++++++++------
 sources     |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6b9e5cd..d03fc26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /gpaste-2.1.tar.xz
 /gpaste-2.2.1.tar.xz
 /gpaste-2.5.tar.xz
+/gpaste-2.8.tar.xz
diff --git a/gpaste.spec b/gpaste.spec
index 14e3faa..73394e8 100644
--- a/gpaste.spec
+++ b/gpaste.spec
@@ -1,8 +1,8 @@
 %global alt_name GPaste
 
 Name:           gpaste
-Version:        2.5
-Release:        2%{?dist}
+Version:        2.8
+Release:        1%{?dist}
 Summary:        Clipboard management system
 
 Group:          User Interface/Desktops
@@ -12,15 +12,20 @@ Source0:        https://github.com/downloads/Keruspe/%{alt_name}/%{name}-%{versi
 
 BuildRequires:  chrpath
 BuildRequires:  desktop-file-utils
+BuildRequires:  intltool
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gdk-3.0)
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(xcb)
 BuildRequires:  pkgconfig(xcb-keysyms)
-BuildRequires:  intltool
+BuildRequires:  pkgconfig(xcb-xtest)
+BuildRequires:  vala-tools
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
 
 %description
@@ -64,8 +69,8 @@ BuildArch:      noarch
 %build
 # Applet disabled since it is unusable in GNOME 3
 %configure \
-  --disable-schemas-compile \
-  --disable-applet
+  --disable-applet \
+  --disable-schemas-compile
 make %{?_smp_mflags}
 
 
@@ -106,7 +111,7 @@ fi
 
 
 %files -f %{alt_name}.lang
-%doc AUTHORS ChangeLog COPYING NEWS README TODO
+%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
 %{_bindir}/%{name}
 %{_libexecdir}/%{name}/
 %{_datadir}/applications/%{name}-settings.desktop
@@ -135,6 +140,9 @@ fi
 
 
 %changelog
+* Thu May 03 2012 Mohamed El Morabity <melmorabity at fedoraproject.org> - 2.8-1
+- Update to 2.8
+
 * Sun Apr 08 2012 Mohamed El Morabity <melmorabity at fedoraproject.org> - 2.5-2
 - Fix Group and Requires tags in subpackages
 
diff --git a/sources b/sources
index da301be..b0c4111 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-44ddc08c5c03151867623da3cce06846  gpaste-2.5.tar.xz
+9b733e146cbdab52dddc79f067c524a1  gpaste-2.8.tar.xz


More information about the scm-commits mailing list