OBS User unknown 2009-01-09 00:37:31 +00:00 committed by Git OBS Bridge
parent 89eb6ca0e9
commit 1489488e52
2 changed files with 29 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 21 10:50:11 CEST 2008 - prusnak@suse.cz Thu Aug 21 10:50:11 CEST 2008 - prusnak@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package neon (Version 0.28.3) # spec file for package neon (Version 0.28.3)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -22,8 +22,13 @@ Name: neon
BuildRequires: libexpat-devel libopenssl-devel openssl zlib-devel BuildRequires: libexpat-devel libopenssl-devel openssl zlib-devel
Summary: An HTTP and WebDAV Client Library Summary: An HTTP and WebDAV Client Library
Version: 0.28.3 Version: 0.28.3
Release: 1 Release: 10
License: LGPL v2.1 or later License: LGPL v2.1 or later
# bug437293
%ifarch ppc64
Obsoletes: neon-64bit
%endif
#
Group: Development/Libraries/Other Group: Development/Libraries/Other
Url: http://www.webdav.org/neon Url: http://www.webdav.org/neon
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -67,6 +72,11 @@ License: GPL v2 or later
Summary: An HTTP and WebDAV Client Library Summary: An HTTP and WebDAV Client Library
Group: Development/Libraries/Other Group: Development/Libraries/Other
Requires: %{name} = %{version} Requires: %{name} = %{version}
# bug437293
%ifarch ppc64
Obsoletes: neon-64bit
%endif
#
%description -n libneon27 %description -n libneon27
neon is an HTTP and WebDAV client library with a C interface. neon is an HTTP and WebDAV client library with a C interface.
@ -108,6 +118,11 @@ Requires: libneon27 = %{version} glibc-devel
# renamed after openSUSE 10.3 # renamed after openSUSE 10.3
Provides: neon-devel = 0.27 Provides: neon-devel = 0.27
Obsoletes: neon-devel < 0.27 Obsoletes: neon-devel < 0.27
# bug437293
%ifarch ppc64
Obsoletes: neon-devel-64bit
%endif
#
%description -n libneon-devel %description -n libneon-devel
neon is an HTTP and WebDAV client library with a C interface. neon is an HTTP and WebDAV client library with a C interface.
@ -190,6 +205,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/neon.pc %{_libdir}/pkgconfig/neon.pc
%changelog %changelog
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Thu Aug 21 2008 prusnak@suse.cz * Thu Aug 21 2008 prusnak@suse.cz
- updated to 0.28.3 - updated to 0.28.3
* SECURITY (CVE-2008-3746): Fix potential NULL pointer dereference in * SECURITY (CVE-2008-3746): Fix potential NULL pointer dereference in
@ -228,7 +245,7 @@ rm -rf $RPM_BUILD_ROOT
* digest.patch (included in update) * digest.patch (included in update)
* Mon Mar 03 2008 olh@suse.de * Mon Mar 03 2008 olh@suse.de
- fix bug in digest domain parameter handling to fix svn commit - fix bug in digest domain parameter handling to fix svn commit
* Fri Feb 29 2008 crrodriguez@suse.de * Thu Feb 28 2008 crrodriguez@suse.de
- run the test suite to detect any possible regression - run the test suite to detect any possible regression
* Fri Feb 15 2008 crrodriguez@suse.de * Fri Feb 15 2008 crrodriguez@suse.de
- version 0.28.0 - version 0.28.0
@ -256,7 +273,7 @@ rm -rf $RPM_BUILD_ROOT
- version 0.27.2 - version 0.27.2
* Fix crash in GSSAPI Negotiate response header verification. * Fix crash in GSSAPI Negotiate response header verification.
- Cleanup excessive dependencies on -devel package. - Cleanup excessive dependencies on -devel package.
* Fri Oct 12 2007 ro@suse.de * Thu Oct 11 2007 ro@suse.de
- add provides/obsoletes for neon-devel in libneon-devel - add provides/obsoletes for neon-devel in libneon-devel
after package rename after package rename
* Tue Sep 25 2007 prusnak@suse.cz * Tue Sep 25 2007 prusnak@suse.cz
@ -303,7 +320,7 @@ rm -rf $RPM_BUILD_ROOT
* Fix test suite failures on QNX by working around send() length limit * Fix test suite failures on QNX by working around send() length limit
* Fix handling of POSIX strerror_r failure case in ne_strerror * Fix handling of POSIX strerror_r failure case in ne_strerror
* Fix alignment issues in test suite MD5 code * Fix alignment issues in test suite MD5 code
* Sat Apr 28 2007 dmueller@suse.de * Fri Apr 27 2007 dmueller@suse.de
- fix buildrequires - fix buildrequires
* Tue Apr 17 2007 prusnak@suse.cz * Tue Apr 17 2007 prusnak@suse.cz
- updated spec file to reflect expat package split - updated spec file to reflect expat package split
@ -350,7 +367,7 @@ rm -rf $RPM_BUILD_ROOT
* Major changes to SSL interface * Major changes to SSL interface
* Add a pkg-config file * Add a pkg-config file
* Tons of fixes * Tons of fixes
* Thu Apr 24 2003 olh@suse.de * Wed Apr 23 2003 olh@suse.de
- update to 0.23.9 - update to 0.23.9
Changes in release 0.23.9: Changes in release 0.23.9:
* neon-config exports includes needed for OpenSSL given by * neon-config exports includes needed for OpenSSL given by
@ -386,7 +403,7 @@ rm -rf $RPM_BUILD_ROOT
- update to 0.22.0, needed by subversion - update to 0.22.0, needed by subversion
* Fri Aug 09 2002 olh@suse.de * Fri Aug 09 2002 olh@suse.de
- devel requires base package - devel requires base package
* Sat Jul 27 2002 adrian@suse.de * Fri Jul 26 2002 adrian@suse.de
- fix neededforbuild - fix neededforbuild
* Sun Jun 23 2002 olh@suse.de * Sun Jun 23 2002 olh@suse.de
- update to 0.21.3 - update to 0.21.3