From 1ca8ddb4235f82bc9bf55318c5c049c77e1d1f3a9898cdcfca3b20261c302a83 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 16 Feb 2009 00:24:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=12 --- libxslt-python.spec | 2 +- libxslt.changes | 5 +++++ libxslt.spec | 5 ++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/libxslt-python.spec b/libxslt-python.spec index 69658a4..8d31139 100644 --- a/libxslt-python.spec +++ b/libxslt-python.spec @@ -22,7 +22,7 @@ Name: libxslt-python BuildRequires: libxml2-python libxslt-devel python-devel Summary: Python Bindings for libxslt Version: 1.1.24 -Release: 21 +Release: 22 License: X11/MIT Group: Development/Libraries/Python Source: libxslt-%{version}.tar.bz2 diff --git a/libxslt.changes b/libxslt.changes index 43a6868..5c5d15d 100644 --- a/libxslt.changes +++ b/libxslt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 13 13:10:20 CET 2009 - coolo@suse.de + +- fix file list + ------------------------------------------------------------------- Wed Feb 11 14:45:16 CET 2009 - coolo@suse.de diff --git a/libxslt.spec b/libxslt.spec index 9c007a7..a83ac40 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -22,7 +22,7 @@ Name: libxslt BuildRequires: libgcrypt libgcrypt-devel libgpg-error libgpg-error-devel libxml2-devel Summary: XSL Transformation Library Version: 1.1.24 -Release: 20 +Release: 21 License: X11/MIT Group: System/Libraries # bug437293 @@ -118,6 +118,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*.so %{_libdir}/*.sh %{_libdir}/pkgconfig/*.pc +%{_libdir}/lib*.la %{_includedir}/* %{_datadir}/aclocal/* %{_bindir}/xslt-config @@ -126,6 +127,8 @@ rm -rf $RPM_BUILD_ROOT %doc doc/*.html doc/html doc/tutorial doc/*.gif %changelog +* Fri Feb 13 2009 coolo@suse.de +- fix file list * Wed Feb 11 2009 coolo@suse.de - readd "la" files to fix libxslt-python build * Mon Jan 26 2009 crrodriguez@suse.de