This commit is contained in:
commit
20260ee922
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
libsoup-2.2.96.tar.bz2
Normal file
3
libsoup-2.2.96.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e69f4cc9baee9be87400371cbdca1cb03428394c624640e64397089d090dbf0d
|
||||
size 487476
|
253
libsoup.changes
Normal file
253
libsoup.changes
Normal file
@ -0,0 +1,253 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 8 10:43:24 CET 2007 - sbrabec@suse.cz
|
||||
|
||||
- Spec file cleanup.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 12:32:11 CST 2006 - maw@suse.de
|
||||
|
||||
- Move to /usr.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 20:11:39 CET 2006 - cstender@suse.de
|
||||
|
||||
- removed 'rm -rf $RPM_BUILD_ROOT' from build section
|
||||
- added ldconfig call
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 23:01:32 CEST 2006 - jhargadon@suse.de
|
||||
|
||||
- update to version 2.2.96
|
||||
- SoupServer now works even if you don't explicitly set an
|
||||
encoding for the response.
|
||||
- WWW-Authenticate and Proxy-Authenticate responses with no
|
||||
realm parameter are now ignored
|
||||
- Fixed a bug in soup_mktime_utc()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 5 18:30:02 CEST 2006 - dgollub@suse.de
|
||||
|
||||
- update to 2.2.94:
|
||||
* Various fixes to the XML-RPC code (which apparently had not
|
||||
actually ever worked before) from Brent Smith. [343973,
|
||||
344222, 344458]
|
||||
|
||||
* Added client and server API tutorials to the docs
|
||||
|
||||
* auth-test now uses a local Apache 2.2 install, if possible,
|
||||
rather than depending on files that used to be on an old
|
||||
Ximian web server but haven't been anywhere for a long time.
|
||||
[311825]
|
||||
|
||||
- changes from 2.2.92 to 2.2.93
|
||||
* Fixed outgoing data corruption caused when SoupServer
|
||||
started writing out a response a second time after already
|
||||
having started once. [334469]. Also fixed 342640 and another
|
||||
bug caused by the workaround for 334469 in 2.2.92. Based on
|
||||
patches and analysis from William Jon McCann and Armin
|
||||
Bauer.
|
||||
|
||||
* Fixed a deadlock when changing a session's proxy URI.
|
||||
[309867 / bnc 174255, based on a patch by Veerapuram
|
||||
Varadhan].
|
||||
|
||||
* Fixed https-via-proxies in the synchronous case. [bnc 174255]
|
||||
|
||||
* Fixed a crash in evolution-exchange [342545, fix based on an
|
||||
analysis by Wang Xin].
|
||||
|
||||
* Fixed simple-proxy to not crash at startup. Oops. (Alex
|
||||
Larsson)
|
||||
|
||||
- changes from 2.2.91 to 2.2.92
|
||||
* Fixed server-side digest auth to return a valid "algorithm"
|
||||
value and client-side to not crash if it sees an invalid one
|
||||
[328615].
|
||||
|
||||
* Fixed the Request-Line parsing code to not hardcode a
|
||||
maximum URI length (to allow very long DAAP requests from
|
||||
iTunes in Rhythmbox). [335040]
|
||||
|
||||
- changes from 2.2.90 to 2.2.91
|
||||
* SoupSession, SoupServer, SoupConnection, SoupSocket, and
|
||||
SoupAddress now have an "async-context" property that allows
|
||||
you to use the async API in a non-default GMainContext.
|
||||
[Based on patches from Armin Bauer and Jörg Billeter.]
|
||||
|
||||
* Fixed some bugs in soup_date_iso8601_parse(). [324671, from
|
||||
Emmanuele Bassi]
|
||||
|
||||
------------------------------------------------------------------
|
||||
Mon Feb 27 15:32:51 CET 2006 - danw@suse.de
|
||||
|
||||
- Add a patch from CVS for use by evolution
|
||||
(make connection timeout configurable)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 19:44:14 CET 2006 - sbrabec@suse.cz
|
||||
|
||||
- Do not require exact release in devel file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:32:26 CET 2006 - mls@suse.de
|
||||
|
||||
- converted neededforbuild to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 18:43:15 CET 2005 - danw@suse.de
|
||||
|
||||
- update to 2.2.90, which includes the opensync patches
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 2 21:58:25 CET 2005 - dmueller@suse.de
|
||||
|
||||
- don't build as root
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 22 19:22:19 CEST 2005 - jpr@suse.de
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 20:51:39 CEST 2005 - ro@suse.de
|
||||
|
||||
- update to cvs version folding in other patches
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 10:08:36 CEST 2005 - ro@suse.de
|
||||
|
||||
- added libsoup-2.2.3-danw-tambet-threading.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 15 11:40:25 CEST 2005 - ro@suse.de
|
||||
|
||||
- fixed memory leak (port of patch from #95454)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 12 15:44:45 CEST 2005 - ro@suse.de
|
||||
|
||||
- updated and re-enabled patches...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 12 15:09:24 CEST 2005 - jpr@suse.de
|
||||
|
||||
- Add lzo and lzo-devel to neededforbuild to get ssl support back (104319)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 12 00:24:52 CEST 2005 - gekker@suse.de
|
||||
|
||||
- Update to version 2.2.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 01:45:10 CEST 2005 - gekker@suse.de
|
||||
|
||||
- Update to version 2.2.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 23:17:05 CEST 2005 - gekker@suse.de
|
||||
|
||||
- Add patch for close exec (62176).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 10 11:27:33 CET 2005 - hvogel@suse.de
|
||||
|
||||
- More gnutls patching. Fixed CPU sucking bug #57811 (ximian)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 19:52:27 CET 2005 - gekker@suse.de
|
||||
|
||||
- Update to version 2.2.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 28 12:07:16 CET 2005 - meissner@suse.de
|
||||
|
||||
- Added sentinels to spot bad valist handling, no-strict-aliasing
|
||||
is not needed here.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 17:43:55 CET 2005 - ro@suse.de
|
||||
|
||||
- GNUTLS_CERT_NOT_TRUSTED is no longer present in current gnutls
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 19:24:07 CET 2004 - gekker@suse.de
|
||||
|
||||
- Update to version 2.2.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 20 23:30:40 CEST 2004 - dobey@suse.de
|
||||
|
||||
- Add patch for bugzilla.ximian.com bug #68583
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 27 17:28:39 CEST 2004 - dobey@suse.de
|
||||
|
||||
- Update to version 2.2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 21:14:01 CEST 2004 - dobey@suse.de
|
||||
|
||||
- Update to version 2.1.13
|
||||
- Require glib2-devel for the libsoup-devel package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 5 19:58:49 CEST 2004 - dobey@suse.de
|
||||
|
||||
- Add proper dependencies to the devel package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 5 17:50:00 CEST 2004 - dobey@suse.de
|
||||
|
||||
- Fix support for SSL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 28 19:32:08 CEST 2004 - dobey@suse.de
|
||||
|
||||
- Updated to version 2.1.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 4 03:52:32 CEST 2004 - mibarra@suse.de
|
||||
|
||||
- Updated to version 2.1.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 03:52:08 CEST 2004 - mibarra@suse.de
|
||||
|
||||
- Updated to version 2.1.10.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 02:53:07 CEST 2004 - clahey@suse.de
|
||||
|
||||
- Updated to version 2.1.9.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 22 13:46:09 CET 2004 - hhetter@suse.de
|
||||
|
||||
- updated to version 1.99.28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 16 09:44:15 CET 2004 - meissner@suse.de
|
||||
|
||||
- -fno-strict-aliasing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 08 11:27:22 CEST 2003 - sbrabec@suse.cz
|
||||
|
||||
- Updated to version 1.99.23.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 05 18:18:46 CEST 2003 - sbrabec@suse.cz
|
||||
|
||||
- Package renamed to libsoup.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 14 14:48:27 CEST 2003 - sbrabec@suse.cz
|
||||
|
||||
- GNOME prefix change to /opt/gnome.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 22 14:52:58 CEST 2003 - sbrabec@suse.cz
|
||||
|
||||
- Initial SuSE version of GNOME2 port.
|
||||
|
261
libsoup.spec
Normal file
261
libsoup.spec
Normal file
@ -0,0 +1,261 @@
|
||||
#
|
||||
# spec file for package libsoup (Version 2.2.96)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: libsoup
|
||||
BuildRequires: glib2-devel gnutls-devel gtk-doc libxml2-devel
|
||||
# We do not need these dependencies needed only for tests.
|
||||
#BuildRequires: apache2-mod_php5 php5-xmlrpc
|
||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Group: Development/Libraries/GNOME
|
||||
Autoreqprov: on
|
||||
Summary: Additional Package Documentation.
|
||||
Version: 2.2.96
|
||||
Release: 30
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
|
||||
URL: http://www.gnome.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Soup is a SOAP (Simple Object Access Protocol) implementation in C.
|
||||
|
||||
It provides a queued asynchronous callback-based mechanism for sending
|
||||
and servicing SOAP requests and a WSDL (Web Service Definition
|
||||
Language) to C compiler that generates client stubs and server
|
||||
skeletons for easily calling and implementing SOAP methods.
|
||||
|
||||
It uses the Glib main loop and is designed to work well with GTK+
|
||||
applications. This enables GNOME applications to access SOAP servers
|
||||
on the network in a completely asynchronous fashion, very similar to
|
||||
the GTK+ programming model (a synchronous operation mode is also
|
||||
supported for those who want it).
|
||||
|
||||
The WSDL compiler helps you make your applications interoperate with
|
||||
services that expose their descriptions through WSDL.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Alex Graveley <alex@ximian.com>
|
||||
Dick Porter <dick@ximian.com>
|
||||
Miguel De Icaza <miguel@ximian.com>
|
||||
|
||||
%package devel
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name} = %{version} glib2-devel gnutls-devel
|
||||
|
||||
%description devel
|
||||
Soup is a SOAP (Simple Object Access Protocol) implementation in C. It
|
||||
provides a queued, asynchronous callback-based mechanism for sending
|
||||
SOAP requests. This package allows you to develop applications that use
|
||||
the Soup library.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Alex Graveley <alex@ximian.com>
|
||||
Dick Porter <dick@ximian.com>
|
||||
Miguel De Icaza <miguel@ximian.com>
|
||||
|
||||
%package doc
|
||||
Summary: Simple Object Access Protocol (SOAP)
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description doc
|
||||
Soup is a SOAP (Simple Object Access Protocol) implementation in C.
|
||||
|
||||
It provides a queued asynchronous callback-based mechanism for sending
|
||||
and servicing SOAP requests and a WSDL (Web Service Definition
|
||||
Language) to C compiler that generates client stubs and server
|
||||
skeletons for easily calling and implementing SOAP methods.
|
||||
|
||||
It uses the Glib main loop and is designed to work well with GTK+
|
||||
applications. This enables GNOME applications to access SOAP servers
|
||||
on the network in a completely asynchronous fashion, very similar to
|
||||
the GTK+ programming model (a synchronous operation mode is also
|
||||
supported for those who want it).
|
||||
|
||||
The WSDL compiler helps you make your applications interoperate with
|
||||
services that expose their descriptions through WSDL.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Alex Graveley <alex@ximian.com>
|
||||
Dick Porter <dick@ximian.com>
|
||||
Miguel De Icaza <miguel@ximian.com>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
%run_ldconfig
|
||||
|
||||
%postun
|
||||
%run_ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README COPYING ChangeLog NEWS AUTHORS INSTALL
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/libsoup-2.2
|
||||
%{_libdir}/*.*a
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/libsoup
|
||||
|
||||
%changelog -n libsoup
|
||||
* Mon Jan 08 2007 - sbrabec@suse.cz
|
||||
- Spec file cleanup.
|
||||
* Fri Dec 08 2006 - maw@suse.de
|
||||
- Move to /usr.
|
||||
* Tue Nov 07 2006 - cstender@suse.de
|
||||
- removed 'rm -rf $RPM_BUILD_ROOT' from build section
|
||||
- added ldconfig call
|
||||
* Tue Aug 15 2006 - jhargadon@suse.de
|
||||
- update to version 2.2.96
|
||||
- SoupServer now works even if you don't explicitly set an
|
||||
encoding for the response.
|
||||
- WWW-Authenticate and Proxy-Authenticate responses with no
|
||||
realm parameter are now ignored
|
||||
- Fixed a bug in soup_mktime_utc()
|
||||
* Wed Jul 05 2006 - dgollub@suse.de
|
||||
- update to 2.2.94:
|
||||
* Various fixes to the XML-RPC code (which apparently had not
|
||||
actually ever worked before) from Brent Smith. [343973,
|
||||
344222, 344458]
|
||||
* Added client and server API tutorials to the docs
|
||||
* auth-test now uses a local Apache 2.2 install, if possible,
|
||||
rather than depending on files that used to be on an old
|
||||
Ximian web server but haven't been anywhere for a long time.
|
||||
[311825]
|
||||
- changes from 2.2.92 to 2.2.93
|
||||
* Fixed outgoing data corruption caused when SoupServer
|
||||
started writing out a response a second time after already
|
||||
having started once. [334469]. Also fixed 342640 and another
|
||||
bug caused by the workaround for 334469 in 2.2.92. Based on
|
||||
patches and analysis from William Jon McCann and Armin
|
||||
Bauer.
|
||||
* Fixed a deadlock when changing a session's proxy URI.
|
||||
[309867 / bnc 174255, based on a patch by Veerapuram
|
||||
Varadhan].
|
||||
* Fixed https-via-proxies in the synchronous case. [bnc 174255]
|
||||
* Fixed a crash in evolution-exchange [342545, fix based on an
|
||||
analysis by Wang Xin].
|
||||
* Fixed simple-proxy to not crash at startup. Oops. (Alex
|
||||
Larsson)
|
||||
- changes from 2.2.91 to 2.2.92
|
||||
* Fixed server-side digest auth to return a valid "algorithm"
|
||||
value and client-side to not crash if it sees an invalid one
|
||||
[328615].
|
||||
* Fixed the Request-Line parsing code to not hardcode a
|
||||
maximum URI length (to allow very long DAAP requests from
|
||||
iTunes in Rhythmbox). [335040]
|
||||
- changes from 2.2.90 to 2.2.91
|
||||
* SoupSession, SoupServer, SoupConnection, SoupSocket, and
|
||||
SoupAddress now have an "async-context" property that allows
|
||||
you to use the async API in a non-default GMainContext.
|
||||
[Based on patches from Armin Bauer and Jörg Billeter.]
|
||||
* Fixed some bugs in soup_date_iso8601_parse(). [324671, from
|
||||
Emmanuele Bassi]
|
||||
* Mon Feb 27 2006 - danw@suse.de
|
||||
- Add a patch from CVS for use by evolution
|
||||
(make connection timeout configurable)
|
||||
* Tue Feb 21 2006 - sbrabec@suse.cz
|
||||
- Do not require exact release in devel file.
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Thu Nov 17 2005 - danw@suse.de
|
||||
- update to 2.2.90, which includes the opensync patches
|
||||
* Wed Nov 02 2005 - dmueller@suse.de
|
||||
- don't build as root
|
||||
* Mon Aug 22 2005 - jpr@suse.de
|
||||
- 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
|
||||
* Thu Aug 18 2005 - ro@suse.de
|
||||
- update to cvs version folding in other patches
|
||||
* Thu Aug 18 2005 - ro@suse.de
|
||||
- added libsoup-2.2.3-danw-tambet-threading.patch
|
||||
* Mon Aug 15 2005 - ro@suse.de
|
||||
- fixed memory leak (port of patch from #95454)
|
||||
* Fri Aug 12 2005 - ro@suse.de
|
||||
- updated and re-enabled patches...
|
||||
* Fri Aug 12 2005 - jpr@suse.de
|
||||
- Add lzo and lzo-devel to neededforbuild to get ssl support back (104319)
|
||||
* Fri Aug 12 2005 - gekker@suse.de
|
||||
- Update to version 2.2.5
|
||||
* Wed Jun 29 2005 - gekker@suse.de
|
||||
- Update to version 2.2.3
|
||||
* Tue Jun 28 2005 - gekker@suse.de
|
||||
- Add patch for close exec (62176).
|
||||
* Thu Mar 10 2005 - hvogel@suse.de
|
||||
- More gnutls patching. Fixed CPU sucking bug #57811 (ximian)
|
||||
* Sat Feb 05 2005 - gekker@suse.de
|
||||
- Update to version 2.2.2
|
||||
* Fri Jan 28 2005 - meissner@suse.de
|
||||
- Added sentinels to spot bad valist handling, no-strict-aliasing
|
||||
is not needed here.
|
||||
* Sat Jan 22 2005 - ro@suse.de
|
||||
- GNUTLS_CERT_NOT_TRUSTED is no longer present in current gnutls
|
||||
* Mon Nov 29 2004 - gekker@suse.de
|
||||
- Update to version 2.2.1
|
||||
* Wed Oct 20 2004 - dobey@suse.de
|
||||
- Add patch for bugzilla.ximian.com bug #68583
|
||||
* Fri Aug 27 2004 - dobey@suse.de
|
||||
- Update to version 2.2.0
|
||||
* Fri Aug 13 2004 - dobey@suse.de
|
||||
- Update to version 2.1.13
|
||||
- Require glib2-devel for the libsoup-devel package
|
||||
* Thu Aug 05 2004 - dobey@suse.de
|
||||
- Add proper dependencies to the devel package
|
||||
* Thu Aug 05 2004 - dobey@suse.de
|
||||
- Fix support for SSL
|
||||
* Wed Jul 28 2004 - dobey@suse.de
|
||||
- Updated to version 2.1.12
|
||||
* Fri Jun 04 2004 - mibarra@suse.de
|
||||
- Updated to version 2.1.11
|
||||
* Sat May 22 2004 - mibarra@suse.de
|
||||
- Updated to version 2.1.10.
|
||||
* Tue May 18 2004 - clahey@suse.de
|
||||
- Updated to version 2.1.9.
|
||||
* Mon Mar 22 2004 - hhetter@suse.de
|
||||
- updated to version 1.99.28
|
||||
* Tue Mar 16 2004 - meissner@suse.de
|
||||
- -fno-strict-aliasing.
|
||||
* Fri Aug 08 2003 - sbrabec@suse.cz
|
||||
- Updated to version 1.99.23.
|
||||
* Tue Aug 05 2003 - sbrabec@suse.cz
|
||||
- Package renamed to libsoup.
|
||||
* Mon Jul 14 2003 - sbrabec@suse.cz
|
||||
- GNOME prefix change to /opt/gnome.
|
||||
* Thu May 22 2003 - sbrabec@suse.cz
|
||||
- Initial SuSE version of GNOME2 port.
|
Loading…
x
Reference in New Issue
Block a user