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