[goocanvas2] Update to 2.0.2

Kalev Lember kalev at fedoraproject.org
Sat May 17 22:34:12 UTC 2014


commit b973295e126c48502759be42820b7b982ab14cca
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat May 17 23:54:09 2014 +0200

    Update to 2.0.2

 .gitignore      |    1 +
 goocanvas2.spec |   15 +++++++--------
 sources         |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e24b9f..c76f127 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /goocanvas-1.90.2.tar.bz2
 /goocanvas-2.0.1.tar.bz2
 /goocanvas2-8f2c63.tar.xz
+/goocanvas-2.0.2.tar.xz
diff --git a/goocanvas2.spec b/goocanvas2.spec
index ad7b224..fb6dc05 100644
--- a/goocanvas2.spec
+++ b/goocanvas2.spec
@@ -1,18 +1,15 @@
 %global tarname goocanvas
 %global apiver  2.0
-%global hash    8f2c63
 
 Name:           goocanvas2
-Version:        2.0.1
-Release:        6.%{hash}git%{?dist}
+Version:        2.0.2
+Release:        1%{?dist}
 Summary:        A new canvas widget for GTK+ that uses cairo for drawing
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://live.gnome.org/GooCanvas
-# git clone git://git.gnome.org/goocanvas
-# git archive --format=tar --prefix=goocanvas2-8f2c63/ 8f2c63 | xz -c >goocanvas2-8f2c63.tar.xz
-Source0:        %{name}-%{hash}.tar.xz
+Source0:        https://download.gnome.org/sources/goocanvas/2.0/goocanvas-%{version}.tar.xz
 
 BuildRequires:  gettext, pkgconfig
 BuildRequires:  autoconf, automake, libtool, gtk-doc
@@ -39,11 +36,10 @@ The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
 %prep
-%setup -q -n %{name}-%{hash}
+%setup -q -n goocanvas-%{version}
 
 
 %build
-./autogen.sh
 # python GI wrapper is not enabled yet until i figure a proper way to package it
 %configure --disable-static \
            --enable-gtk-doc=yes \
@@ -75,6 +71,9 @@ find %buildroot -name '*.la' -exec rm -f {} ';'
 %{_datadir}/gir-1.0/GooCanvas-2.0.gir
 
 %changelog
+* Sat May 17 2014 Kalev Lember <kalevlember at gmail.com> - 2.0.2-1
+- Update to 2.0.2
+
 * Wed Aug 07 2013 Haïkel Guémar <hguemar at fedoraproject.org> - 2.0.1-6.8f2c63git
 - backport gobject introspection fixes from GNOME git
 - fix FTBFS (RHBZ #992421)
diff --git a/sources b/sources
index 50a4a75..c713858 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b403339f4a3e5d98ab0b2f8103d3ed42  goocanvas2-8f2c63.tar.xz
+26740994cfa5e57dfb70d40c4ec55200  goocanvas-2.0.2.tar.xz


More information about the scm-commits mailing list