[giggle] Update to 0.6.1

Tomas Bzatek tbzatek at fedoraproject.org
Mon Oct 24 13:50:14 UTC 2011


commit a7ac8cef055f39adb87930325376f437e9d0f703
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Mon Oct 24 15:50:09 2011 +0200

    Update to 0.6.1

 .gitignore  |    1 +
 giggle.spec |   26 ++++++++++++--------------
 sources     |    2 +-
 3 files changed, 14 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3a26d1c..88757aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 giggle-0.5.tar.bz2
+/giggle-0.6.1.tar.xz
diff --git a/giggle.spec b/giggle.spec
index c3f4edb..f7adcc8 100644
--- a/giggle.spec
+++ b/giggle.spec
@@ -1,26 +1,25 @@
 Name:          giggle
-Version:       0.5
-Release:       10%{?dist}
+Version:       0.6.1
+Release:       1%{?dist}
 Summary:       A Gtk frontend to git
 
 Group:         Development/Tools
 License:       GPLv2+
 URL:           http://live.gnome.org/giggle
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/giggle/0.5/%{name}-%{version}.tar.bz2
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/giggle/0.6/%{name}-%{version}.tar.xz
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: intltool
 BuildRequires: gettext
-BuildRequires: gtksourceview2-devel
+BuildRequires: gtksourceview3-devel
 BuildRequires: glib2-devel
-BuildRequires: gtk2-devel
-BuildRequires: libglade2-devel
+BuildRequires: gtk3-devel
 BuildRequires: desktop-file-utils
 BuildRequires: git-core
 BuildRequires: evolution-data-server-devel
-BuildRequires: vte-devel
+BuildRequires: vte3-devel
 BuildRequires: gnome-common
-BuildRequires: libtool autoconf automake
+BuildRequires: itstool
 
 Requires:      git-core
 
@@ -40,12 +39,6 @@ Headers for developing plugins for Giggle.
 %prep
 %setup -q
 
-libtoolize
-aclocal
-autoconf
-autoheader
-automake
-
 %build
 %configure --disable-static
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -107,12 +100,17 @@ fi
 %{_datadir}/icons/hicolor/48x48/apps/*.png
 %{_datadir}/icons/hicolor/scalable/apps/*.svg
 
+%doc %{_datadir}/help/*
+
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/giggle/
 %{_libdir}/*.so
 
 %changelog
+* Mon Oct 24 2011 Tomas Bzatek <tbzatek at redhat.com> - 0.6.1-1
+- Update to 0.6.1
+
 * Tue Aug 30 2011 Tomas Bzatek <tbzatek at redhat.com> - 0.5-10
 - Rebuilt for new libcamel
 
diff --git a/sources b/sources
index 9ab8407..cdc050f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-91d2000fb97c5cb0bb0027edf444ecff  giggle-0.5.tar.bz2
+dd80ffa12f10a1c687bd3e730a14ca8b  giggle-0.6.1.tar.xz


More information about the scm-commits mailing list