[pangomm] Update to 2.28.2

Kalev Lember kalev at fedoraproject.org
Thu Mar 31 09:24:32 UTC 2011


commit 2904cf6fd15a363b93d27741fa21c295de72d40d
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Thu Mar 31 12:21:19 2011 +0300

    Update to 2.28.2
    
    Also killed _with_static use from one last remaining place.

 .gitignore   |    1 +
 pangomm.spec |    7 +++++--
 sources      |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0d76651..f5997c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 pangomm-2.26.2.tar.bz2
 /pangomm-2.27.1.tar.bz2
 /pangomm-2.28.1.tar.bz2
+/pangomm-2.28.2.tar.bz2
diff --git a/pangomm.spec b/pangomm.spec
index bb00bd8..b2eafb4 100644
--- a/pangomm.spec
+++ b/pangomm.spec
@@ -3,7 +3,7 @@
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:           pangomm
-Version:        2.28.1
+Version:        2.28.2
 Release:        1%{?dist}
 Summary:        C++ interface for Pango
 
@@ -60,7 +60,7 @@ documentation browser or through a web browser.
 
 
 %build
-%configure %{!?_with_static: --disable-static}
+%configure --disable-static
 make %{?_smp_mflags}
 
 
@@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/devhelp/
 
 %changelog
+* Thu Mar 31 2011 Kalev Lember <kalev at smartlink.ee> - 2.28.2-1
+- Update to 2.28.2
+
 * Fri Mar 25 2011 Kalev Lember <kalev at smartlink.ee> - 2.28.1-1
 - Update to 2.28.1
 - Removed old obsoletes for gtkmm24
diff --git a/sources b/sources
index ef03c95..4d746a6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-03e6406bfb311e4018e69ab2a02b489b  pangomm-2.28.1.tar.bz2
+005a474863495d3c6267429a80da6cf2  pangomm-2.28.2.tar.bz2


More information about the scm-commits mailing list