[flowcanvas/f13/master] - Update to 0.6.4

Orcan Ogetbil oget at fedoraproject.org
Sun Sep 12 01:14:42 UTC 2010


commit c9368fa5fb5ab798376889f0a28d06ef9b2dd8ea
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sat Sep 11 21:14:37 2010 -0400

    - Update to 0.6.4

 .gitignore      |    1 +
 flowcanvas.spec |   12 ++++++++----
 sources         |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 21cd361..7fc9e0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 flowcanvas-0.6.0.tar.bz2
+/flowcanvas-0.6.4.tar.bz2
diff --git a/flowcanvas.spec b/flowcanvas.spec
index 81d71f2..f09cf80 100644
--- a/flowcanvas.spec
+++ b/flowcanvas.spec
@@ -1,6 +1,6 @@
 Name:           flowcanvas
 Summary:        Interactive widget for "boxes and lines" environments
-Version:        0.6.0
+Version:        0.6.4
 Release:        1%{?dist}
 Group:          Development/Libraries
 License:        GPLv2+
@@ -39,15 +39,13 @@ This package contains the headers and development libraries for FlowCanvas.
 %prep
 %setup -q
 
-# We don't call ldconfig during building a package
-sed -i 's|/sbin/ldconfig|/bin/true|' autowaf.py
 
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS"
 ./waf configure \
         --prefix=%{_prefix} \
         --libdir=%{_libdir} \
-        --build-docs \
+        --docs \
         --htmldir=%{_docdir}/%{name}-devel-%{version}
 
 ./waf build -v %{?_smp_mflags}
@@ -82,6 +80,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Sep 11 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.6.4-1
+- Update to 0.6.4
+
+* Tue Jul 27 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.6.0-2
+- Rebuild against new boost on F-14
+
 * Sat Feb 20 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.6.0-1
 - New version
 - Drop upstreamed patch
diff --git a/sources b/sources
index c2e320c..c89934d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15ffa0d65401bb38a3cc94a3d6afb199  flowcanvas-0.6.0.tar.bz2
+8f4b9fe54aee0769e1ae63546b477f42  flowcanvas-0.6.4.tar.bz2


More information about the scm-commits mailing list