This commit is contained in:
parent
ffc33c9ee0
commit
62ce8d0c7c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0bf35d48d1a744482309b0d5190f15967684b935195fe3f06f29878be838c91
|
||||
size 1959074
|
3
libxslt-1.1.23.tar.bz2
Normal file
3
libxslt-1.1.23.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff27f85a42c279e76e40c3e45213743a32dffb9557867ece9e3f392ef0d19a92
|
||||
size 1968351
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 11 14:39:52 CEST 2008 - prusnak@suse.cz
|
||||
|
||||
- updated to 1.1.23
|
||||
* Documentation
|
||||
fix links for Cygwin DocBook setup (Philippe Bourcier)
|
||||
- xsltParseStylesheetDoc doc fix (Jason Viers)
|
||||
- fix manpage default maxdepth value
|
||||
* Bug fixes:
|
||||
- python segfault (Daniel Gryniewicz)
|
||||
- week-in-year bug fix (Maurice van der Pot)
|
||||
- fix python iterator problem (William Brack)
|
||||
- avoid garbage collection problems on str:tokenize and str:split
|
||||
and function results (William Brack and Peter Pawlowski)
|
||||
- superfluous re-generation of keys (William Brack)
|
||||
- remove superfluous code in xsltExtInitTest (Tony Graham)
|
||||
- func:result segfault fix (William Brack)
|
||||
- timezone offset problem (Peter Pawlowski),
|
||||
* Portability fixes:
|
||||
- old gcrypt support fix (Brent Cowgill)
|
||||
- Python portability patch (Stephane Bidoul)
|
||||
- VS 2008 fix (Rob Richard)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 22 12:19:20 CET 2008 - prusnak@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libxslt-python (Version 1.1.22)
|
||||
# spec file for package libxslt-python (Version 1.1.23)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -14,14 +14,14 @@
|
||||
Name: libxslt-python
|
||||
BuildRequires: libxml2-python libxslt-devel python-devel
|
||||
Summary: Python Bindings for libxslt
|
||||
Version: 1.1.22
|
||||
Release: 51
|
||||
Version: 1.1.23
|
||||
Release: 1
|
||||
License: X11/MIT
|
||||
Group: Development/Libraries/Python
|
||||
Source: libxslt-%{version}.tar.bz2
|
||||
# Uncomment to save space:
|
||||
#NoSource: 0
|
||||
Patch0: libxslt-1.1.20-linkflags.patch
|
||||
Patch0: libxslt-%{version}-linkflags.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{py_requires}
|
||||
Requires: libxml2 >= 2.6.27
|
||||
@ -83,6 +83,26 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc python/tests/*.xsl
|
||||
|
||||
%changelog
|
||||
* Fri Apr 11 2008 prusnak@suse.cz
|
||||
- updated to 1.1.23
|
||||
* Documentation
|
||||
fix links for Cygwin DocBook setup (Philippe Bourcier)
|
||||
- xsltParseStylesheetDoc doc fix (Jason Viers)
|
||||
- fix manpage default maxdepth value
|
||||
* Bug fixes:
|
||||
- python segfault (Daniel Gryniewicz)
|
||||
- week-in-year bug fix (Maurice van der Pot)
|
||||
- fix python iterator problem (William Brack)
|
||||
- avoid garbage collection problems on str:tokenize and str:split
|
||||
and function results (William Brack and Peter Pawlowski)
|
||||
- superfluous re-generation of keys (William Brack)
|
||||
- remove superfluous code in xsltExtInitTest (Tony Graham)
|
||||
- func:result segfault fix (William Brack)
|
||||
- timezone offset problem (Peter Pawlowski),
|
||||
* Portability fixes:
|
||||
- old gcrypt support fix (Brent Cowgill)
|
||||
- Python portability patch (Stephane Bidoul)
|
||||
- VS 2008 fix (Rob Richard)
|
||||
* Tue Jan 22 2008 prusnak@suse.cz
|
||||
- build without strict aliasing (as main package does)
|
||||
* Tue Sep 18 2007 sbrabec@suse.cz
|
||||
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 11 14:38:40 CEST 2008 - prusnak@suse.cz
|
||||
|
||||
- updated to 1.1.23
|
||||
* Documentation
|
||||
fix links for Cygwin DocBook setup (Philippe Bourcier)
|
||||
- xsltParseStylesheetDoc doc fix (Jason Viers)
|
||||
- fix manpage default maxdepth value
|
||||
* Bug fixes:
|
||||
- python segfault (Daniel Gryniewicz)
|
||||
- week-in-year bug fix (Maurice van der Pot)
|
||||
- fix python iterator problem (William Brack)
|
||||
- avoid garbage collection problems on str:tokenize and str:split
|
||||
and function results (William Brack and Peter Pawlowski)
|
||||
- superfluous re-generation of keys (William Brack)
|
||||
- remove superfluous code in xsltExtInitTest (Tony Graham)
|
||||
- func:result segfault fix (William Brack)
|
||||
- timezone offset problem (Peter Pawlowski),
|
||||
* Portability fixes:
|
||||
- old gcrypt support fix (Brent Cowgill)
|
||||
- Python portability patch (Stephane Bidoul)
|
||||
- VS 2008 fix (Rob Richard)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
|
30
libxslt.spec
30
libxslt.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libxslt (Version 1.1.22)
|
||||
# spec file for package libxslt (Version 1.1.23)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -14,12 +14,12 @@
|
||||
Name: libxslt
|
||||
BuildRequires: libgcrypt libgcrypt-devel libgpg-error libgpg-error-devel libxml2-devel
|
||||
Summary: XSL Transformation Library
|
||||
Version: 1.1.22
|
||||
Release: 35
|
||||
Version: 1.1.23
|
||||
Release: 1
|
||||
License: X11/MIT
|
||||
Group: System/Libraries
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch0: %{name}-1.1.20-no-net-autobuild.patch
|
||||
Patch0: %{name}-%{version}-no-net-autobuild.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: libxml2 >= 2.6.27
|
||||
Url: http://xmlsoft.org/XSLT/
|
||||
@ -48,7 +48,7 @@ Authors:
|
||||
|
||||
%package devel
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
Requires: libxml2-devel >= 2.6.27
|
||||
@ -106,6 +106,26 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc doc/*.html doc/html doc/tutorial doc/*.gif
|
||||
|
||||
%changelog
|
||||
* Fri Apr 11 2008 prusnak@suse.cz
|
||||
- updated to 1.1.23
|
||||
* Documentation
|
||||
fix links for Cygwin DocBook setup (Philippe Bourcier)
|
||||
- xsltParseStylesheetDoc doc fix (Jason Viers)
|
||||
- fix manpage default maxdepth value
|
||||
* Bug fixes:
|
||||
- python segfault (Daniel Gryniewicz)
|
||||
- week-in-year bug fix (Maurice van der Pot)
|
||||
- fix python iterator problem (William Brack)
|
||||
- avoid garbage collection problems on str:tokenize and str:split
|
||||
and function results (William Brack and Peter Pawlowski)
|
||||
- superfluous re-generation of keys (William Brack)
|
||||
- remove superfluous code in xsltExtInitTest (Tony Graham)
|
||||
- func:result segfault fix (William Brack)
|
||||
- timezone offset problem (Peter Pawlowski),
|
||||
* Portability fixes:
|
||||
- old gcrypt support fix (Brent Cowgill)
|
||||
- Python portability patch (Stephane Bidoul)
|
||||
- VS 2008 fix (Rob Richard)
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
Loading…
x
Reference in New Issue
Block a user