OBS User unknown 2007-06-19 00:21:14 +00:00 committed by Git OBS Bridge
parent d98fa3aeed
commit 42fae3b969
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 18 14:05:05 CDT 2007 - maw@suse.de
- Add %run_ldconfig to %post and %postun sections.
-------------------------------------------------------------------
Mon Mar 26 18:19:24 CEST 2007 - sbrabec@suse.cz

View File

@ -29,7 +29,7 @@ Group: Development/Libraries/X11
Summary: Vector Graphics Library with Cross-Device Output Support
URL: http://cairographics.org/
Version: 1.4.0
Release: 3
Release: 28
Source: %{name}-%{version}.tar.bz2
# This fixes a problem with libpixman getting the depth wrong for some
# 16bpp image formats but still render things correctly. Using
@ -128,6 +128,12 @@ make %{?jobs:-j %jobs}
%install
%makeinstall
%post
%run_ldconfig
%postun
%run_ldconfig
%clean
rm -rf ${RPM_BUILD_ROOT}
@ -149,6 +155,8 @@ rm -rf ${RPM_BUILD_ROOT}
%{_datadir}/gtk-doc/html/*
%changelog
* Mon Jun 18 2007 - maw@suse.de
- Add %%run_ldconfig to %%post and %%postun sections.
* Mon Mar 26 2007 - sbrabec@suse.cz
- Disabled DirectFB by default (#256775).
- Ported bugzilla-104365.patch.