[goocanvas/f15/master] upstream 1.0.0

Haïkel Guémar hguemar at fedoraproject.org
Fri Feb 11 06:29:07 UTC 2011


commit cb18964f271742184f65c341d7091f614f36b09e
Author: Haïkel Guémar <hguemar at fedoraproject.org>
Date:   Fri Feb 11 07:21:32 2011 +0100

    upstream 1.0.0

 .gitignore     |    1 +
 goocanvas.spec |   14 +++++++-------
 sources        |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 794486a..24d8eff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 goocanvas-0.15.tar.bz2
+/goocanvas-1.0.0.tar.bz2
diff --git a/goocanvas.spec b/goocanvas.spec
index 0c71529..e271f49 100644
--- a/goocanvas.spec
+++ b/goocanvas.spec
@@ -1,12 +1,12 @@
 Name:           goocanvas
-Version:        0.15
-Release:        2%{?dist}
+Version:        1.0.0
+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
-Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.15/%{name}-%{version}.tar.bz2
+Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.0.0/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  pkgconfig, gettext, gtk2-devel
@@ -20,10 +20,6 @@ views, so you can easily turn any application object into canvas items.
 %prep
 %setup -q
 
-# demo application does not compile properly
-sed -i -e 's/ demo / /g' Makefile.am
-sed -i -e 's/ demo / /g' Makefile.in
-
 %build
 %configure
 make %{?_smp_mflags}
@@ -70,6 +66,10 @@ These are the files used for development.
 
 
 %changelog
+* Fri Feb 11 2011 Haïkel Guémar <hguemar at fedoraproject.org> - 1.0.0-1
+- Upstream 1.0.0 (final release !)
+- Re-enable demos
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 34a8e32..783d327 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3f53c01e6aa958db3463c4ce1a8f5238  goocanvas-0.15.tar.bz2
+4858a22239e45cf374195bae520021c2  goocanvas-1.0.0.tar.bz2


More information about the scm-commits mailing list