Update to 2.28.2
Also killed _with_static use from one last remaining place.
This commit is contained in:
parent
9f74094b82
commit
2904cf6fd1
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user