59958f
%define glib2_version 2.38.0
59958f
59958f
Name: libsoup
59958f
Version: 2.62.3
118c71
Release: 3%{?dist}
59958f
Summary: Soup, an HTTP library implementation
59958f
59958f
License: LGPLv2
59958f
URL: https://wiki.gnome.org/Projects/libsoup
59958f
Source0: https://download.gnome.org/sources/%{name}/2.62/%{name}-%{version}.tar.xz
59958f
9513f3
Patch0001: 0001-WebSockets-ignore-any-messages-after-close-has-been-.patch
9513f3
Patch0002: 0002-WebSockets-allow-null-characters-in-text-messages-da.patch
9513f3
Patch0003: 0003-WebSockets-only-poll-IO-stream-when-needed.patch
118c71
Patch0004: 0004-ntlmv2.patch
9513f3
59958f
BuildRequires: chrpath
59958f
BuildRequires: glib2-devel >= %{glib2_version}
59958f
BuildRequires: glib-networking
59958f
BuildRequires: intltool
59958f
BuildRequires: krb5-devel >= 1.11
59958f
BuildRequires: pkgconfig(gobject-introspection-1.0)
59958f
BuildRequires: pkgconfig(libxml-2.0)
59958f
BuildRequires: pkgconfig(sqlite3)
59958f
BuildRequires: %{_bindir}/python3
59958f
BuildRequires: vala
59958f
59958f
Requires: glib2%{?_isa} >= %{glib2_version}
59958f
Requires: glib-networking%{?_isa} >= %{glib2_version}
59958f
59958f
%description
59958f
Libsoup is an HTTP library implementation in C. It was originally part
59958f
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
59958f
the SOAP and non-SOAP parts have now been split into separate packages.
59958f
59958f
libsoup uses the Glib main loop and is designed to work well with GTK
59958f
applications. This enables GNOME applications to access HTTP servers
59958f
on the network in a completely asynchronous fashion, very similar to
59958f
the Gtk+ programming model (a synchronous operation mode is also
59958f
supported for those who want it).
59958f
59958f
%package devel
59958f
Summary: Header files for the Soup library
59958f
Requires: %{name}%{?_isa} = %{version}-%{release}
59958f
59958f
%description devel
59958f
Libsoup is an HTTP library implementation in C. This package allows
59958f
you to develop applications that use the libsoup library.
59958f
59958f
%prep
59958f
%autosetup -p1
59958f
59958f
%build
59958f
%configure --disable-static
59958f
59958f
# Omit unused direct shared library dependencies.
59958f
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
59958f
59958f
make %{?_smp_mflags}
59958f
59958f
%install
59958f
%make_install
59958f
59958f
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
59958f
59958f
# Remove lib64 rpaths
59958f
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so
59958f
59958f
%find_lang libsoup
59958f
59958f
%files -f libsoup.lang
59958f
%license COPYING
59958f
%doc README NEWS AUTHORS
59958f
%{_libdir}/lib*.so.*
59958f
%{_libdir}/girepository-1.0/Soup*2.4.typelib
59958f
59958f
%files devel
59958f
%{_includedir}/%{name}-2.4
59958f
%{_includedir}/%{name}-gnome-2.4
59958f
%{_libdir}/*.so
59958f
%{_libdir}/pkgconfig/*.pc
59958f
%{_datadir}/gir-1.0/Soup*2.4.gir
59958f
%{_datadir}/gtk-doc/html/%{name}-2.4
59958f
%dir %{_datadir}/vala
59958f
%dir %{_datadir}/vala/vapi
59958f
%{_datadir}/vala/vapi/libsoup-2.4.deps
59958f
%{_datadir}/vala/vapi/libsoup-2.4.vapi
59958f
59958f
%changelog
118c71
* Fri Sep 16 2022 Milan Crha <mcrha@redhat.com> - 2.62.3-3
118c71
- Resolves: #1938011 (Support for NTLMv2 Authentication)
118c71
9513f3
* Thu Aug 27 2020 Martin Pitt <mpitt@redhat.com> - 2.62.3-2
9513f3
- Some WebSocket fixes to unbreak cockpit-desktop (rhbz#1872270)
9513f3
59958f
* Fri Aug 10 2018 Kalev Lember <klember@redhat.com> - 2.62.3-1
59958f
- Update to 2.62.3
59958f
59958f
* Thu Jul 19 2018 Milan Crha <mcrha@redhat.com> - 2.62.2-2
59958f
- Address some of the Coverity Scan and clang issues
59958f
59958f
* Wed Jul 04 2018 Milan Crha <mcrha@redhat.com> - 2.62.2-1
59958f
- Update to 2.62.2
59958f
- Backport upstream patch for CVE-2018-12910 - Crash in soup_cookie_jar.c:get_cookies() on empty hostnames
59958f
59958f
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 2.62.1-1
59958f
- Update to 2.62.1
59958f
59958f
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 2.62.0-1
59958f
- Update to 2.62.0
59958f
59958f
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 2.61.91-1
59958f
- Update to 2.61.91
59958f
59958f
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.61.90-2
59958f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
59958f
59958f
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 2.61.90-1
59958f
- Update to 2.61.90
59958f
- Drop ldconfig scriptlets
59958f
59958f
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.61.2-2
59958f
- Switch to %%ldconfig_scriptlets
59958f
59958f
* Tue Jan 09 2018 Kalev Lember <klember@redhat.com> - 2.61.2-1
59958f
- Update to 2.61.2
59958f
59958f
* Wed Dec 20 2017 Kalev Lember <klember@redhat.com> - 2.61.1-1
59958f
- Update to 2.61.1
59958f
59958f
* Thu Nov 16 2017 Milan Crha <mcrha@redhat.com> - 2.60.2-2
59958f
- Add patch for RH bug #1458498 (Crash under soup_socket_new())
59958f
59958f
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 2.60.2-1
59958f
- Update to 2.60.2
59958f
59958f
* Wed Oct 11 2017 Kalev Lember <klember@redhat.com> - 2.60.1-1
59958f
- Update to 2.60.1
59958f
- Remove lib64 rpaths
59958f
59958f
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 2.60.0-1
59958f
- Update to 2.60.0
59958f
59958f
* Fri Aug 11 2017 Kalev Lember <klember@redhat.com> - 2.59.90.1-2
59958f
- Bump and rebuild for an rpm signing issue
59958f
59958f
* Thu Aug 10 2017 Kalev Lember <klember@redhat.com> - 2.59.90.1-1
59958f
- Update to 2.59.90.1 (CVE-2017-2885)
59958f
59958f
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.58.1-4
59958f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
59958f
59958f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.58.1-3
59958f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
59958f
59958f
* Fri Jun 30 2017 Tomas Popela <tpopela@redhat.com> - 2.58.1-2
59958f
- Backport negotiate fixes
59958f
59958f
* Tue May 09 2017 Kalev Lember <klember@redhat.com> - 2.58.1-1
59958f
- Update to 2.58.1
59958f
59958f
* Wed May 03 2017 Milan Crha <mcrha@redhat.com> - 2.58.0-2
59958f
- Add patch for GNONE bug #781590 (Fails to connect to server due to request cancel)
59958f
59958f
* Thu Apr 20 2017 Kalev Lember <klember@redhat.com> - 2.58.0-1
59958f
- Update to 2.58.0
59958f
59958f
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.57.1-2
59958f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
59958f
59958f
* Wed Dec 14 2016 David King <amigadave@amigadave.com> - 2.57.1-1
59958f
- Update to 2.57.1
59958f
59958f
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 2.56.0-2
59958f
- BR vala instead of obsolete vala-tools subpackage
59958f
59958f
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 2.56.0-1
59958f
- Update to 2.56.0
59958f
59958f
* Wed Aug 17 2016 Kalev Lember <klember@redhat.com> - 2.55.90-1
59958f
- Update to 2.55.90
59958f
59958f
* Tue Apr 26 2016 Milan Crha <mcrha@redhat.com> - 2.54.1-1
59958f
- Update to 2.54.1
59958f
- Remove patch for NTLM auth failure with latest samba (fixed upstream)
59958f
59958f
* Fri Apr 22 2016 Milan Crha <mcrha@redhat.com> - 2.54.0.1-3
59958f
- Add 'BuildRequires: krb5-devel', to support WWW-Authenticate: Negotiate in runtime
59958f
59958f
* Tue Apr 19 2016 Milan Crha <mcrha@redhat.com> - 2.54.0.1-2
59958f
- NTLM auth failure with latest samba (rh #1327072)
59958f
59958f
* Wed Mar 23 2016 Kalev Lember <klember@redhat.com> - 2.54.0.1-1
59958f
- Update to 2.54.0.1
59958f
59958f
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 2.54.0-1
59958f
- Update to 2.54.0
59958f
59958f
* Tue Mar 15 2016 Kalev Lember <klember@redhat.com> - 2.53.92-1
59958f
- Update to 2.53.92
59958f
59958f
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 2.53.90-1
59958f
- Update to 2.53.90
59958f
59958f
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.53.2-2
59958f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
59958f
59958f
* Wed Nov 25 2015 Kalev Lember <klember@redhat.com> - 2.53.2-1
59958f
- Update to 2.53.2
59958f
59958f
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 2.53.1-1
59958f
- Update to 2.53.1
59958f
59958f
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 2.52.1-1
59958f
- Update to 2.52.1
59958f
59958f
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 2.52.0-1
59958f
- Update to 2.52.0
59958f
59958f
* Tue Sep 15 2015 Richard Hughes <rhughes@redhat.com> - 2.51.92-1
59958f
- Update to 2.51.92
59958f
59958f
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 2.51.90-1
59958f
- Update to 2.51.90
59958f
- Use make_install macro
59958f
- Build vala bindings
59958f
59958f
* Tue Jun 23 2015 David King <amigadave@amigadave.com> - 2.51.3-1
59958f
- Update to 2.51.3
59958f
- Update URL
59958f
- Use pkgconfig for BuildRequires
59958f
- Preserve timestamps during install
59958f
59958f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.50.0-2
59958f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
59958f
59958f
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 2.50.0-1
59958f
- Update to 2.50.0
59958f
59958f
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 2.49.92-1
59958f
- Update to 2.49.92
59958f
59958f
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 2.49.91.1-1
59958f
- Update to 2.49.91.1
59958f
59958f
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 2.49.91-1
59958f
- Update to 2.49.91
59958f
- Use the %%license macro for the COPYING file
59958f
59958f
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 2.49.1-1
59958f
- Update to 2.49.1
59958f
59958f
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.48.0-1
59958f
- Update to 2.48.0
59958f
59958f
* Mon Sep 15 2014 Kalev Lember <kalevlember@gmail.com> - 2.47.92-1
59958f
- Update to 2.47.92
59958f
- Tighten deps with the _isa macro
59958f
59958f
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.47.4-2
59958f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
59958f
59958f
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.47.4-1
59958f
- Update to 2.47.4
59958f
59958f
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 2.47.3-1
59958f
- Update to 2.47.3
59958f
59958f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.46.0-3
59958f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
59958f
59958f
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 2.46.0-2
59958f
- Update dep versions
59958f
59958f
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 2.46.0-1
59958f
- Update to 2.46.0
59958f
59958f
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 2.45.92-1
59958f
- Update to 2.45.92
59958f
59958f
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 2.45.90-1
59958f
- Update to 2.45.90
59958f
59958f
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 2.45.3-1
59958f
- Update to 2.45.3
59958f
59958f
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 2.44.2-1
59958f
- Update to 2.44.2
59958f
59958f
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 2.44.1-1
59958f
- Update to 2.44.1
59958f
59958f
* Sun Sep 29 2013 Dan Winship <danw@redhat.com> - 2.44.0-2
59958f
- Fix hang on early close with streaming API
59958f
59958f
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 2.44.0-1
59958f
- Update to 2.44.0
59958f
59958f
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 2.43.92-1
59958f
- Update to 2.43.92
59958f
59958f
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 2.43.90-1
59958f
- Update to 2.43.90
59958f
59958f
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 2.43.5-1
59958f
- Update to 2.43.5
59958f
59958f
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.43.4-2
59958f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
59958f
59958f
* Fri Jul 12 2013 Dan Winship <danw@redhat.com> - 2.43.4-1
59958f
- Update to 2.43.4
59958f
59958f
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 2.43.2-1
59958f
- Update to 2.43.2
59958f
59958f
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 2.43.1-1
59958f
- Update to 2.43.1
59958f
59958f
* Mon Apr 29 2013 Kalev Lember <kalevlember@gmail.com> - 2.42.2-1
59958f
- Update to 2.42.2
59958f
59958f
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 2.42.1-1
59958f
- Update to 2.42.1
59958f
59958f
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 2.42.0-1
59958f
- Update to 2.42.0
59958f
59958f
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 2.41.92-1
59958f
- Update to 2.41.92
59958f
59958f
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 2.41.91-1
59958f
- Update to 2.41.91
59958f
59958f
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 2.41.90-1
59958f
- Update to 2.41.90
59958f
59958f
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 2.41.5-1
59958f
- Update to 2.41.5
59958f
59958f
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.41.4-1
59958f
- Updat e to 2.41.4
59958f
59958f
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.41.3-1
59958f
- Update to 2.41.3
59958f
- Remove libgnome-keyring build dep; no longer used
59958f
59958f
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 2.41.2-1
59958f
- Update to 2.41.2
59958f
59958f
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 2.41.1-1
59958f
- Update to 2.41.1
59958f
59958f
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 2.40.1-1
59958f
- Update to 2.40.1
59958f
59958f
* Tue Oct  2 2012 Matthias Clasen <mclasen@redhat.com> - 2.40.0-1
59958f
- Update to 2.40.0
59958f
59958f
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.39.4.1-2
59958f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
59958f
59958f
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 2.39.4.1-1
59958f
- Update to 2.39.4.1
59958f
59958f
* Wed Jun 27 2012 Richard Hughes <hughsient@gmail.com> - 2.39.3-1
59958f
- Update to 2.39.3
59958f
59958f
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 2.39.2-1
59958f
- Update to 2.39.2
59958f
59958f
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 2.39.1-1
59958f
- Update to 2.39.1
59958f
- Package the translations
59958f
59958f
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.38.1-1
59958f
- Update to 2.38.1
59958f
59958f
* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 2.38.0-1
59958f
- Update to 2.38.0
59958f
59958f
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 2.37.92-1
59958f
- Update to 2.37.92
59958f
59958f
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 2.37.91-1
59958f
- Update to 2.37.91
59958f
59958f
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 2.37.90-1
59958f
- Update to 2.37.90
59958f
59958f
* Mon Feb 13 2012 Matthias Clasen <mclasen@redhat.com> - 2.37.5.1-1
59958f
- Update to 2.37.5.1
59958f
59958f
* Mon Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 2.37.5-1
59958f
- Update to 2.37.5
59958f
59958f
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 2.37.4-1
59958f
- Update to 2.37.4
59958f
59958f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.37.3-2
59958f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
59958f
59958f
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.37.3-1
59958f
- Update to 2.37.3
59958f
59958f
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.37.2-1
59958f
- Update to 2.37.2
59958f
59958f
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.37.1-1
59958f
- Update to 2.37.1
59958f
59958f
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.36.1-2
59958f
- Rebuilt for glibc bug#747377
59958f
59958f
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 2.36.1-1
59958f
- Update to 2.36.1
59958f
59958f
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 2.36.0-1
59958f
- Update to 2.36.0
59958f
59958f
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> 2.35.92-1
59958f
- Update to 2.35.92
59958f
59958f
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> 2.35.90-1
59958f
- Update to 2.35.90
59958f
59958f
* Wed Aug 17 2011 Matthias Clasen <mclasen@redhat.com> 2.35.5-1
59958f
- Update to 2.35.5
59958f
59958f
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 2.35.3-1
59958f
- Update to 2.35.3
59958f
59958f
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.34.1-1
59958f
- Update to 2.34.1
59958f
59958f
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 2.34.0-1
59958f
- Update to 2.34.0
59958f
59958f
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.92-2
59958f
- Clean up BRs
59958f
59958f
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.92-1
59958f
- 2.33.92
59958f
59958f
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.90-1
59958f
- 2.33.90
59958f
59958f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.33.6-2
59958f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
59958f
59958f
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 2.33.6-1
59958f
- Update to 2.33.6
59958f
59958f
* Mon Jan 17 2011 Dan Winship <danw@redhat.com> - 2.33.5-2
59958f
- Require glib-networking, for TLS support
59958f
59958f
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.5-1
59958f
- Update to 2.33.5
59958f
59958f
* Thu Dec  2 2010 Dan Winship <danw@redhat.com> - 2.32.2-1
59958f
- Update to 2.32.2
59958f
59958f
* Thu Nov 11 2010 Dan Horák <dan[at]danny.cz> - 2.32.0-2
59958f
- bump release to win over F-14
59958f
59958f
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
59958f
- Update to 2.32.0
59958f
59958f
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.92-1
59958f
- Update to 2.31.92
59958f
59958f
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.90-1
59958f
- Update to 2.31.90
59958f
59958f
* Tue Aug  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
59958f
- Update to 2.31.6
59958f
59958f
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.31.2-5
59958f
- Rebuild with new gobject-introspection
59958f
59958f
* Fri Jul  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-4
59958f
- Rebuild for introspection format break
59958f
59958f
* Wed Jun 23 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.2-3
59958f
- libsoup-devel doesn't need gtk-doc (RH bug #604396).
59958f
59958f
* Mon Jun 21 2010 Peter Robinson <pbrobinson@gmail.com> - 2.31.2-2
59958f
- enable introspection support
59958f
59958f
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
59958f
- Update to 2.31.2
59958f
59958f
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
59958f
- Update to 2.30.1
59958f
59958f
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
59958f
- Update to 2.30.0
59958f
59958f
* Thu Mar 25 2010 Nils Philippsen <nils@redhat.com> - 2.29.91-2
59958f
- rebuild for new libproxy
59958f
59958f
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.91-1
59958f
- Update to 2.29.91
59958f
59958f
* Mon Feb 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.90-1
59958f
- Update to 2.29.90
59958f
59958f
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.6-1
59958f
- Update to 2.29.6
59958f
59958f
* Sat Jan 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.5-1
59958f
- Update to 2.29.5
59958f
59958f
* Wed Dec  9 2009 Dan Winship <danw@redhat.com> - 2.29.3-2
59958f
- Add patch from git to fix gir-repository build
59958f
59958f
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
59958f
- Update to 2.29.3
59958f
59958f
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
59958f
- Update to 2.28.0
59958f
59958f
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
59958f
- Update to 2.27.92
59958f
59958f
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
59958f
- Update to 2.27.91
59958f
59958f
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
59958f
- Update to 2.27.90
59958f
59958f
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
59958f
- Update to 2.27.5
59958f
59958f
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
59958f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
59958f
59958f
* Mon Jul 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.4-1
59958f
- Update to 2.27.4
59958f
59958f
* Wed Jun 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.2-1
59958f
- Update to 2.27.2
59958f
59958f
* Mon May 18 2009 Bastien Nocera <bnocera@redhat.com> 2.27.1-1
59958f
- Update to 2.27.1
59958f
59958f
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
59958f
- Update to 2.26.1
59958f
- See http://download.gnome.org/sources/libsoup/2.26/libsoup-2.26.1.changes
59958f
59958f
* Thu Apr  9 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0.9-1
59958f
- Upate to 2.26.0.9
59958f
59958f
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
59958f
- Update to 2.26.0
59958f
59958f
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
59958f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
59958f
59958f
* Mon Feb 16 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.91-1
59958f
- Update to 2.25.91
59958f
59958f
* Mon Feb 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.5-1
59958f
- Update to 2.25.5
59958f
59958f
* Sun Jan 25 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.4-2
59958f
- Build against libproxy
59958f
59958f
* Mon Jan 05 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.4-1
59958f
- Update to 2.25.4
59958f
59958f
* Tue Dec 16 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.3-1
59958f
- Update to 2.25.3
59958f
59958f
* Mon Dec 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.2-1
59958f
- Update to 2.25.2
59958f
59958f
* Wed Nov 12 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.1-3
59958f
- Fix BuildRequires
59958f
59958f
* Fri Nov 07 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-1
59958f
- Update to 2.25.1
59958f
59958f
* Mon Oct 20 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-1
59958f
- Update to 2.24.1
59958f
59958f
* Wed Sep 24 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0.1-1
59958f
- Update to 2.24.0.1
59958f
59958f
* Mon Sep 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-1
59958f
- Update to 2.24.0
59958f
59958f
* Mon Sep  8 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-1
59958f
- Update to 2.23.92
59958f
59958f
* Mon Sep 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.91-1
59958f
- Update to 2.23.91
59958f
59958f
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-1
59958f
- Update to 2.23.6
59958f
59958f
* Wed Jul 30 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-6
59958f
- Omit unused direct shared library dependencies (RH bug #226046).
59958f
59958f
* Tue Jun 24 2008 Tomas Mraz <tmraz@redhat.com> - 2.23.1-5
59958f
- rebuild with new gnutls
59958f
59958f
* Sun Jun 22 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-4
59958f
- Remove unnecessary pkgconfig build requirement.
59958f
59958f
* Mon Jun 16 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-3
59958f
- Incorporate package review feedback (RH bug #226046).
59958f
59958f
* Sun May  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-2
59958f
- Fix source url
59958f
59958f
* Mon Apr 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-1
59958f
- Update to 2.23.1
59958f
59958f
* Mon Apr 07 2008 Matthew Barnes <mbarnes@redhat.com> - 2.4.1-1
59958f
- Update to 2.4.1
59958f
59958f
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.4.0-1
59958f
- Update to 2.4.0
59958f
59958f
* Mon Feb 25 2008 Matthew Barnes <mbarnes@redhat.com> - 2.3.4-1
59958f
- Update to 2.3.4
59958f
59958f
* Wed Feb 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.3.2-1
59958f
- Update to 2.3.2
59958f
59958f
* Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.3.0-1
59958f
- Update to 2.3.0
59958f
- Bump glib2 requirement to >= 2.15.3.
59958f
- Clean up some redundant dependencies.
59958f
- Remove patch for RH bug #327871 (fixed in glibc).
59958f
59958f
* Mon Nov 26 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.104-1
59958f
- Update to 2.2.104
59958f
59958f
* Sun Oct 28 2007 Jeremy Katz <katzj@redhat.com> - 2.2.103-1
59958f
- update to 2.2.103 to fix a rhythmbox crasher (#343561)
59958f
59958f
* Mon Oct 15 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.102-1
59958f
- Update to 2.2.102
59958f
59958f
* Thu Oct 11 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.101-2
59958f
- Add patch for RH bug #327871 (broken Rhythmbox build).
59958f
- Suspect this is really a glibc bug.
59958f
59958f
* Fri Oct 05 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.101-1
59958f
- Update to 2.2.101
59958f
59958f
* Wed Aug  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.2.100-3
59958f
- Update the license field
59958f
59958f
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 2.2.100-2
59958f
- Don't install INSTALL
59958f
59958f
* Mon Feb 12 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.100-1
59958f
- Update to 2.2.100
59958f
59958f
* Mon Jan 08 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.99-1
59958f
- Update to 2.2.99
59958f
59958f
* Tue Nov 21 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.98-1
59958f
- Update to 2.2.98
59958f
- Remove patch for RH bug #215919 (fixed upstream).
59958f
59958f
* Fri Nov 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.97-2
59958f
- Avoid accidentally exported symbols (#215919)
59958f
59958f
* Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.97-1
59958f
- Update to 2.2.97
59958f
- Remove patch for Gnome.org bug #356809 (fixed upstream).
59958f
59958f
* Fri Nov 03 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.96-5
59958f
- Revised patch for Gnome.org bug #356809 to match upstream.
59958f
59958f
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.2.96-4
59958f
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
59958f
59958f
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.96-3.fc6
59958f
- Add patch for Gnome.org bug #356809 (lingering file on uninstall).
59958f
59958f
* Tue Aug 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.96-2.fc6
59958f
- Rebuild
59958f
59958f
* Tue Jul 25 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.96
59958f
- Update to 2.2.96
59958f
- Bump glib2 requirement to >= 2.6.
59958f
59958f
* Wed Jul 12 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.95.1-1
59958f
- Update to 2.2.95.1
59958f
59958f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.2.94-3.1
59958f
- rebuild
59958f
59958f
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 2.2.94-3
59958f
- rebuilt with new gnutls
59958f
59958f
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.94-1
59958f
- Update to 2.2.94
59958f
59958f
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.92-2
59958f
- Update to 2.2.92
59958f
59958f
* Sat Mar  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.91-1
59958f
- Update to 2.2.91
59958f
59958f
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.7-2
59958f
- Remove excessive Requires for the -devel package
59958f
59958f
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2.7-1.2.1
59958f
- bump again for double-long bug on ppc(64)
59958f
59958f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.2.7-1.2
59958f
- rebuilt for new gcc4.1 snapshot and glibc changes
59958f
59958f
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
59958f
- rebuilt
59958f
59958f
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.7-1
59958f
- 2.2.7
59958f
- Remove static library
59958f
59958f
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.6.1-1
59958f
- 2.2.6.1
59958f
59958f
* Tue Aug  9 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.5-1
59958f
- 2.2.5
59958f
- Removed gnome-bug-306877-soup-connection-ntlm.c.patch (#160071) as this is 
59958f
  now in upstream tarball
59958f
59958f
* Mon Aug  8 2005 Tomas Mraz <tmraz@redhat.com> - 2.2.3-5
59958f
- rebuild with new gnutls
59958f
59958f
* Tue Jun 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.3-4
59958f
- add patch for NTLM domains (#160071)
59958f
59958f
* Sun Apr 24 2005 Florian La Roche <laroche@redhat.com>
59958f
- rebuild for new gnutls
59958f
59958f
* Thu Mar 17 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.3-2
59958f
- explicitly enable gtk-doc support
59958f
59958f
* Thu Mar 17 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.3-1
59958f
- 2.2.3
59958f
59958f
* Wed Mar  2 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-3
59958f
- rebuild with GCC 4
59958f
59958f
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-2
59958f
- actually uploaded the source this time
59958f
59958f
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-1
59958f
- update from 2.2.1 to 2.2.2
59958f
- add explicit devel requirements on glib2-devel, pkgconfig, gtk-doc, gnutls-devel and libxml2-devel
59958f
59958f
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.1-1
59958f
- update from 2.2.0 to 2.2.1
59958f
59958f
* Wed Oct  6 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.0-3
59958f
- added requirement on libxml2 (#134700)
59958f
59958f
* Wed Sep 22 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.0-2
59958f
- added requirement on gnutls, so that we build with SSL support
59958f
- fixed source download path
59958f
59958f
* Tue Aug 31 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.0-1
59958f
- update from 2.1.13 to 2.2.0
59958f
59958f
* Mon Aug 16 2004 David Malcolm <dmalcolm@redhat.com> - 2.1.13-1
59958f
- 2.1.13
59958f
59958f
* Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 2.1.12-1
59958f
- 2.1.12
59958f
59958f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
59958f
- rebuilt
59958f
59958f
* Mon Jun  7 2004 David Malcolm <dmalcolm@redhat.com> - 2.1.11-1
59958f
- 2.1.11
59958f
59958f
* Thu May 20 2004 David Malcolm <dmalcolm@redhat.com> - 2.1.10-2
59958f
- added missing md5 file
59958f
59958f
* Thu May 20 2004 David Malcolm <dmalcolmredhat.com> - 2.1.10-1
59958f
- 2.1.10
59958f
59958f
* Tue Apr 20 2004 David Malcolm <dmalcolm@redhat.com> - 2.1.9-1
59958f
- Update to 2.1.9; added gtk-doc to BuildRequires and the generated files to the devel package
59958f
59958f
* Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> - 2.1.8-1
59958f
- 2.1.8
59958f
59958f
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
59958f
- rebuilt
59958f
59958f
* Tue Feb 17 2004 Jeremy Katz <katzj@redhat.com> - 2.1.7-1
59958f
- 2.1.7
59958f
59958f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
59958f
- rebuilt
59958f
59958f
* Mon Jan 26 2004 Jeremy Katz <katzj@redhat.com> 2.1.5-1
59958f
- 2.1.5
59958f
59958f
* Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 2.1.4-0
59958f
- update to 2.1.4
59958f
59958f
* Sat Jan  3 2004 Jeremy Katz <katzj@redhat.com> 2.1.3-0
59958f
- update to 2.1.3
59958f
59958f
* Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 1.99.26-2
59958f
- rebuild
59958f
59958f
* Fri Sep 19 2003 Jeremy Katz <katzj@redhat.com> 1.99.26-1
59958f
- 1.99.26
59958f
59958f
* Tue Jul 15 2003 Jeremy Katz <katzj@redhat.com> 1.99.23-3
59958f
- rebuild to pickup ppc64
59958f
59958f
* Mon Jun  9 2003 Jeremy Katz <katzj@redhat.com> 1.99.23-2
59958f
- rebuild 
59958f
- no openssl on ppc64 yet, excludearch
59958f
59958f
* Mon Jun  9 2003 Jeremy Katz <katzj@redhat.com> 1.99.23-1
59958f
- 1.99.23
59958f
59958f
* Thu Jun 5 2003 Elliot Lee <sopwith@redhat.com>
59958f
- rebuilt
59958f
59958f
* Thu Jun  5 2003 Jeremy Katz <katzj@redhat.com> 1.99.22-2
59958f
- rebuild
59958f
59958f
* Sun May 25 2003 Jeremy Katz <katzj@redhat.com> 1.99.22-1
59958f
- 1.99.22
59958f
59958f
* Tue May  6 2003 Jeremy Katz <katzj@redhat.com> 1.99.20-1
59958f
- 1.99.20
59958f
59958f
* Sun May  4 2003 Jeremy Katz <katzj@redhat.com> 1.99.17-3
59958f
- include ssl proxy so that ssl urls work properly (#90165, #90166)
59958f
59958f
* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.99.17-2
59958f
- forward port patch to use a union initializer to fix build on x86_64
59958f
59958f
* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.99.17-1
59958f
- rename package to libsoup
59958f
- update to 1.99.17
59958f
- don't obsolete soup for now, it's parallel installable
59958f
59958f
* Sun Apr  6 2003 Jeremy Katz <katzj@redhat.com> 0.7.11-1
59958f
- update to 0.7.11
59958f
59958f
* Wed Apr  2 2003 Matt Wilson <msw@redhat.com> 0.7.10-5
59958f
- added soup-0.7.10-64bit.patch to fix 64 bit platforms (#86347)
59958f
59958f
* Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
59958f
- only runtime libs in normal rpm
59958f
59958f
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
59958f
- rebuilt
59958f
59958f
* Tue Jan 21 2003 Jeremy Katz <katzj@redhat.com> 
59958f
- update url (#82347)
59958f
59958f
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 0.7.10-2
59958f
- use pkgconfig's openssl configuration information, if it exists
59958f
59958f
* Fri Dec 13 2002 Jeremy Katz <katzj@redhat.com> 0.7.10-1
59958f
- update to 0.7.10
59958f
59958f
* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-4
59958f
- fix fpic patch
59958f
- soup-devel should require soup
59958f
59958f
* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-3
59958f
- better lib64 patch
59958f
- fix building of libwsdl-build to use libtool so that it gets built 
59958f
  with -fPIC as needed
59958f
59958f
* Tue Dec 10 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-2
59958f
- change popt handling in configure slightly so that it will work on 
59958f
  multilib arches
59958f
59958f
* Tue Dec 10 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-1
59958f
- update to 0.7.9, pulling the tarball out of Ximian packages
59958f
59958f
* Wed Oct 23 2002 Jeremy Katz <katzj@redhat.com> 0.7.4-3
59958f
- fix to not try to include non-existent doc files and remove all 
59958f
  unwanted files from the build
59958f
- include api docs 
59958f
- don't build the apache module
59958f
59958f
* Wed Sep 25 2002 Jeremy Katz <katzj@redhat.com> 0.7.4-2
59958f
- various specfile tweaks to include in Red Hat Linux
59958f
- include all the files
59958f
59958f
* Tue Jan 23 2001 Alex Graveley <alex@ximian.com>
59958f
- Inital RPM config.