2014-04-05 16:48:38 +00:00
|
|
|
%define glib2_version 2.38.0
|
2008-01-28 20:36:36 +00:00
|
|
|
|
2006-07-12 11:33:01 +00:00
|
|
|
### Abstract ###
|
|
|
|
|
2004-09-09 07:42:46 +00:00
|
|
|
Name: libsoup
|
2015-10-28 07:24:26 +00:00
|
|
|
Version: 2.53.1
|
2015-06-23 09:47:14 +00:00
|
|
|
Release: 1%{?dist}
|
2007-08-08 04:33:42 +00:00
|
|
|
License: LGPLv2
|
2004-09-09 07:42:46 +00:00
|
|
|
Group: Development/Libraries
|
2006-07-12 11:33:01 +00:00
|
|
|
Summary: Soup, an HTTP library implementation
|
2015-06-23 09:51:02 +00:00
|
|
|
URL: https://wiki.gnome.org/Projects/libsoup
|
2010-03-29 23:09:30 +00:00
|
|
|
#VCS: git:git://git.gnome.org/libsoup
|
2015-10-28 07:24:26 +00:00
|
|
|
Source: https://download.gnome.org/sources/%{name}/2.53/%{name}-%{version}.tar.xz
|
2009-12-09 16:23:12 +00:00
|
|
|
|
2006-07-12 11:33:01 +00:00
|
|
|
### Build Dependencies ###
|
|
|
|
|
2008-01-28 20:36:36 +00:00
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
2011-02-22 13:33:28 +00:00
|
|
|
BuildRequires: glib-networking
|
2012-05-05 17:03:33 +00:00
|
|
|
BuildRequires: intltool
|
2015-06-23 09:58:23 +00:00
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
2015-08-17 15:34:28 +00:00
|
|
|
BuildRequires: vala-tools
|
2004-09-09 07:42:46 +00:00
|
|
|
|
2014-09-15 13:37:51 +00:00
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
|
Requires: glib-networking%{?_isa} >= %{glib2_version}
|
|
|
|
|
2004-09-09 07:42:46 +00:00
|
|
|
%description
|
|
|
|
Libsoup is an HTTP library implementation in C. It was originally part
|
|
|
|
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
|
|
|
|
the SOAP and non-SOAP parts have now been split into separate packages.
|
2009-03-16 18:09:55 +00:00
|
|
|
|
2004-09-09 07:42:46 +00:00
|
|
|
libsoup uses the Glib main loop and is designed to work well with GTK
|
|
|
|
applications. This enables GNOME applications to access HTTP 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).
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Header files for the Soup library
|
|
|
|
Group: Development/Libraries
|
2014-09-15 13:37:51 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2004-09-09 07:42:46 +00:00
|
|
|
|
|
|
|
%description devel
|
2009-03-16 18:09:55 +00:00
|
|
|
Libsoup is an HTTP library implementation in C. This package allows
|
2004-09-09 07:42:46 +00:00
|
|
|
you to develop applications that use the libsoup library.
|
|
|
|
|
|
|
|
%prep
|
2008-06-16 17:42:08 +00:00
|
|
|
%setup -q
|
2004-09-09 07:42:46 +00:00
|
|
|
|
|
|
|
%build
|
2013-02-05 22:31:55 +00:00
|
|
|
%configure --disable-static
|
2008-07-30 14:42:47 +00:00
|
|
|
|
|
|
|
# Omit unused direct shared library dependencies.
|
|
|
|
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
|
|
|
|
|
2008-06-16 17:42:08 +00:00
|
|
|
make %{?_smp_mflags}
|
2004-09-09 07:42:46 +00:00
|
|
|
|
|
|
|
%install
|
2015-08-17 15:29:27 +00:00
|
|
|
%make_install
|
2004-09-09 07:42:46 +00:00
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
|
|
2012-05-05 17:03:33 +00:00
|
|
|
%find_lang libsoup
|
|
|
|
|
2009-03-16 18:09:55 +00:00
|
|
|
%post -p /sbin/ldconfig
|
2004-09-09 07:42:46 +00:00
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
2012-05-05 17:03:33 +00:00
|
|
|
%files -f libsoup.lang
|
2015-03-03 14:19:02 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc README NEWS AUTHORS
|
2004-09-09 07:42:46 +00:00
|
|
|
%{_libdir}/lib*.so.*
|
2010-06-21 23:39:33 +00:00
|
|
|
%{_libdir}/girepository-1.0/Soup*2.4.typelib
|
2004-09-09 07:42:46 +00:00
|
|
|
|
|
|
|
%files devel
|
2008-06-16 17:42:08 +00:00
|
|
|
%{_includedir}/%{name}-2.4
|
2008-12-02 00:23:30 +00:00
|
|
|
%{_includedir}/%{name}-gnome-2.4
|
2004-09-09 07:42:46 +00:00
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2010-06-21 23:39:33 +00:00
|
|
|
%{_datadir}/gir-1.0/Soup*2.4.gir
|
2008-06-16 17:42:08 +00:00
|
|
|
%{_datadir}/gtk-doc/html/%{name}-2.4
|
2015-08-17 15:34:28 +00:00
|
|
|
%dir %{_datadir}/vala
|
|
|
|
%dir %{_datadir}/vala/vapi
|
|
|
|
%{_datadir}/vala/vapi/libsoup-2.4.vapi
|
2004-09-09 07:42:46 +00:00
|
|
|
|
|
|
|
%changelog
|
2015-10-28 07:24:26 +00:00
|
|
|
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 2.53.1-1
|
|
|
|
- Update to 2.53.1
|
|
|
|
|
2015-10-12 21:35:09 +00:00
|
|
|
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 2.52.1-1
|
|
|
|
- Update to 2.52.1
|
|
|
|
|
2015-09-21 16:19:26 +00:00
|
|
|
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 2.52.0-1
|
|
|
|
- Update to 2.52.0
|
|
|
|
|
2015-09-15 14:25:29 +00:00
|
|
|
* Tue Sep 15 2015 Richard Hughes <rhughes@redhat.com> - 2.51.92-1
|
|
|
|
- Update to 2.51.92
|
|
|
|
|
2015-08-17 15:27:36 +00:00
|
|
|
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 2.51.90-1
|
|
|
|
- Update to 2.51.90
|
2015-08-17 15:29:27 +00:00
|
|
|
- Use make_install macro
|
2015-08-17 15:34:28 +00:00
|
|
|
- Build vala bindings
|
2015-08-17 15:27:36 +00:00
|
|
|
|
2015-06-23 09:47:14 +00:00
|
|
|
* Tue Jun 23 2015 David King <amigadave@amigadave.com> - 2.51.3-1
|
|
|
|
- Update to 2.51.3
|
2015-06-23 09:51:02 +00:00
|
|
|
- Update URL
|
2015-06-23 09:58:23 +00:00
|
|
|
- Use pkgconfig for BuildRequires
|
2015-06-23 10:00:24 +00:00
|
|
|
- Preserve timestamps during install
|
2015-06-23 09:47:14 +00:00
|
|
|
|
2015-06-17 17:20:22 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.50.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-03-23 14:34:14 +00:00
|
|
|
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 2.50.0-1
|
|
|
|
- Update to 2.50.0
|
|
|
|
|
2015-03-17 15:18:43 +00:00
|
|
|
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 2.49.92-1
|
|
|
|
- Update to 2.49.92
|
|
|
|
|
2015-03-03 19:53:29 +00:00
|
|
|
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 2.49.91.1-1
|
|
|
|
- Update to 2.49.91.1
|
|
|
|
|
2015-03-03 14:17:32 +00:00
|
|
|
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 2.49.91-1
|
|
|
|
- Update to 2.49.91
|
2015-03-03 14:19:02 +00:00
|
|
|
- Use the %%license macro for the COPYING file
|
2015-03-03 14:17:32 +00:00
|
|
|
|
2014-11-25 10:46:05 +00:00
|
|
|
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 2.49.1-1
|
|
|
|
- Update to 2.49.1
|
|
|
|
|
2014-09-22 21:23:18 +00:00
|
|
|
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.48.0-1
|
|
|
|
- Update to 2.48.0
|
|
|
|
|
2014-09-15 13:32:22 +00:00
|
|
|
* Mon Sep 15 2014 Kalev Lember <kalevlember@gmail.com> - 2.47.92-1
|
|
|
|
- Update to 2.47.92
|
2014-09-15 13:37:51 +00:00
|
|
|
- Tighten deps with the _isa macro
|
2014-09-15 13:32:22 +00:00
|
|
|
|
2014-08-17 06:05:29 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.47.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 15:13:57 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.47.4-1
|
|
|
|
- Update to 2.47.4
|
|
|
|
|
2014-06-24 13:38:05 +00:00
|
|
|
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 2.47.3-1
|
|
|
|
- Update to 2.47.3
|
|
|
|
|
2014-06-07 05:31:25 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.46.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-05 16:48:38 +00:00
|
|
|
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 2.46.0-2
|
|
|
|
- Update dep versions
|
|
|
|
|
2014-03-24 22:51:03 +00:00
|
|
|
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 2.46.0-1
|
|
|
|
- Update to 2.46.0
|
|
|
|
|
2014-03-18 14:47:24 +00:00
|
|
|
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 2.45.92-1
|
|
|
|
- Update to 2.45.92
|
|
|
|
|
2014-02-18 16:17:32 +00:00
|
|
|
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 2.45.90-1
|
|
|
|
- Update to 2.45.90
|
|
|
|
|
2013-12-17 12:14:11 +00:00
|
|
|
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 2.45.3-1
|
|
|
|
- Update to 2.45.3
|
|
|
|
|
2013-11-14 20:35:58 +00:00
|
|
|
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 2.44.2-1
|
|
|
|
- Update to 2.44.2
|
|
|
|
|
2013-10-29 08:15:17 +00:00
|
|
|
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 2.44.1-1
|
|
|
|
- Update to 2.44.1
|
|
|
|
|
2013-09-29 14:54:51 +00:00
|
|
|
* Sun Sep 29 2013 Dan Winship <danw@redhat.com> - 2.44.0-2
|
|
|
|
- Fix hang on early close with streaming API
|
|
|
|
|
2013-09-24 21:21:47 +00:00
|
|
|
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 2.44.0-1
|
|
|
|
- Update to 2.44.0
|
|
|
|
|
2013-09-17 18:44:51 +00:00
|
|
|
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 2.43.92-1
|
|
|
|
- Update to 2.43.92
|
|
|
|
|
2013-08-22 00:16:53 +00:00
|
|
|
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 2.43.90-1
|
|
|
|
- Update to 2.43.90
|
|
|
|
|
2013-08-09 19:12:28 +00:00
|
|
|
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 2.43.5-1
|
|
|
|
- Update to 2.43.5
|
|
|
|
|
2013-08-03 07:04:05 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.43.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-12 20:50:23 +00:00
|
|
|
* Fri Jul 12 2013 Dan Winship <danw@redhat.com> - 2.43.4-1
|
|
|
|
- Update to 2.43.4
|
|
|
|
|
2013-06-02 14:23:50 +00:00
|
|
|
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 2.43.2-1
|
|
|
|
- Update to 2.43.2
|
|
|
|
|
2013-05-03 20:29:15 +00:00
|
|
|
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 2.43.1-1
|
|
|
|
- Update to 2.43.1
|
|
|
|
|
2013-04-29 15:49:32 +00:00
|
|
|
* Mon Apr 29 2013 Kalev Lember <kalevlember@gmail.com> - 2.42.2-1
|
|
|
|
- Update to 2.42.2
|
|
|
|
|
2013-04-16 16:18:32 +00:00
|
|
|
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 2.42.1-1
|
|
|
|
- Update to 2.42.1
|
|
|
|
|
2013-03-25 21:13:58 +00:00
|
|
|
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 2.42.0-1
|
|
|
|
- Update to 2.42.0
|
|
|
|
|
2013-03-19 11:13:58 +00:00
|
|
|
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 2.41.92-1
|
|
|
|
- Update to 2.41.92
|
|
|
|
|
2013-03-07 15:53:15 +00:00
|
|
|
* Thu Mar 7 2013 Matthias Clasen <mclasen@redhat.com> - 2.41.91-1
|
|
|
|
- Update to 2.41.91
|
|
|
|
|
2013-02-19 17:27:11 +00:00
|
|
|
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 2.41.90-1
|
|
|
|
- Update to 2.41.90
|
|
|
|
|
2013-02-05 22:30:01 +00:00
|
|
|
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 2.41.5-1
|
|
|
|
- Update to 2.41.5
|
|
|
|
|
2013-01-16 01:24:59 +00:00
|
|
|
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.41.4-1
|
|
|
|
- Updat e to 2.41.4
|
|
|
|
|
2012-12-20 20:27:11 +00:00
|
|
|
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.41.3-1
|
|
|
|
- Update to 2.41.3
|
|
|
|
- Remove libgnome-keyring build dep; no longer used
|
|
|
|
|
2012-11-20 22:09:14 +00:00
|
|
|
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 2.41.2-1
|
|
|
|
- Update to 2.41.2
|
|
|
|
|
2012-11-08 22:54:23 +00:00
|
|
|
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 2.41.1-1
|
|
|
|
- Update to 2.41.1
|
|
|
|
|
2012-10-16 14:13:36 +00:00
|
|
|
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 2.40.1-1
|
|
|
|
- Update to 2.40.1
|
|
|
|
|
2012-10-02 12:54:51 +00:00
|
|
|
* Tue Oct 2 2012 Matthias Clasen <mclasen@redhat.com> - 2.40.0-1
|
|
|
|
- Update to 2.40.0
|
|
|
|
|
2012-07-27 05:49:06 +00:00
|
|
|
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.39.4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-17 15:17:35 +00:00
|
|
|
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 2.39.4.1-1
|
|
|
|
- Update to 2.39.4.1
|
|
|
|
|
2012-06-27 07:44:56 +00:00
|
|
|
* Wed Jun 27 2012 Richard Hughes <hughsient@gmail.com> - 2.39.3-1
|
|
|
|
- Update to 2.39.3
|
|
|
|
|
2012-06-07 03:03:25 +00:00
|
|
|
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 2.39.2-1
|
|
|
|
- Update to 2.39.2
|
|
|
|
|
2012-05-05 17:03:33 +00:00
|
|
|
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 2.39.1-1
|
|
|
|
- Update to 2.39.1
|
|
|
|
- Package the translations
|
|
|
|
|
2012-04-16 22:30:29 +00:00
|
|
|
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.38.1-1
|
|
|
|
- Update to 2.38.1
|
|
|
|
|
2012-03-28 09:15:09 +00:00
|
|
|
* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 2.38.0-1
|
|
|
|
- Update to 2.38.0
|
|
|
|
|
2012-03-20 22:06:36 +00:00
|
|
|
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 2.37.92-1
|
|
|
|
- Update to 2.37.92
|
|
|
|
|
2012-03-06 02:22:28 +00:00
|
|
|
* Mon Mar 5 2012 Matthias Clasen <mclasen@redhat.com> - 2.37.91-1
|
|
|
|
- Update to 2.37.91
|
|
|
|
|
2012-02-25 21:31:28 +00:00
|
|
|
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 2.37.90-1
|
|
|
|
- Update to 2.37.90
|
|
|
|
|
2012-02-13 23:15:01 +00:00
|
|
|
* Mon Feb 13 2012 Matthias Clasen <mclasen@redhat.com> - 2.37.5.1-1
|
|
|
|
- Update to 2.37.5.1
|
|
|
|
|
2012-02-07 03:41:37 +00:00
|
|
|
* Mon Feb 6 2012 Matthias Clasen <mclasen@redhat.com> - 2.37.5-1
|
|
|
|
- Update to 2.37.5
|
|
|
|
|
2012-01-17 05:38:34 +00:00
|
|
|
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 2.37.4-1
|
|
|
|
- Update to 2.37.4
|
|
|
|
|
2012-01-13 08:27:23 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.37.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-20 20:04:17 +00:00
|
|
|
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.37.3-1
|
|
|
|
- Update to 2.37.3
|
|
|
|
|
2011-11-22 01:48:55 +00:00
|
|
|
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.37.2-1
|
|
|
|
- Update to 2.37.2
|
|
|
|
|
2011-11-02 18:41:01 +00:00
|
|
|
* Wed Nov 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.37.1-1
|
|
|
|
- Update to 2.37.1
|
|
|
|
|
2011-10-27 00:10:38 +00:00
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.36.1-2
|
|
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
|
2011-10-18 04:20:26 +00:00
|
|
|
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 2.36.1-1
|
|
|
|
- Update to 2.36.1
|
|
|
|
|
2011-09-27 03:22:44 +00:00
|
|
|
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 2.36.0-1
|
|
|
|
- Update to 2.36.0
|
|
|
|
|
2011-10-18 04:20:26 +00:00
|
|
|
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> 2.35.92-1
|
2011-09-19 23:39:41 +00:00
|
|
|
- Update to 2.35.92
|
|
|
|
|
2011-10-18 04:20:26 +00:00
|
|
|
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> 2.35.90-1
|
|
|
|
- Update to 2.35.90
|
|
|
|
|
|
|
|
* Wed Aug 17 2011 Matthias Clasen <mclasen@redhat.com> 2.35.5-1
|
|
|
|
- Update to 2.35.5
|
2011-07-28 17:59:03 +00:00
|
|
|
|
2011-07-05 09:32:06 +00:00
|
|
|
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 2.35.3-1
|
|
|
|
- Update to 2.35.3
|
|
|
|
|
2011-04-26 14:55:06 +00:00
|
|
|
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.34.1-1
|
|
|
|
- Update to 2.34.1
|
|
|
|
|
2011-04-04 18:00:07 +00:00
|
|
|
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 2.34.0-1
|
|
|
|
- Update to 2.34.0
|
|
|
|
|
2011-03-22 11:13:29 +00:00
|
|
|
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.92-2
|
|
|
|
- Clean up BRs
|
|
|
|
|
2011-03-22 11:04:52 +00:00
|
|
|
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.92-1
|
|
|
|
- 2.33.92
|
|
|
|
|
2011-02-22 13:01:45 +00:00
|
|
|
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.90-1
|
|
|
|
- 2.33.90
|
|
|
|
|
2011-02-08 11:45:40 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.33.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-02 08:31:26 +00:00
|
|
|
* Wed Feb 2 2011 Christopher Aillon <caillon@redhat.com> - 2.33.6-1
|
|
|
|
- Update to 2.33.6
|
|
|
|
|
2011-01-17 23:18:01 +00:00
|
|
|
* Mon Jan 17 2011 Dan Winship <danw@redhat.com> - 2.33.5-2
|
|
|
|
- Require glib-networking, for TLS support
|
|
|
|
|
2011-01-11 04:52:58 +00:00
|
|
|
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.5-1
|
|
|
|
- Update to 2.33.5
|
|
|
|
|
2010-12-02 17:25:37 +00:00
|
|
|
* Thu Dec 2 2010 Dan Winship <danw@redhat.com> - 2.32.2-1
|
|
|
|
- Update to 2.32.2
|
|
|
|
|
2010-11-11 13:48:08 +00:00
|
|
|
* Thu Nov 11 2010 Dan Horák <dan[at]danny.cz> - 2.32.0-2
|
|
|
|
- bump release to win over F-14
|
|
|
|
|
2010-09-28 13:41:35 +00:00
|
|
|
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
|
|
|
|
- Update to 2.32.0
|
|
|
|
|
2010-09-21 22:57:45 +00:00
|
|
|
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.92-1
|
|
|
|
- Update to 2.31.92
|
|
|
|
|
2010-08-19 02:22:09 +00:00
|
|
|
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.90-1
|
|
|
|
- Update to 2.31.90
|
|
|
|
|
2010-08-03 04:28:13 +00:00
|
|
|
* Tue Aug 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
|
|
|
|
- Update to 2.31.6
|
|
|
|
|
2010-07-15 18:57:23 +00:00
|
|
|
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.31.2-5
|
|
|
|
- Rebuild with new gobject-introspection
|
|
|
|
|
2010-07-03 00:26:26 +00:00
|
|
|
* Fri Jul 2 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-4
|
|
|
|
- Rebuild for introspection format break
|
|
|
|
|
2010-06-23 19:33:21 +00:00
|
|
|
* Wed Jun 23 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.2-3
|
|
|
|
- libsoup-devel doesn't need gtk-doc (RH bug #604396).
|
|
|
|
|
2013-07-12 20:45:15 +00:00
|
|
|
* Mon Jun 21 2010 Peter Robinson <pbrobinson@gmail.com> - 2.31.2-2
|
2010-06-21 23:39:33 +00:00
|
|
|
- enable introspection support
|
|
|
|
|
2010-05-27 18:07:17 +00:00
|
|
|
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
|
|
|
|
- Update to 2.31.2
|
|
|
|
|
2010-04-27 12:43:55 +00:00
|
|
|
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
|
|
|
|
- Update to 2.30.1
|
|
|
|
|
2010-03-29 23:09:30 +00:00
|
|
|
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
|
|
|
|
- Update to 2.30.0
|
|
|
|
|
2010-03-25 09:46:49 +00:00
|
|
|
* Thu Mar 25 2010 Nils Philippsen <nils@redhat.com> - 2.29.91-2
|
|
|
|
- rebuild for new libproxy
|
|
|
|
|
2010-02-23 03:09:24 +00:00
|
|
|
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.91-1
|
|
|
|
- Update to 2.29.91
|
|
|
|
|
2010-02-09 00:18:55 +00:00
|
|
|
* Mon Feb 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.90-1
|
|
|
|
- Update to 2.29.90
|
|
|
|
|
2010-01-26 14:27:43 +00:00
|
|
|
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.6-1
|
|
|
|
- Update to 2.29.6
|
|
|
|
|
2010-01-17 03:23:41 +00:00
|
|
|
* Sat Jan 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.5-1
|
|
|
|
- Update to 2.29.5
|
|
|
|
|
2009-12-09 16:23:12 +00:00
|
|
|
* Wed Dec 9 2009 Dan Winship <danw@redhat.com> - 2.29.3-2
|
|
|
|
- Add patch from git to fix gir-repository build
|
|
|
|
|
2009-12-01 14:56:53 +00:00
|
|
|
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
|
|
|
|
- Update to 2.29.3
|
|
|
|
|
2009-09-22 01:15:40 +00:00
|
|
|
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
|
|
|
|
- Update to 2.28.0
|
|
|
|
|
2009-09-08 00:15:07 +00:00
|
|
|
* Mon Sep 7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
|
|
|
|
- Update to 2.27.92
|
|
|
|
|
2009-08-24 21:07:06 +00:00
|
|
|
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
|
|
|
|
- Update to 2.27.91
|
|
|
|
|
2009-08-11 04:49:59 +00:00
|
|
|
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
|
|
|
|
- Update to 2.27.90
|
|
|
|
|
2009-07-28 04:16:43 +00:00
|
|
|
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
|
|
|
|
- Update to 2.27.5
|
|
|
|
|
2009-07-25 08:39:48 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-13 17:32:32 +00:00
|
|
|
* Mon Jul 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.4-1
|
|
|
|
- Update to 2.27.4
|
|
|
|
|
2009-06-17 18:00:34 +00:00
|
|
|
* Wed Jun 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.2-1
|
|
|
|
- Update to 2.27.2
|
|
|
|
|
2009-05-18 13:17:16 +00:00
|
|
|
* Mon May 18 2009 Bastien Nocera <bnocera@redhat.com> 2.27.1-1
|
|
|
|
- Update to 2.27.1
|
|
|
|
|
2009-04-13 23:43:37 +00:00
|
|
|
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
|
|
|
|
- Update to 2.26.1
|
|
|
|
- See http://download.gnome.org/sources/libsoup/2.26/libsoup-2.26.1.changes
|
|
|
|
|
2009-04-09 17:55:39 +00:00
|
|
|
* Thu Apr 9 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0.9-1
|
|
|
|
- Upate to 2.26.0.9
|
|
|
|
|
2009-03-16 18:09:55 +00:00
|
|
|
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
|
|
|
|
- Update to 2.26.0
|
|
|
|
|
2009-02-25 18:16:01 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-17 00:57:24 +00:00
|
|
|
* Mon Feb 16 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.91-1
|
|
|
|
- Update to 2.25.91
|
|
|
|
|
2009-02-03 02:58:19 +00:00
|
|
|
* Mon Feb 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.5-1
|
|
|
|
- Update to 2.25.5
|
|
|
|
|
2009-01-26 00:48:12 +00:00
|
|
|
* Sun Jan 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.4-2
|
2009-04-09 17:55:39 +00:00
|
|
|
- Build against libproxy
|
2009-01-26 00:48:12 +00:00
|
|
|
|
2009-01-05 21:52:31 +00:00
|
|
|
* Mon Jan 05 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.4-1
|
|
|
|
- Update to 2.25.4
|
|
|
|
|
2008-12-16 10:18:06 +00:00
|
|
|
* Tue Dec 16 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.3-1
|
|
|
|
- Update to 2.25.3
|
|
|
|
|
2008-12-02 00:23:30 +00:00
|
|
|
* Mon Dec 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.2-1
|
|
|
|
- Update to 2.25.2
|
|
|
|
|
2008-11-13 02:55:55 +00:00
|
|
|
* Wed Nov 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-3
|
2008-11-13 02:38:23 +00:00
|
|
|
- Fix BuildRequires
|
|
|
|
|
2008-11-07 20:45:30 +00:00
|
|
|
* Fri Nov 07 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-1
|
|
|
|
- Update to 2.25.1
|
|
|
|
|
2008-10-21 01:35:11 +00:00
|
|
|
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
|
|
|
|
- Update to 2.24.1
|
|
|
|
|
2008-09-24 14:39:30 +00:00
|
|
|
* Wed Sep 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0.1-1
|
|
|
|
- Update to 2.24.0.1
|
|
|
|
|
2008-09-22 18:42:09 +00:00
|
|
|
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
|
|
|
- Update to 2.24.0
|
|
|
|
|
2008-09-09 01:31:38 +00:00
|
|
|
* Mon Sep 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
|
|
|
|
- Update to 2.23.92
|
|
|
|
|
2008-09-02 03:34:58 +00:00
|
|
|
* Mon Sep 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.91-1
|
|
|
|
- Update to 2.23.91
|
|
|
|
|
2008-08-04 15:41:39 +00:00
|
|
|
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-1
|
|
|
|
- Update to 2.23.6
|
|
|
|
|
2008-07-30 14:42:47 +00:00
|
|
|
* Wed Jul 30 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-6
|
|
|
|
- Omit unused direct shared library dependencies (RH bug #226046).
|
|
|
|
|
2008-06-24 08:56:40 +00:00
|
|
|
* Tue Jun 24 2008 Tomas Mraz <tmraz@redhat.com> - 2.23.1-5
|
|
|
|
- rebuild with new gnutls
|
|
|
|
|
2008-06-22 23:30:08 +00:00
|
|
|
* Sun Jun 22 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-4
|
|
|
|
- Remove unnecessary pkgconfig build requirement.
|
|
|
|
|
2008-06-16 17:42:08 +00:00
|
|
|
* Mon Jun 16 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-3
|
|
|
|
- Incorporate package review feedback (RH bug #226046).
|
|
|
|
|
2008-05-04 23:59:37 +00:00
|
|
|
* Sun May 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-2
|
|
|
|
- Fix source url
|
|
|
|
|
2008-04-22 18:39:53 +00:00
|
|
|
* Mon Apr 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-1
|
|
|
|
- Update to 2.23.1
|
|
|
|
|
2008-04-07 18:49:52 +00:00
|
|
|
* Mon Apr 07 2008 Matthew Barnes <mbarnes@redhat.com> - 2.4.1-1
|
|
|
|
- Update to 2.4.1
|
|
|
|
|
2008-03-10 22:15:24 +00:00
|
|
|
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.4.0-1
|
|
|
|
- Update to 2.4.0
|
|
|
|
|
2008-02-25 21:01:47 +00:00
|
|
|
* Mon Feb 25 2008 Matthew Barnes <mbarnes@redhat.com> - 2.3.4-1
|
|
|
|
- Update to 2.3.4
|
|
|
|
|
2008-02-13 19:19:18 +00:00
|
|
|
* Wed Feb 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.3.2-1
|
|
|
|
- Update to 2.3.2
|
|
|
|
|
2008-01-28 20:36:36 +00:00
|
|
|
* Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.3.0-1
|
|
|
|
- Update to 2.3.0
|
|
|
|
- Bump glib2 requirement to >= 2.15.3.
|
|
|
|
- Clean up some redundant dependencies.
|
|
|
|
- Remove patch for RH bug #327871 (fixed in glibc).
|
|
|
|
|
2007-11-26 22:59:29 +00:00
|
|
|
* Mon Nov 26 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.104-1
|
|
|
|
- Update to 2.2.104
|
|
|
|
|
2007-10-28 19:33:46 +00:00
|
|
|
* Sun Oct 28 2007 Jeremy Katz <katzj@redhat.com> - 2.2.103-1
|
|
|
|
- update to 2.2.103 to fix a rhythmbox crasher (#343561)
|
|
|
|
|
2007-10-15 15:11:43 +00:00
|
|
|
* Mon Oct 15 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.102-1
|
|
|
|
- Update to 2.2.102
|
|
|
|
|
2007-10-11 16:40:17 +00:00
|
|
|
* Thu Oct 11 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.101-2
|
|
|
|
- Add patch for RH bug #327871 (broken Rhythmbox build).
|
|
|
|
- Suspect this is really a glibc bug.
|
|
|
|
|
2007-10-05 17:21:34 +00:00
|
|
|
* Fri Oct 05 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.101-1
|
|
|
|
- Update to 2.2.101
|
|
|
|
|
2007-08-08 04:33:42 +00:00
|
|
|
* Wed Aug 8 2007 Matthias Clasen <mclasen@redhat.com> - 2.2.100-3
|
|
|
|
- Update the license field
|
|
|
|
|
2007-04-22 00:46:58 +00:00
|
|
|
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 2.2.100-2
|
|
|
|
- Don't install INSTALL
|
|
|
|
|
2007-02-12 16:25:17 +00:00
|
|
|
* Mon Feb 12 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.100-1
|
|
|
|
- Update to 2.2.100
|
|
|
|
|
2007-01-09 01:42:59 +00:00
|
|
|
* Mon Jan 08 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.99-1
|
|
|
|
- Update to 2.2.99
|
|
|
|
|
2013-07-12 20:45:15 +00:00
|
|
|
* Tue Nov 21 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.98-1
|
2006-11-21 12:10:03 +00:00
|
|
|
- Update to 2.2.98
|
2006-11-21 12:16:15 +00:00
|
|
|
- Remove patch for RH bug #215919 (fixed upstream).
|
2006-11-21 12:10:03 +00:00
|
|
|
|
2006-11-17 17:52:48 +00:00
|
|
|
* Fri Nov 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.97-2
|
|
|
|
- Avoid accidentally exported symbols (#215919)
|
|
|
|
|
2006-11-07 00:58:13 +00:00
|
|
|
* Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.97-1
|
|
|
|
- Update to 2.2.97
|
|
|
|
- Remove patch for Gnome.org bug #356809 (fixed upstream).
|
|
|
|
|
2006-11-03 20:37:28 +00:00
|
|
|
* Fri Nov 03 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.96-5
|
|
|
|
- Revised patch for Gnome.org bug #356809 to match upstream.
|
|
|
|
|
2006-10-01 21:17:37 +00:00
|
|
|
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.2.96-4
|
|
|
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
|
|
|
|
2006-09-20 14:28:50 +00:00
|
|
|
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.96-3.fc6
|
|
|
|
- Add patch for Gnome.org bug #356809 (lingering file on uninstall).
|
|
|
|
|
2006-08-15 17:59:55 +00:00
|
|
|
* Tue Aug 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.96-2.fc6
|
|
|
|
- Rebuild
|
|
|
|
|
2006-07-25 10:09:56 +00:00
|
|
|
* Tue Jul 25 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.96
|
|
|
|
- Update to 2.2.96
|
|
|
|
- Bump glib2 requirement to >= 2.6.
|
|
|
|
|
2006-07-12 11:33:01 +00:00
|
|
|
* Wed Jul 12 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.95.1-1
|
|
|
|
- Update to 2.2.95.1
|
|
|
|
|
2006-07-12 06:57:01 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.2.94-3.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-14 19:34:19 +00:00
|
|
|
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 2.2.94-3
|
2006-06-14 14:13:21 +00:00
|
|
|
- rebuilt with new gnutls
|
|
|
|
|
2006-06-13 17:56:43 +00:00
|
|
|
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.94-1
|
|
|
|
- Update to 2.2.94
|
|
|
|
|
2006-04-11 03:10:01 +00:00
|
|
|
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.92-2
|
|
|
|
- Update to 2.2.92
|
|
|
|
|
2006-03-04 05:47:27 +00:00
|
|
|
* Sat Mar 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.91-1
|
|
|
|
- Update to 2.2.91
|
|
|
|
|
2006-02-15 14:45:47 +00:00
|
|
|
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.7-2
|
|
|
|
- Remove excessive Requires for the -devel package
|
|
|
|
|
2006-02-11 04:13:36 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2.7-1.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 12:44:30 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.2.7-1.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:41:42 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-30 00:11:11 +00:00
|
|
|
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.7-1
|
|
|
|
- 2.2.7
|
|
|
|
- Remove static library
|
|
|
|
|
2005-08-23 22:20:53 +00:00
|
|
|
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.6.1-1
|
|
|
|
- 2.2.6.1
|
|
|
|
|
2005-08-09 16:05:23 +00:00
|
|
|
* Tue Aug 9 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.5-1
|
|
|
|
- 2.2.5
|
|
|
|
- Removed gnome-bug-306877-soup-connection-ntlm.c.patch (#160071) as this is
|
|
|
|
now in upstream tarball
|
|
|
|
|
2005-08-08 08:54:04 +00:00
|
|
|
* Mon Aug 8 2005 Tomas Mraz <tmraz@redhat.com> - 2.2.3-5
|
|
|
|
- rebuild with new gnutls
|
|
|
|
|
2005-06-14 22:23:49 +00:00
|
|
|
* Tue Jun 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.3-4
|
|
|
|
- add patch for NTLM domains (#160071)
|
|
|
|
|
2005-04-24 06:32:41 +00:00
|
|
|
* Sun Apr 24 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
- rebuild for new gnutls
|
|
|
|
|
2005-03-17 21:59:53 +00:00
|
|
|
* Thu Mar 17 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.3-2
|
|
|
|
- explicitly enable gtk-doc support
|
|
|
|
|
2005-03-17 20:40:19 +00:00
|
|
|
* Thu Mar 17 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.3-1
|
|
|
|
- 2.2.3
|
|
|
|
|
2005-03-02 05:07:56 +00:00
|
|
|
* Wed Mar 2 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-3
|
|
|
|
- rebuild with GCC 4
|
|
|
|
|
2005-01-26 21:05:44 +00:00
|
|
|
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-2
|
|
|
|
- actually uploaded the source this time
|
|
|
|
|
2005-01-26 20:58:11 +00:00
|
|
|
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-1
|
|
|
|
- update from 2.2.1 to 2.2.2
|
|
|
|
- add explicit devel requirements on glib2-devel, pkgconfig, gtk-doc, gnutls-devel and libxml2-devel
|
|
|
|
|
2004-10-12 15:50:58 +00:00
|
|
|
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.1-1
|
|
|
|
- update from 2.2.0 to 2.2.1
|
|
|
|
|
2004-10-06 22:43:35 +00:00
|
|
|
* Wed Oct 6 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.0-3
|
|
|
|
- added requirement on libxml2 (#134700)
|
|
|
|
|
2004-09-22 18:12:40 +00:00
|
|
|
* Wed Sep 22 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.0-2
|
|
|
|
- added requirement on gnutls, so that we build with SSL support
|
|
|
|
- fixed source download path
|
|
|
|
|
2004-09-09 07:45:53 +00:00
|
|
|
* Tue Aug 31 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.0-1
|
|
|
|
- update from 2.1.13 to 2.2.0
|
|
|
|
|
2004-09-09 07:45:13 +00:00
|
|
|
* Mon Aug 16 2004 David Malcolm <dmalcolm@redhat.com> - 2.1.13-1
|
|
|
|
- 2.1.13
|
|
|
|
|
2004-09-09 07:44:54 +00:00
|
|
|
* Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 2.1.12-1
|
|
|
|
- 2.1.12
|
|
|
|
|
2004-09-09 07:44:28 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 07:44:25 +00:00
|
|
|
* Mon Jun 7 2004 David Malcolm <dmalcolm@redhat.com> - 2.1.11-1
|
|
|
|
- 2.1.11
|
|
|
|
|
2004-09-09 07:44:18 +00:00
|
|
|
* Thu May 20 2004 David Malcolm <dmalcolm@redhat.com> - 2.1.10-2
|
|
|
|
- added missing md5 file
|
|
|
|
|
|
|
|
* Thu May 20 2004 David Malcolm <dmalcolmredhat.com> - 2.1.10-1
|
|
|
|
- 2.1.10
|
|
|
|
|
2004-09-09 07:44:07 +00:00
|
|
|
* Tue Apr 20 2004 David Malcolm <dmalcolm@redhat.com> - 2.1.9-1
|
|
|
|
- Update to 2.1.9; added gtk-doc to BuildRequires and the generated files to the devel package
|
2004-09-09 07:43:31 +00:00
|
|
|
|
2004-09-09 07:44:07 +00:00
|
|
|
* Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> - 2.1.8-1
|
|
|
|
- 2.1.8
|
2004-09-09 07:43:27 +00:00
|
|
|
|
2004-09-09 07:44:07 +00:00
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue Feb 17 2004 Jeremy Katz <katzj@redhat.com> - 2.1.7-1
|
|
|
|
- 2.1.7
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Jan 26 2004 Jeremy Katz <katzj@redhat.com> 2.1.5-1
|
|
|
|
- 2.1.5
|
|
|
|
|
|
|
|
* Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 2.1.4-0
|
|
|
|
- update to 2.1.4
|
|
|
|
|
|
|
|
* Sat Jan 3 2004 Jeremy Katz <katzj@redhat.com> 2.1.3-0
|
|
|
|
- update to 2.1.3
|
2004-09-09 07:43:11 +00:00
|
|
|
|
2004-09-09 07:43:03 +00:00
|
|
|
* Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 1.99.26-2
|
|
|
|
- rebuild
|
|
|
|
|
2004-09-09 07:42:46 +00:00
|
|
|
* Fri Sep 19 2003 Jeremy Katz <katzj@redhat.com> 1.99.26-1
|
|
|
|
- 1.99.26
|
|
|
|
|
|
|
|
* Tue Jul 15 2003 Jeremy Katz <katzj@redhat.com> 1.99.23-3
|
|
|
|
- rebuild to pickup ppc64
|
|
|
|
|
|
|
|
* Mon Jun 9 2003 Jeremy Katz <katzj@redhat.com> 1.99.23-2
|
|
|
|
- rebuild
|
|
|
|
- no openssl on ppc64 yet, excludearch
|
|
|
|
|
|
|
|
* Mon Jun 9 2003 Jeremy Katz <katzj@redhat.com> 1.99.23-1
|
|
|
|
- 1.99.23
|
|
|
|
|
2013-07-12 20:45:15 +00:00
|
|
|
* Thu Jun 5 2003 Elliot Lee <sopwith@redhat.com>
|
2004-09-09 07:42:46 +00:00
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Jun 5 2003 Jeremy Katz <katzj@redhat.com> 1.99.22-2
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Sun May 25 2003 Jeremy Katz <katzj@redhat.com> 1.99.22-1
|
|
|
|
- 1.99.22
|
|
|
|
|
|
|
|
* Tue May 6 2003 Jeremy Katz <katzj@redhat.com> 1.99.20-1
|
|
|
|
- 1.99.20
|
|
|
|
|
|
|
|
* Sun May 4 2003 Jeremy Katz <katzj@redhat.com> 1.99.17-3
|
|
|
|
- include ssl proxy so that ssl urls work properly (#90165, #90166)
|
|
|
|
|
|
|
|
* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.99.17-2
|
|
|
|
- forward port patch to use a union initializer to fix build on x86_64
|
|
|
|
|
|
|
|
* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.99.17-1
|
|
|
|
- rename package to libsoup
|
|
|
|
- update to 1.99.17
|
|
|
|
- don't obsolete soup for now, it's parallel installable
|
|
|
|
|
|
|
|
* Sun Apr 6 2003 Jeremy Katz <katzj@redhat.com> 0.7.11-1
|
|
|
|
- update to 0.7.11
|
|
|
|
|
|
|
|
* Wed Apr 2 2003 Matt Wilson <msw@redhat.com> 0.7.10-5
|
|
|
|
- added soup-0.7.10-64bit.patch to fix 64 bit platforms (#86347)
|
|
|
|
|
|
|
|
* Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- only runtime libs in normal rpm
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue Jan 21 2003 Jeremy Katz <katzj@redhat.com>
|
|
|
|
- update url (#82347)
|
|
|
|
|
|
|
|
* Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 0.7.10-2
|
|
|
|
- use pkgconfig's openssl configuration information, if it exists
|
|
|
|
|
|
|
|
* Fri Dec 13 2002 Jeremy Katz <katzj@redhat.com> 0.7.10-1
|
|
|
|
- update to 0.7.10
|
|
|
|
|
|
|
|
* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-4
|
|
|
|
- fix fpic patch
|
|
|
|
- soup-devel should require soup
|
|
|
|
|
|
|
|
* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-3
|
|
|
|
- better lib64 patch
|
|
|
|
- fix building of libwsdl-build to use libtool so that it gets built
|
|
|
|
with -fPIC as needed
|
|
|
|
|
|
|
|
* Tue Dec 10 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-2
|
|
|
|
- change popt handling in configure slightly so that it will work on
|
|
|
|
multilib arches
|
|
|
|
|
|
|
|
* Tue Dec 10 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-1
|
|
|
|
- update to 0.7.9, pulling the tarball out of Ximian packages
|
|
|
|
|
|
|
|
* Wed Oct 23 2002 Jeremy Katz <katzj@redhat.com> 0.7.4-3
|
|
|
|
- fix to not try to include non-existent doc files and remove all
|
|
|
|
unwanted files from the build
|
|
|
|
- include api docs
|
|
|
|
- don't build the apache module
|
|
|
|
|
|
|
|
* Wed Sep 25 2002 Jeremy Katz <katzj@redhat.com> 0.7.4-2
|
|
|
|
- various specfile tweaks to include in Red Hat Linux
|
|
|
|
- include all the files
|
|
|
|
|
|
|
|
* Tue Jan 23 2001 Alex Graveley <alex@ximian.com>
|
|
|
|
- Inital RPM config.
|