OBS User unknown 2008-10-06 16:14:11 +00:00 committed by Git OBS Bridge
parent 88f802e48b
commit 6f127d5a93
4 changed files with 65 additions and 45 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a43e5f4fecddfb03b18d68307bb6b3983fd2e7f01b19ebecc185bec8144b0df
size 642440

3
libsoup-2.24.0.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1b13a724e6a2065777b1f4207d8e0b6605adf85f12541d7bf965020e84176f3
size 642434

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Oct 3 15:28:27 WST 2008 - mboman@suse.de
- Update to version 2.24.0.1:
+ Reverted part of the fix for bgo#528882, which caused the DAAP
plugin in rhythmbox to crash. [bgo#553466]
-------------------------------------------------------------------
Tue Sep 23 08:55:50 EST 2008 - mboman@suse.de
- Update to version 2.24.0:
+ Cosmetic version bump
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 12 00:51:39 CDT 2008 - maw@suse.de Fri Sep 12 00:51:39 CDT 2008 - maw@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package libsoup (Version 2.23.92) # spec file for package libsoup (Version 2.24.0.1)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -29,7 +29,7 @@ License: LGPL v2.1 or later
Group: Development/Libraries/GNOME Group: Development/Libraries/GNOME
AutoReqProv: on AutoReqProv: on
Summary: Simple Object Access Protocol (SOAP) Summary: Simple Object Access Protocol (SOAP)
Version: 2.23.92 Version: 2.24.0.1
Release: 1 Release: 1
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
# PATCH-FEATURE-UPSTREAM libsoup-334021-client-ssl-certs.patch bgo334021 -- client SSL certificate support # PATCH-FEATURE-UPSTREAM libsoup-334021-client-ssl-certs.patch bgo334021 -- client SSL certificate support
@ -186,15 +186,22 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/libsoup-2.4 %{_datadir}/gtk-doc/html/libsoup-2.4
%changelog %changelog
* Fri Oct 03 2008 mboman@suse.de
- Update to version 2.24.0.1:
+ Reverted part of the fix for bgo#528882, which caused the DAAP
plugin in rhythmbox to crash. [bgo#553466]
* Tue Sep 23 2008 mboman@suse.de
- Update to version 2.24.0:
+ Cosmetic version bump
* Fri Sep 12 2008 maw@suse.de * Fri Sep 12 2008 maw@suse.de
- Update to version 2.23.92: - Update to version 2.23.92:
+ Fixed the handling of a 302 response to a HEAD request, which + Fixed the handling of a 302 response to a HEAD request, which
should NOT be treated like a 303 response (bgo#551190). should NOT be treated like a 303 response (bgo#551190).
* Tue Sep 02 2008 mboman@novell.com * Wed Sep 03 2008 mboman@novell.com
- Update to version 2.23.91: - Update to version 2.23.91:
+ Fixed a crash in gvfs [bgo#528882] + Fixed a crash in gvfs [bgo#528882]
+ Added soup_date_to_timeval() for gvfs. [bgo#549006] + Added soup_date_to_timeval() for gvfs. [bgo#549006]
* Wed Aug 06 2008 maw@suse.de * Thu Aug 07 2008 maw@suse.de
- Update to version 2.23.6: - Update to version 2.23.6:
+ Fixed use of g_idle_add() so that heavy I/O won't end up + Fixed use of g_idle_add() so that heavy I/O won't end up
blocking libsoup callbacks (bgo#536676) blocking libsoup callbacks (bgo#536676)
@ -202,7 +209,7 @@ rm -rf $RPM_BUILD_ROOT
+ Properly handle responses larger than 4G (bgo#539861) + Properly handle responses larger than 4G (bgo#539861)
+ Fixed the build when using certain LDFLAGS (bgo#541506) + Fixed the build when using certain LDFLAGS (bgo#541506)
+ Fixed a small bug in Digest auth handling (bgo#544681). + Fixed a small bug in Digest auth handling (bgo#544681).
* Mon Jun 16 2008 maw@suse.de * Tue Jun 17 2008 maw@suse.de
- Update to version 2.23.1: - Update to version 2.23.1:
+ This is the first unstable release leading up to GNOME 2.24; + This is the first unstable release leading up to GNOME 2.24;
the large version number bump is so that libsoup's version the large version number bump is so that libsoup's version
@ -214,16 +221,16 @@ rm -rf $RPM_BUILD_ROOT
SoupAuthManager to use it SoupAuthManager to use it
+ Added SoupCookie and SoupCookieJar; this API is already being + Added SoupCookie and SoupCookieJar; this API is already being
used in Epiphany, via WebKit, but it is not yet complete. used in Epiphany, via WebKit, but it is not yet complete.
* Tue Apr 29 2008 cthiel@suse.de * Wed Apr 30 2008 cthiel@suse.de
- obsolete libsoup-<arch> via baselibs.conf - obsolete libsoup-<arch> via baselibs.conf
* Mon Apr 21 2008 maw@suse.de * Tue Apr 22 2008 maw@suse.de
- Drop libsoup-2.2.100-r924.patch, because it is now upstream - Drop libsoup-2.2.100-r924.patch, because it is now upstream
- Respin libsoup-334021.patch, and rename it to - Respin libsoup-334021.patch, and rename it to
libsoup-334021-client-ssl-certs.patch. libsoup-334021-client-ssl-certs.patch.
* Thu Apr 10 2008 ro@suse.de * Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages - added baselibs.conf file to build xxbit packages
for multilib support for multilib support
* Wed Apr 09 2008 maw@suse.de * Thu Apr 10 2008 maw@suse.de
- Update to version 2.4.1: - Update to version 2.4.1:
+ Fixed SoupMessage to not downgrade to HTTP/1.0 for the second + Fixed SoupMessage to not downgrade to HTTP/1.0 for the second
attempt when it receives an HTTP/1.0 redirect or 401 attempt when it receives an HTTP/1.0 redirect or 401
@ -271,7 +278,7 @@ rm -rf $RPM_BUILD_ROOT
networks (bgo#523269) networks (bgo#523269)
* Added some new regression tests, fixed some small bugs in * Added some new regression tests, fixed some small bugs in
the existing ones. the existing ones.
* Thu Mar 13 2008 maw@suse.de * Fri Mar 14 2008 maw@suse.de
- Update to version 2.4.0: - Update to version 2.4.0:
+ Fixed a small memory leak in SoupSession (bgo#518798) + Fixed a small memory leak in SoupSession (bgo#518798)
+ Minor fixes to redirect behavior; PROPFINDs can now be + Minor fixes to redirect behavior; PROPFINDs can now be
@ -280,13 +287,13 @@ rm -rf $RPM_BUILD_ROOT
run by "make check" run by "make check"
+ The SoupSocket I/O methods now set nread/nwrote even on + The SoupSocket I/O methods now set nread/nwrote even on
error. error.
* Mon Mar 03 2008 maw@suse.de * Tue Mar 04 2008 maw@suse.de
- Update to version 2.3.4: - Update to version 2.3.4:
+ Documentation is once again available from devhelp (bgo#518384 + Documentation is once again available from devhelp (bgo#518384
and bgo#518317) and bgo#518317)
+ Tidied up libsoup-2.4.pc file (bgo#517631) + Tidied up libsoup-2.4.pc file (bgo#517631)
- The shared library subpackage is now called libsoup-2_4-1. - The shared library subpackage is now called libsoup-2_4-1.
* Mon Feb 18 2008 maw@suse.de * Tue Feb 19 2008 maw@suse.de
- Update to version 2.3.2: - Update to version 2.3.2:
+ API changes / Behavior changes: + API changes / Behavior changes:
* soup_server_add_auth_domain() now refs the auth domain when * soup_server_add_auth_domain() now refs the auth domain when
@ -349,12 +356,12 @@ rm -rf $RPM_BUILD_ROOT
* Fixed tests/query-test to compile correctly on Solaris. * Fixed tests/query-test to compile correctly on Solaris.
[bgo#513602, patch from Jeff Cai] [bgo#513602, patch from Jeff Cai]
* Fixed some other minor HTTP conformance issues. * Fixed some other minor HTTP conformance issues.
* Thu Jan 31 2008 maw@suse.de * Fri Feb 01 2008 maw@suse.de
- Split out a shared library subpackage - Split out a shared library subpackage
- Build with -fno-strict-aliasing - Build with -fno-strict-aliasing
- s#%%run_ldconfig#/sbin/ldconfig# - s#%%run_ldconfig#/sbin/ldconfig#
- Remove libtool archives and static libraries. - Remove libtool archives and static libraries.
* Tue Jan 29 2008 rodrigo@suse.de * Wed Jan 30 2008 rodrigo@suse.de
- Update to version 2.3.0.1: - Update to version 2.3.0.1:
* SoupURI now correctly handles URIs with complex encoded queries * SoupURI now correctly handles URIs with complex encoded queries
* It is now possible for a SoupServer to use Digest auth without * It is now possible for a SoupServer to use Digest auth without
@ -380,31 +387,31 @@ rm -rf $RPM_BUILD_ROOT
* SoupServer now automatically adds a "Date" header * SoupServer now automatically adds a "Date" header
- Disabled not working patches - Disabled not working patches
- Fixed summaries - Fixed summaries
* Mon Aug 06 2007 jberkman@novell.com * Tue Aug 07 2007 jberkman@novell.com
- export new smartcard functionality from gnutls for evo-exchange (gnome bug - export new smartcard functionality from gnutls for evo-exchange (gnome bug
[#334021]) [#334021])
* Mon Feb 19 2007 maw@suse.de * Tue Feb 20 2007 maw@suse.de
- Update to version 2.2.100 - Update to version 2.2.100
- Remove header-parsing.patch which is now upstream. - Remove header-parsing.patch which is now upstream.
* Tue Feb 13 2007 sbrabec@suse.cz * Tue Feb 13 2007 sbrabec@suse.cz
- Do not build unusable static libraries (#238552#c17). - Do not build unusable static libraries (#238552#c17).
* Tue Jan 16 2007 maw@suse.de * Wed Jan 17 2007 maw@suse.de
- Add header-parsing.patch (#235084 and CVE-2006-5876). - Add header-parsing.patch (#235084 and CVE-2006-5876).
* Mon Jan 08 2007 sbrabec@suse.cz * Mon Jan 08 2007 sbrabec@suse.cz
- Spec file cleanup. - Spec file cleanup.
* Fri Dec 08 2006 maw@suse.de * Sat Dec 09 2006 maw@suse.de
- Move to /usr. - Move to /usr.
* Tue Nov 07 2006 cstender@suse.de * Wed Nov 08 2006 cstender@suse.de
- removed 'rm -rf $RPM_BUILD_ROOT' from build section - removed 'rm -rf $RPM_BUILD_ROOT' from build section
- added ldconfig call - added ldconfig call
* Tue Aug 15 2006 jhargadon@suse.de * Wed Aug 16 2006 jhargadon@suse.de
- update to version 2.2.96 - update to version 2.2.96
- SoupServer now works even if you don't explicitly set an - SoupServer now works even if you don't explicitly set an
encoding for the response. encoding for the response.
- WWW-Authenticate and Proxy-Authenticate responses with no - WWW-Authenticate and Proxy-Authenticate responses with no
realm parameter are now ignored realm parameter are now ignored
- Fixed a bug in soup_mktime_utc() - Fixed a bug in soup_mktime_utc()
* Wed Jul 05 2006 dgollub@suse.de * Thu Jul 06 2006 dgollub@suse.de
- update to 2.2.94: - update to 2.2.94:
* Various fixes to the XML-RPC code (which apparently had not * Various fixes to the XML-RPC code (which apparently had not
actually ever worked before) from Brent Smith. [343973, actually ever worked before) from Brent Smith. [343973,
@ -446,18 +453,18 @@ rm -rf $RPM_BUILD_ROOT
* Mon Feb 27 2006 danw@suse.de * Mon Feb 27 2006 danw@suse.de
- Add a patch from CVS for use by evolution - Add a patch from CVS for use by evolution
(make connection timeout configurable) (make connection timeout configurable)
* Tue Feb 21 2006 sbrabec@suse.cz * Wed Feb 22 2006 sbrabec@suse.cz
- Do not require exact release in devel file. - Do not require exact release in devel file.
* Wed Jan 25 2006 mls@suse.de * Thu Jan 26 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Thu Nov 17 2005 danw@suse.de * Fri Nov 18 2005 danw@suse.de
- update to 2.2.90, which includes the opensync patches - update to 2.2.90, which includes the opensync patches
* Wed Nov 02 2005 dmueller@suse.de * Thu Nov 03 2005 dmueller@suse.de
- don't build as root - don't build as root
* Mon Aug 22 2005 jpr@suse.de * Tue Aug 23 2005 jpr@suse.de
- Update to released 2.2.6.1 which includes the cvs patches we were already - Update to released 2.2.6.1 which includes the cvs patches we were already
folding in plus the second part of the fix for 104319 folding in plus the second part of the fix for 104319
* Thu Aug 18 2005 ro@suse.de * Fri Aug 19 2005 ro@suse.de
- update to cvs version folding in other patches - update to cvs version folding in other patches
* Thu Aug 18 2005 ro@suse.de * Thu Aug 18 2005 ro@suse.de
- added libsoup-2.2.3-danw-tambet-threading.patch - added libsoup-2.2.3-danw-tambet-threading.patch
@ -467,41 +474,41 @@ rm -rf $RPM_BUILD_ROOT
- updated and re-enabled patches... - updated and re-enabled patches...
* Fri Aug 12 2005 jpr@suse.de * Fri Aug 12 2005 jpr@suse.de
- Add lzo and lzo-devel to neededforbuild to get ssl support back (104319) - Add lzo and lzo-devel to neededforbuild to get ssl support back (104319)
* Thu Aug 11 2005 gekker@suse.de * Fri Aug 12 2005 gekker@suse.de
- Update to version 2.2.5 - Update to version 2.2.5
* Tue Jun 28 2005 gekker@suse.de * Wed Jun 29 2005 gekker@suse.de
- Update to version 2.2.3 - Update to version 2.2.3
* Tue Jun 28 2005 gekker@suse.de * Wed Jun 29 2005 gekker@suse.de
- Add patch for close exec (62176). - Add patch for close exec (62176).
* Thu Mar 10 2005 hvogel@suse.de * Thu Mar 10 2005 hvogel@suse.de
- More gnutls patching. Fixed CPU sucking bug #57811 (ximian) - More gnutls patching. Fixed CPU sucking bug #57811 (ximian)
* Sat Feb 05 2005 gekker@suse.de * Sun Feb 06 2005 gekker@suse.de
- Update to version 2.2.2 - Update to version 2.2.2
* Fri Jan 28 2005 meissner@suse.de * Fri Jan 28 2005 meissner@suse.de
- Added sentinels to spot bad valist handling, no-strict-aliasing - Added sentinels to spot bad valist handling, no-strict-aliasing
is not needed here. is not needed here.
* Sat Jan 22 2005 ro@suse.de * Sun Jan 23 2005 ro@suse.de
- GNUTLS_CERT_NOT_TRUSTED is no longer present in current gnutls - GNUTLS_CERT_NOT_TRUSTED is no longer present in current gnutls
* Mon Nov 29 2004 gekker@suse.de * Tue Nov 30 2004 gekker@suse.de
- Update to version 2.2.1 - Update to version 2.2.1
* Wed Oct 20 2004 dobey@suse.de * Thu Oct 21 2004 dobey@suse.de
- Add patch for bugzilla.ximian.com bug #68583 - Add patch for bugzilla.ximian.com bug #68583
* Fri Aug 27 2004 dobey@suse.de * Sat Aug 28 2004 dobey@suse.de
- Update to version 2.2.0 - Update to version 2.2.0
* Fri Aug 13 2004 dobey@suse.de * Sat Aug 14 2004 dobey@suse.de
- Update to version 2.1.13 - Update to version 2.1.13
- Require glib2-devel for the libsoup-devel package - Require glib2-devel for the libsoup-devel package
* Thu Aug 05 2004 dobey@suse.de * Fri Aug 06 2004 dobey@suse.de
- Add proper dependencies to the devel package - Add proper dependencies to the devel package
* Thu Aug 05 2004 dobey@suse.de * Fri Aug 06 2004 dobey@suse.de
- Fix support for SSL - Fix support for SSL
* Wed Jul 28 2004 dobey@suse.de * Thu Jul 29 2004 dobey@suse.de
- Updated to version 2.1.12 - Updated to version 2.1.12
* Thu Jun 03 2004 mibarra@suse.de * Fri Jun 04 2004 mibarra@suse.de
- Updated to version 2.1.11 - Updated to version 2.1.11
* Fri May 21 2004 mibarra@suse.de * Sat May 22 2004 mibarra@suse.de
- Updated to version 2.1.10. - Updated to version 2.1.10.
* Mon May 17 2004 clahey@suse.de * Tue May 18 2004 clahey@suse.de
- Updated to version 2.1.9. - Updated to version 2.1.9.
* Mon Mar 22 2004 hhetter@suse.de * Mon Mar 22 2004 hhetter@suse.de
- updated to version 1.99.28 - updated to version 1.99.28
@ -509,7 +516,7 @@ rm -rf $RPM_BUILD_ROOT
- -fno-strict-aliasing. - -fno-strict-aliasing.
* Fri Aug 08 2003 sbrabec@suse.cz * Fri Aug 08 2003 sbrabec@suse.cz
- Updated to version 1.99.23. - Updated to version 1.99.23.
* Tue Aug 05 2003 sbrabec@suse.cz * Wed Aug 06 2003 sbrabec@suse.cz
- Package renamed to libsoup. - Package renamed to libsoup.
* Mon Jul 14 2003 sbrabec@suse.cz * Mon Jul 14 2003 sbrabec@suse.cz
- GNOME prefix change to /opt/gnome. - GNOME prefix change to /opt/gnome.