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 - 2.0.2-1 +- Update to 2.0.2 + * Wed Aug 07 2013 Haïkel Guémar - 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