[garcon] Update to 0.2.0 (Xfce 4.10 final)

Christoph Wickert cwickert at fedoraproject.org
Sat Apr 28 23:04:53 UTC 2012


commit d7f1ad245ff6acdce8c782d41ff7c7d4561acf48
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sun Apr 29 01:04:48 2012 +0200

    Update to 0.2.0 (Xfce 4.10 final)
    
    - Add VCS key

 .gitignore  |    1 +
 garcon.spec |   14 +++++++++-----
 sources     |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cf9730b..bc03f12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ garcon-0.1.1.tar.bz2
 /garcon-0.1.9.tar.bz2
 /garcon-0.1.11.tar.bz2
 /garcon-0.1.12.tar.bz2
+/garcon-0.2.0.tar.bz2
diff --git a/garcon.spec b/garcon.spec
index 6d82751..a2b927f 100644
--- a/garcon.spec
+++ b/garcon.spec
@@ -1,9 +1,9 @@
 # Review at https://bugzilla.redhat.com/show_bug.cgi?id=554603
 
-%global minorversion 0.1
+%global minorversion 0.2
 
 Name:           garcon
-Version:        0.1.12
+Version:        0.2.0
 Release:        1%{?dist}
 Summary:        Implementation of the freedesktop.org menu specification
 
@@ -12,16 +12,16 @@ Group:          System Environment/Libraries
 # while its documentation is licensed under the GFDL 1.1
 License:        LGPLv2+ and GFDL
 URL:            http://xfce.org/
+#VCS git:git://git.xfce.org/xfce/garcon
 Source0:        http://archive.xfce.org/src/libs/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
 Patch0:         garcon-0.1.9-redhat-menus.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  glib2-devel >= 2.14
-BuildRequires:  gtk2-devel >= 2.12.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.14.0
+BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.8.0
 BuildRequires:  gtk-doc
 BuildRequires:  gettext
 BuildRequires:  intltool
-BuildRequires:  libxfce4util-devel >= 4.8.0
 Requires:       redhat-menus
 
 Obsoletes:      libxfce4menu < 4.6.2
@@ -93,6 +93,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %doc %{_datadir}/gtk-doc/
 
 %changelog
+* Sat Apr 28 2012 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.0-1
+- Update to 0.2.0 (Xfce 4.10 final)
+- Add VCS key
+
 * Sat Apr 14 2012 Kevin Fenzi <kevin at scrye.com> - 0.1.12-1
 - Update to 0.1.12 (Xfce 4.10pre1)
 
diff --git a/sources b/sources
index 175e375..56c4471 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d9d56472205209911ebd41e1f1604383  garcon-0.1.12.tar.bz2
+301e7b8015060dd30407b68dd8c4bdb7  garcon-0.2.0.tar.bz2


More information about the scm-commits mailing list