[gtksourceviewmm] upstream 2.10.1 - Fixes RHBZ #650727 (missing header gtksourceviewmmconfig.h)

Haïkel Guémar hguemar at fedoraproject.org
Mon Nov 8 13:32:09 UTC 2010


commit 3d46be81dc8e16a0c1d74b68eb8ef6304f8274a2
Author: Haïkel Guémar <hguemar at fedoraproject.org>
Date:   Mon Nov 8 14:32:00 2010 +0100

    upstream 2.10.1 - Fixes RHBZ #650727 (missing header gtksourceviewmmconfig.h)

 .gitignore           |    1 +
 gtksourceviewmm.spec |   14 ++++++++------
 sources              |    2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a4fd26b..652dfaa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gtksourceviewmm-2.10.0.tar.bz2
+/gtksourceviewmm-2.10.1.tar.bz2
diff --git a/gtksourceviewmm.spec b/gtksourceviewmm.spec
index b827f8e..c211505 100644
--- a/gtksourceviewmm.spec
+++ b/gtksourceviewmm.spec
@@ -1,5 +1,5 @@
 Name:             gtksourceviewmm
-Version:          2.10.0
+Version:          2.10.1
 Release:          1%{?dist}
 Summary:          A C++ wrapper for the gtksourceview widget library
 
@@ -57,9 +57,6 @@ mv ${RPM_BUILD_ROOT}%{_datadir}/devhelp/books/gtksourceviewmm-2.0/*.devhelp2 ${R
 # Fix devhelp broken base tag
 sed -i 's:base="[^\"]*":base="/usr/share/gtk-doc/html/gtksourceviewmm-2.0/reference/html":' ${RPM_BUILD_ROOT}%{_datadir}/gtk-doc/html/gtksourceviewmm-2.0/*.devhelp2
 
-# Remove files related to code generation
-rm -rf $RPM_BUILD_ROOT%{_libdir}/gtksourceviewmm-2.0
-
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -79,13 +76,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(-,root,root,-)
-%doc %{_datadir}/gtk-doc/html/gtksourceviewmm-2.0
-%{_includedir}/gtksourceviewmm-2.0
+%doc %{_datadir}/gtk-doc/html/%{name}-2.0
+%{_includedir}/%{name}-2.0
 %{_libdir}/*.so
+%{_libdir}/%{name}-2.0
 %{_libdir}/pkgconfig/*.pc
 
 
 %changelog
+* Mon Nov 08 2010  <hguemar at fedoraproject.org> - 2.10.1-1
+- Update to upstream 2.10.1
+- Add missing header gtksourceviewmmconfig.h (RHBZ #650727)
+
 * Sun Apr 11 2010 Haïkel Guémar <hguemar at fedoraproject.org> - 2.10.0-1
 - Update to upstream 2.10.0
 - Improved documentation
diff --git a/sources b/sources
index 1e45c53..03aafac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4bae5b9e5712c1001c9fe27ada2071d4  gtksourceviewmm-2.10.0.tar.bz2
+83d1b3dc061f02f4ff1766b37302058e  gtksourceviewmm-2.10.1.tar.bz2


More information about the scm-commits mailing list