Update to 2.28.2

Also killed _with_static use from one last remaining place.
This commit is contained in:
Kalev Lember 2011-03-31 12:21:19 +03:00
parent 9f74094b82
commit 2904cf6fd1
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@smartlink.ee> - 2.28.2-1
- Update to 2.28.2
* Fri Mar 25 2011 Kalev Lember <kalev@smartlink.ee> - 2.28.1-1
- Update to 2.28.1
- Removed old obsoletes for gtkmm24

View File

@ -1 +1 @@
03e6406bfb311e4018e69ab2a02b489b pangomm-2.28.1.tar.bz2
005a474863495d3c6267429a80da6cf2 pangomm-2.28.2.tar.bz2