d2f1eba
%define glib2_version 2.38.0
98ad693
cvsdist fc2c9eb
Name: libsoup
49ee74d
Version: 2.56.1
49ee74d
Release: 1%{?dist}
34c610a
Summary: Soup, an HTTP library implementation
e4de577
68e6908
License: LGPLv2
68e6908
URL: https://wiki.gnome.org/Projects/libsoup
9a3486b
Source0: https://download.gnome.org/sources/%{name}/2.56/%{name}-%{version}.tar.xz
34c610a
851ad58
# https://bugzilla.gnome.org/show_bug.cgi?id=782940
851ad58
Patch01: negotiate-internals.patch
851ad58
# https://bugzilla.gnome.org/show_bug.cgi?id=783780
851ad58
Patch02: negotiate-connection-close.patch
851ad58
# https://bugzilla.gnome.org/show_bug.cgi?id=783781
851ad58
Patch03: tcms-site-warning.patch
851ad58
98ad693
BuildRequires: glib2-devel >= %{glib2_version}
8b79596
BuildRequires: glib-networking
524ad7d
BuildRequires: intltool
9248e13
BuildRequires: krb5-devel >= 1.11
fa75cba
BuildRequires: pkgconfig(gobject-introspection-1.0)
fa75cba
BuildRequires: pkgconfig(libxml-2.0)
fa75cba
BuildRequires: pkgconfig(sqlite3)
a4bd0c0
BuildRequires: vala
cvsdist fc2c9eb
abb0bdd
Requires: glib2%{?_isa} >= %{glib2_version}
abb0bdd
Requires: glib-networking%{?_isa} >= %{glib2_version}
abb0bdd
cvsdist fc2c9eb
%description
cvsdist fc2c9eb
Libsoup is an HTTP library implementation in C. It was originally part
cvsdist fc2c9eb
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
cvsdist fc2c9eb
the SOAP and non-SOAP parts have now been split into separate packages.
5fe8d60
cvsdist fc2c9eb
libsoup uses the Glib main loop and is designed to work well with GTK
cvsdist fc2c9eb
applications. This enables GNOME applications to access HTTP servers
cvsdist fc2c9eb
on the network in a completely asynchronous fashion, very similar to
cvsdist fc2c9eb
the Gtk+ programming model (a synchronous operation mode is also
cvsdist fc2c9eb
supported for those who want it).
cvsdist fc2c9eb
cvsdist fc2c9eb
%package devel
cvsdist fc2c9eb
Summary: Header files for the Soup library
abb0bdd
Requires: %{name}%{?_isa} = %{version}-%{release}
cvsdist fc2c9eb
cvsdist fc2c9eb
%description devel
5fe8d60
Libsoup is an HTTP library implementation in C. This package allows
cvsdist fc2c9eb
you to develop applications that use the libsoup library.
cvsdist fc2c9eb
cvsdist fc2c9eb
%prep
2ec84fc
%setup -q
851ad58
%patch01 -p1 -b .negotiate-internals
851ad58
%patch02 -p1 -b .negotiate-connection-close
851ad58
%patch03 -p1 -b .tcms-site-warning
cvsdist fc2c9eb
cvsdist fc2c9eb
%build
23354dc
%configure --disable-static
d23dcad
d23dcad
# Omit unused direct shared library dependencies.
d23dcad
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
d23dcad
2ec84fc
make %{?_smp_mflags}
cvsdist fc2c9eb
cvsdist fc2c9eb
%install
f6776f2
%make_install
cvsdist fc2c9eb
cvsdist fc2c9eb
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
cvsdist fc2c9eb
524ad7d
%find_lang libsoup
524ad7d
5fe8d60
%post -p /sbin/ldconfig
cvsdist fc2c9eb
cvsdist fc2c9eb
%postun -p /sbin/ldconfig
cvsdist fc2c9eb
524ad7d
%files -f libsoup.lang
3fad3c5
%license COPYING
3fad3c5
%doc README NEWS AUTHORS
cvsdist fc2c9eb
%{_libdir}/lib*.so.*
f3d7987
%{_libdir}/girepository-1.0/Soup*2.4.typelib
cvsdist fc2c9eb
cvsdist fc2c9eb
%files devel
2ec84fc
%{_includedir}/%{name}-2.4
7389ec0
%{_includedir}/%{name}-gnome-2.4
cvsdist fc2c9eb
%{_libdir}/*.so
cvsdist fc2c9eb
%{_libdir}/pkgconfig/*.pc
f3d7987
%{_datadir}/gir-1.0/Soup*2.4.gir
2ec84fc
%{_datadir}/gtk-doc/html/%{name}-2.4
763fe91
%dir %{_datadir}/vala
763fe91
%dir %{_datadir}/vala/vapi
4ab1ba1
%{_datadir}/vala/vapi/libsoup-2.4.deps
763fe91
%{_datadir}/vala/vapi/libsoup-2.4.vapi
cvsdist fc2c9eb
cvsdist fc2c9eb
%changelog
49ee74d
* Thu Aug 10 2017 Kalev Lember <klember@redhat.com> - 2.56.1-1
49ee74d
- Update to 2.56.1 (CVE-2017-2885)
49ee74d
851ad58
* Fri Jun 30 2017 Tomas Popela <tpopela@redhat.com> - 2.56.0-3
851ad58
- Backport negotiate fixes
851ad58
a4bd0c0
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 2.56.0-2
a4bd0c0
- BR vala instead of obsolete vala-tools subpackage
a4bd0c0
9a3486b
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 2.56.0-1
9a3486b
- Update to 2.56.0
9a3486b
a422a47
* Wed Aug 17 2016 Kalev Lember <klember@redhat.com> - 2.55.90-1
a422a47
- Update to 2.55.90
a422a47
bc69d11
* Tue Apr 26 2016 Milan Crha <mcrha@redhat.com> - 2.54.1-1
bc69d11
- Update to 2.54.1
bc69d11
- Remove patch for NTLM auth failure with latest samba (fixed upstream)
bc69d11
9248e13
* Fri Apr 22 2016 Milan Crha <mcrha@redhat.com> - 2.54.0.1-3
9248e13
- Add 'BuildRequires: krb5-devel', to support WWW-Authenticate: Negotiate in runtime
9248e13
b274274
* Tue Apr 19 2016 Milan Crha <mcrha@redhat.com> - 2.54.0.1-2
b274274
- NTLM auth failure with latest samba (rh #1327072)
b274274
f6c27e4
* Wed Mar 23 2016 Kalev Lember <klember@redhat.com> - 2.54.0.1-1
f6c27e4
- Update to 2.54.0.1
f6c27e4
2d57ed3
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 2.54.0-1
2d57ed3
- Update to 2.54.0
2d57ed3
be10b50
* Tue Mar 15 2016 Kalev Lember <klember@redhat.com> - 2.53.92-1
be10b50
- Update to 2.53.92
be10b50
Richard Hughes 3dc4352
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 2.53.90-1
Richard Hughes 3dc4352
- Update to 2.53.90
Richard Hughes 3dc4352
5a7593c
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.53.2-2
5a7593c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
5a7593c
4ab1ba1
* Wed Nov 25 2015 Kalev Lember <klember@redhat.com> - 2.53.2-1
4ab1ba1
- Update to 2.53.2
4ab1ba1
445be8d
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 2.53.1-1
445be8d
- Update to 2.53.1
445be8d
a270262
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 2.52.1-1
a270262
- Update to 2.52.1
a270262
faef251
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 2.52.0-1
faef251
- Update to 2.52.0
faef251
Richard Hughes 3e90e6d
* Tue Sep 15 2015 Richard Hughes <rhughes@redhat.com> - 2.51.92-1
Richard Hughes 3e90e6d
- Update to 2.51.92
Richard Hughes 3e90e6d
2cf6811
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 2.51.90-1
2cf6811
- Update to 2.51.90
f6776f2
- Use make_install macro
763fe91
- Build vala bindings
2cf6811
311d6ae
* Tue Jun 23 2015 David King <amigadave@amigadave.com> - 2.51.3-1
311d6ae
- Update to 2.51.3
1739cd7
- Update URL
fa75cba
- Use pkgconfig for BuildRequires
c747e9a
- Preserve timestamps during install
311d6ae
ba6c4d5
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.50.0-2
ba6c4d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ba6c4d5
5aa97dd
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 2.50.0-1
5aa97dd
- Update to 2.50.0
5aa97dd
f5ce348
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 2.49.92-1
f5ce348
- Update to 2.49.92
f5ce348
eb72e3e
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 2.49.91.1-1
eb72e3e
- Update to 2.49.91.1
eb72e3e
763c359
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 2.49.91-1
763c359
- Update to 2.49.91
3fad3c5
- Use the %%license macro for the COPYING file
763c359
6a30bb4
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 2.49.1-1
6a30bb4
- Update to 2.49.1
6a30bb4
b3ce412
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.48.0-1
b3ce412
- Update to 2.48.0
b3ce412
4bb6cf9
* Mon Sep 15 2014 Kalev Lember <kalevlember@gmail.com> - 2.47.92-1
4bb6cf9
- Update to 2.47.92
abb0bdd
- Tighten deps with the _isa macro
4bb6cf9
86d5e49
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.47.4-2
86d5e49
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
86d5e49
7785a3e
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.47.4-1
7785a3e
- Update to 2.47.4
7785a3e
Richard Hughes 6ca91cb
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 2.47.3-1
Richard Hughes 6ca91cb
- Update to 2.47.3
Richard Hughes 6ca91cb
587a20a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.46.0-3
587a20a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
587a20a
d2f1eba
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 2.46.0-2
d2f1eba
- Update dep versions
d2f1eba
Richard Hughes 2c205eb
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 2.46.0-1
Richard Hughes 2c205eb
- Update to 2.46.0
Richard Hughes 2c205eb
Richard Hughes cc7827e
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 2.45.92-1
Richard Hughes cc7827e
- Update to 2.45.92
Richard Hughes cc7827e
Richard Hughes 6963601
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 2.45.90-1
Richard Hughes 6963601
- Update to 2.45.90
Richard Hughes 6963601
Richard Hughes 9192adb
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 2.45.3-1
Richard Hughes 9192adb
- Update to 2.45.3
Richard Hughes 9192adb
Richard Hughes 1d36838
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 2.44.2-1
Richard Hughes 1d36838
- Update to 2.44.2
Richard Hughes 1d36838
Richard Hughes 13ad9e3
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 2.44.1-1
Richard Hughes 13ad9e3
- Update to 2.44.1
Richard Hughes 13ad9e3
Dan Winship cc5feaa
* Sun Sep 29 2013 Dan Winship <danw@redhat.com> - 2.44.0-2
Dan Winship cc5feaa
- Fix hang on early close with streaming API
Dan Winship cc5feaa
a976443
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 2.44.0-1
a976443
- Update to 2.44.0
a976443
e57af29
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 2.43.92-1
e57af29
- Update to 2.43.92
e57af29
7fc6037
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 2.43.90-1
7fc6037
- Update to 2.43.90
7fc6037
188c786
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 2.43.5-1
188c786
- Update to 2.43.5
188c786
c8f7a0e
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.43.4-2
c8f7a0e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c8f7a0e
Dan Winship 2d08347
* Fri Jul 12 2013 Dan Winship <danw@redhat.com> - 2.43.4-1
Dan Winship 2d08347
- Update to 2.43.4
Dan Winship 2d08347
44fada4
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 2.43.2-1
44fada4
- Update to 2.43.2
44fada4
27b5869
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 2.43.1-1
27b5869
- Update to 2.43.1
27b5869
3445c74
* Mon Apr 29 2013 Kalev Lember <kalevlember@gmail.com> - 2.42.2-1
3445c74
- Update to 2.42.2
3445c74
Richard Hughes 46f6af7
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 2.42.1-1
Richard Hughes 46f6af7
- Update to 2.42.1
Richard Hughes 46f6af7
85267c4
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 2.42.0-1
85267c4
- Update to 2.42.0
85267c4
Richard Hughes 5ff0880
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 2.41.92-1
Richard Hughes 5ff0880
- Update to 2.41.92
Richard Hughes 5ff0880
dbe9d18
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 2.41.91-1
dbe9d18
- Update to 2.41.91
dbe9d18
Richard Hughes 3271f1c
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 2.41.90-1
Richard Hughes 3271f1c
- Update to 2.41.90
Richard Hughes 3271f1c
b99c0b5
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 2.41.5-1
b99c0b5
- Update to 2.41.5
b99c0b5
7d86a09
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.41.4-1
7d86a09
- Updat e to 2.41.4
7d86a09
0bf2fcb
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.41.3-1
0bf2fcb
- Update to 2.41.3
0bf2fcb
- Remove libgnome-keyring build dep; no longer used
0bf2fcb
Richard Hughes 3c5137c
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 2.41.2-1
Richard Hughes 3c5137c
- Update to 2.41.2
Richard Hughes 3c5137c
bc3b00e
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 2.41.1-1
bc3b00e
- Update to 2.41.1
bc3b00e
58e1b0e
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 2.40.1-1
58e1b0e
- Update to 2.40.1
58e1b0e
d6a779d
* Tue Oct  2 2012 Matthias Clasen <mclasen@redhat.com> - 2.40.0-1
d6a779d
- Update to 2.40.0
d6a779d
2234df1
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.39.4.1-2
2234df1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2234df1
Richard Hughes ae4adf1
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 2.39.4.1-1
Richard Hughes ae4adf1
- Update to 2.39.4.1
Richard Hughes ae4adf1
Richard Hughes 70abb55
* Wed Jun 27 2012 Richard Hughes <hughsient@gmail.com> - 2.39.3-1
Richard Hughes 70abb55
- Update to 2.39.3
Richard Hughes 70abb55
Richard Hughes 51ea9bc
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 2.39.2-1
Richard Hughes 51ea9bc
- Update to 2.39.2
Richard Hughes 51ea9bc
524ad7d
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 2.39.1-1
524ad7d
- Update to 2.39.1
524ad7d
- Package the translations
524ad7d
8878763
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.38.1-1
8878763
- Update to 2.38.1
8878763
Richard Hughes d00a9d5
* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 2.38.0-1
Richard Hughes d00a9d5
- Update to 2.38.0
Richard Hughes d00a9d5
9aaf873
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 2.37.92-1
9aaf873
- Update to 2.37.92
9aaf873
23231f5
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 2.37.91-1
23231f5
- Update to 2.37.91
23231f5
99ca239
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 2.37.90-1
99ca239
- Update to 2.37.90
99ca239
57484e4
* Mon Feb 13 2012 Matthias Clasen <mclasen@redhat.com> - 2.37.5.1-1
57484e4
- Update to 2.37.5.1
57484e4
d10db46
* Mon Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 2.37.5-1
d10db46
- Update to 2.37.5
d10db46
bec592f
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 2.37.4-1
bec592f
- Update to 2.37.4
bec592f
abd5039
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.37.3-2
abd5039
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
abd5039
9dd59e8
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.37.3-1
9dd59e8
- Update to 2.37.3
9dd59e8
624d3da
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.37.2-1
624d3da
- Update to 2.37.2
624d3da
310a62b
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.37.1-1
310a62b
- Update to 2.37.1
310a62b
7749240
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.36.1-2
7749240
- Rebuilt for glibc bug#747377
7749240
6485594
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 2.36.1-1
6485594
- Update to 2.36.1
6485594
6791178
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 2.36.0-1
6791178
- Update to 2.36.0
6791178
6485594
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> 2.35.92-1
4eba4ce
- Update to 2.35.92
4eba4ce
6485594
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> 2.35.90-1
6485594
- Update to 2.35.90
6485594
6485594
* Wed Aug 17 2011 Matthias Clasen <mclasen@redhat.com> 2.35.5-1
6485594
- Update to 2.35.5
Dan Winship 0bfa3bd
Bastien Nocera a1115ad
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 2.35.3-1
Bastien Nocera a1115ad
- Update to 2.35.3
Bastien Nocera a1115ad
fdadf36
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.34.1-1
fdadf36
- Update to 2.34.1
fdadf36
22f4a8c
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 2.34.0-1
22f4a8c
- Update to 2.34.0
22f4a8c
5bbadd8
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.92-2
5bbadd8
- Clean up BRs
5bbadd8
2803f69
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.92-1
2803f69
- 2.33.92
2803f69
842d6a1
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.90-1
842d6a1
- 2.33.90
842d6a1
04f7265
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.33.6-2
04f7265
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
04f7265
Christopher Aillon 9da9999
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 2.33.6-1
Christopher Aillon 9da9999
- Update to 2.33.6
Christopher Aillon 9da9999
Dan Winship de9594d
* Mon Jan 17 2011 Dan Winship <danw@redhat.com> - 2.33.5-2
Dan Winship de9594d
- Require glib-networking, for TLS support
Dan Winship de9594d
dd191bc
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.5-1
dd191bc
- Update to 2.33.5
dd191bc
Dan Winship b9357a9
* Thu Dec  2 2010 Dan Winship <danw@redhat.com> - 2.32.2-1
Dan Winship b9357a9
- Update to 2.32.2
Dan Winship b9357a9
d0c2684
* Thu Nov 11 2010 Dan HorĂ¡k <dan[at]danny.cz> - 2.32.0-2
d0c2684
- bump release to win over F-14
d0c2684
e8ada06
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
e8ada06
- Update to 2.32.0
e8ada06
bb4521d
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.92-1
bb4521d
- Update to 2.31.92
bb4521d
26f836d
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.90-1
26f836d
- Update to 2.31.90
26f836d
25a1f3a
* Tue Aug  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
25a1f3a
- Update to 2.31.6
25a1f3a
cb90371
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.31.2-5
cb90371
- Rebuild with new gobject-introspection
cb90371
25636b2
* Fri Jul  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-4
25636b2
- Rebuild for introspection format break
25636b2
43b80ed
* Wed Jun 23 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.2-3
43b80ed
- libsoup-devel doesn't need gtk-doc (RH bug #604396).
43b80ed
Dan Winship efb0df5
* Mon Jun 21 2010 Peter Robinson <pbrobinson@gmail.com> - 2.31.2-2
f3d7987
- enable introspection support
f3d7987
5ce8163
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
5ce8163
- Update to 2.31.2
5ce8163
c38dd9f
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
c38dd9f
- Update to 2.30.1
c38dd9f
3e1e0ae
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
3e1e0ae
- Update to 2.30.0
3e1e0ae
b847335
* Thu Mar 25 2010 Nils Philippsen <nils@redhat.com> - 2.29.91-2
b847335
- rebuild for new libproxy
b847335
7f6fa6e
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.91-1
7f6fa6e
- Update to 2.29.91
7f6fa6e
41172e2
* Mon Feb 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.90-1
41172e2
- Update to 2.29.90
41172e2
8e7a178
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.6-1
8e7a178
- Update to 2.29.6
8e7a178
7079578
* Sat Jan 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.5-1
7079578
- Update to 2.29.5
7079578
e4de577
* Wed Dec  9 2009 Dan Winship <danw@redhat.com> - 2.29.3-2
e4de577
- Add patch from git to fix gir-repository build
e4de577
ca23bf5
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
ca23bf5
- Update to 2.29.3
ca23bf5
83d50ac
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
83d50ac
- Update to 2.28.0
83d50ac
2e1fe22
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
2e1fe22
- Update to 2.27.92
2e1fe22
8bc42ba
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
8bc42ba
- Update to 2.27.91
8bc42ba
2a35c90
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
2a35c90
- Update to 2.27.90
2a35c90
e9f79dd
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
e9f79dd
- Update to 2.27.5
e9f79dd
4d69a73
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
4d69a73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4d69a73
6536681
* Mon Jul 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.4-1
6536681
- Update to 2.27.4
6536681
e872fc5
* Wed Jun 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.2-1
e872fc5
- Update to 2.27.2
e872fc5
0991f30
* Mon May 18 2009 Bastien Nocera <bnocera@redhat.com> 2.27.1-1
0991f30
- Update to 2.27.1
0991f30
6aab61a
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
6aab61a
- Update to 2.26.1
6aab61a
- See http://download.gnome.org/sources/libsoup/2.26/libsoup-2.26.1.changes
6aab61a
671ac6d
* Thu Apr  9 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0.9-1
671ac6d
- Upate to 2.26.0.9
671ac6d
5fe8d60
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
5fe8d60
- Update to 2.26.0
5fe8d60
2ad0fdd
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
2ad0fdd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2ad0fdd
e3f0800
* Mon Feb 16 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.91-1
e3f0800
- Update to 2.25.91
e3f0800
71da328
* Mon Feb 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.5-1
71da328
- Update to 2.25.5
71da328
e013f61
* Sun Jan 25 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.4-2
671ac6d
- Build against libproxy
e013f61
d61710c
* Mon Jan 05 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.4-1
d61710c
- Update to 2.25.4
d61710c
5c12546
* Tue Dec 16 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.3-1
5c12546
- Update to 2.25.3
5c12546
7389ec0
* Mon Dec 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.2-1
7389ec0
- Update to 2.25.2
7389ec0
23d88dc
* Wed Nov 12 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.1-3
5a1a160
- Fix BuildRequires
5a1a160
caf693f
* Fri Nov 07 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-1
caf693f
- Update to 2.25.1
caf693f
1d60103
* Mon Oct 20 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-1
1d60103
- Update to 2.24.1
1d60103
de9cb84
* Wed Sep 24 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0.1-1
de9cb84
- Update to 2.24.0.1
de9cb84
da1bcca
* Mon Sep 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-1
da1bcca
- Update to 2.24.0
da1bcca
14d1b24
* Mon Sep  8 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-1
14d1b24
- Update to 2.23.92
14d1b24
fab2b3f
* Mon Sep 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.91-1
fab2b3f
- Update to 2.23.91
fab2b3f
beff4b5
* Mon Aug 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.6-1
beff4b5
- Update to 2.23.6
beff4b5
d23dcad
* Wed Jul 30 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-6
d23dcad
- Omit unused direct shared library dependencies (RH bug #226046).
d23dcad
17f7ad8
* Tue Jun 24 2008 Tomas Mraz <tmraz@redhat.com> - 2.23.1-5
17f7ad8
- rebuild with new gnutls
17f7ad8
0e430dd
* Sun Jun 22 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-4
0e430dd
- Remove unnecessary pkgconfig build requirement.
0e430dd
2ec84fc
* Mon Jun 16 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-3
2ec84fc
- Incorporate package review feedback (RH bug #226046).
2ec84fc
9ac0af4
* Sun May  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-2
9ac0af4
- Fix source url
9ac0af4
2e97edf
* Mon Apr 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-1
2e97edf
- Update to 2.23.1
2e97edf
138ab65
* Mon Apr 07 2008 Matthew Barnes <mbarnes@redhat.com> - 2.4.1-1
138ab65
- Update to 2.4.1
138ab65
6585c8b
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.4.0-1
6585c8b
- Update to 2.4.0
6585c8b
e5c746e
* Mon Feb 25 2008 Matthew Barnes <mbarnes@redhat.com> - 2.3.4-1
e5c746e
- Update to 2.3.4
e5c746e
9ab8e88
* Wed Feb 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.3.2-1
9ab8e88
- Update to 2.3.2
9ab8e88
98ad693
* Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.3.0-1
98ad693
- Update to 2.3.0
98ad693
- Bump glib2 requirement to >= 2.15.3.
98ad693
- Clean up some redundant dependencies.
98ad693
- Remove patch for RH bug #327871 (fixed in glibc).
98ad693
a883d56
* Mon Nov 26 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.104-1
a883d56
- Update to 2.2.104
a883d56
1eaa25b
* Sun Oct 28 2007 Jeremy Katz <katzj@redhat.com> - 2.2.103-1
1eaa25b
- update to 2.2.103 to fix a rhythmbox crasher (#343561)
1eaa25b
f13ee2d
* Mon Oct 15 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.102-1
f13ee2d
- Update to 2.2.102
f13ee2d
38a66e8
* Thu Oct 11 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.101-2
38a66e8
- Add patch for RH bug #327871 (broken Rhythmbox build).
38a66e8
- Suspect this is really a glibc bug.
38a66e8
208ce34
* Fri Oct 05 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.101-1
208ce34
- Update to 2.2.101
208ce34
8432789
* Wed Aug  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.2.100-3
8432789
- Update the license field
8432789
04582ab
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 2.2.100-2
04582ab
- Don't install INSTALL
04582ab
de854dd
* Mon Feb 12 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.100-1
de854dd
- Update to 2.2.100
de854dd
3b22a58
* Mon Jan 08 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.99-1
3b22a58
- Update to 2.2.99
3b22a58
Dan Winship efb0df5
* Tue Nov 21 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.98-1
de53354
- Update to 2.2.98
b7f0924
- Remove patch for RH bug #215919 (fixed upstream).
de53354
154b0b7
* Fri Nov 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.97-2
154b0b7
- Avoid accidentally exported symbols (#215919)
154b0b7
b0e50d4
* Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.97-1
b0e50d4
- Update to 2.2.97
b0e50d4
- Remove patch for Gnome.org bug #356809 (fixed upstream).
b0e50d4
433027a
* Fri Nov 03 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.96-5
433027a
- Revised patch for Gnome.org bug #356809 to match upstream.
433027a
4c00a71
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.2.96-4
4c00a71
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
4c00a71
9e8631c
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.96-3.fc6
9e8631c
- Add patch for Gnome.org bug #356809 (lingering file on uninstall).
9e8631c
30c863e
* Tue Aug 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.96-2.fc6
30c863e
- Rebuild
30c863e
283c502
* Tue Jul 25 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.96
283c502
- Update to 2.2.96
283c502
- Bump glib2 requirement to >= 2.6.
283c502
34c610a
* Wed Jul 12 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.95.1-1
34c610a
- Update to 2.2.95.1
34c610a
6885c15
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.2.94-3.1
6885c15
- rebuild
6885c15
4c1fe56
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 2.2.94-3
f13c7fe
- rebuilt with new gnutls
f13c7fe
ed595a3
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.94-1
ed595a3
- Update to 2.2.94
ed595a3
d24b554
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.92-2
d24b554
- Update to 2.2.92
d24b554
19fd908
* Sat Mar  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.91-1
19fd908
- Update to 2.2.91
19fd908
e52cf0d
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.7-2
e52cf0d
- Remove excessive Requires for the -devel package
e52cf0d
3d47737
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2.7-1.2.1
3d47737
- bump again for double-long bug on ppc(64)
3d47737
5b84cd8
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.2.7-1.2
5b84cd8
- rebuilt for new gcc4.1 snapshot and glibc changes
5b84cd8
bc4de49
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
bc4de49
- rebuilt
bc4de49
7266aea
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.7-1
7266aea
- 2.2.7
7266aea
- Remove static library
7266aea
8bfea1c
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.6.1-1
8bfea1c
- 2.2.6.1
8bfea1c
f7e813a
* Tue Aug  9 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.5-1
f7e813a
- 2.2.5
f7e813a
- Removed gnome-bug-306877-soup-connection-ntlm.c.patch (#160071) as this is 
f7e813a
  now in upstream tarball
f7e813a
b20910b
* Mon Aug  8 2005 Tomas Mraz <tmraz@redhat.com> - 2.2.3-5
b20910b
- rebuild with new gnutls
b20910b
9873b60
* Tue Jun 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.3-4
9873b60
- add patch for NTLM domains (#160071)
9873b60
Florian La Roche ba79086
* Sun Apr 24 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche ba79086
- rebuild for new gnutls
Florian La Roche ba79086
f77845b
* Thu Mar 17 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.3-2
f77845b
- explicitly enable gtk-doc support
f77845b
4e742ba
* Thu Mar 17 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.3-1
4e742ba
- 2.2.3
4e742ba
fa9a39f
* Wed Mar  2 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-3
fa9a39f
- rebuild with GCC 4
fa9a39f
f737778
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-2
f737778
- actually uploaded the source this time
f737778
4518d72
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-1
4518d72
- update from 2.2.1 to 2.2.2
4518d72
- add explicit devel requirements on glib2-devel, pkgconfig, gtk-doc, gnutls-devel and libxml2-devel
4518d72
af4fbfd
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.1-1
af4fbfd
- update from 2.2.0 to 2.2.1
af4fbfd
3e4f286
* Wed Oct  6 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.0-3
3e4f286
- added requirement on libxml2 (#134700)
3e4f286
62a3cd5
* Wed Sep 22 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.0-2
62a3cd5
- added requirement on gnutls, so that we build with SSL support
62a3cd5
- fixed source download path
62a3cd5
cvsdist ee2e54f
* Tue Aug 31 2004 David Malcolm <dmalcolm@redhat.com> - 2.2.0-1
cvsdist ee2e54f
- update from 2.1.13 to 2.2.0
cvsdist ee2e54f
cvsdist 315ed7e
* Mon Aug 16 2004 David Malcolm <dmalcolm@redhat.com> - 2.1.13-1
cvsdist 315ed7e
- 2.1.13
cvsdist 315ed7e
cvsdist f90fa22
* Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 2.1.12-1
cvsdist f90fa22
- 2.1.12
cvsdist f90fa22
cvsdist 89fc45d
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 89fc45d
- rebuilt
cvsdist 89fc45d
cvsdist 858a9da
* Mon Jun  7 2004 David Malcolm <dmalcolm@redhat.com> - 2.1.11-1
cvsdist 858a9da
- 2.1.11
cvsdist 858a9da
cvsdist b4bb5cb
* Thu May 20 2004 David Malcolm <dmalcolm@redhat.com> - 2.1.10-2
cvsdist b4bb5cb
- added missing md5 file
cvsdist b4bb5cb
cvsdist b4bb5cb
* Thu May 20 2004 David Malcolm <dmalcolmredhat.com> - 2.1.10-1
cvsdist b4bb5cb
- 2.1.10
cvsdist b4bb5cb
cvsdist f3156c5
* Tue Apr 20 2004 David Malcolm <dmalcolm@redhat.com> - 2.1.9-1
cvsdist f3156c5
- Update to 2.1.9; added gtk-doc to BuildRequires and the generated files to the devel package
cvsdist b92f7d1
cvsdist f3156c5
* Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> - 2.1.8-1
cvsdist f3156c5
- 2.1.8
cvsdist bde429e
cvsdist f3156c5
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist f3156c5
- rebuilt
cvsdist f3156c5
cvsdist f3156c5
* Tue Feb 17 2004 Jeremy Katz <katzj@redhat.com> - 2.1.7-1
cvsdist f3156c5
- 2.1.7
cvsdist f3156c5
cvsdist f3156c5
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist f3156c5
- rebuilt
cvsdist f3156c5
cvsdist f3156c5
* Mon Jan 26 2004 Jeremy Katz <katzj@redhat.com> 2.1.5-1
cvsdist f3156c5
- 2.1.5
cvsdist f3156c5
cvsdist f3156c5
* Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 2.1.4-0
cvsdist f3156c5
- update to 2.1.4
cvsdist f3156c5
cvsdist f3156c5
* Sat Jan  3 2004 Jeremy Katz <katzj@redhat.com> 2.1.3-0
cvsdist f3156c5
- update to 2.1.3
cvsdist 3df7112
cvsdist eced793
* Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 1.99.26-2
cvsdist eced793
- rebuild
cvsdist eced793
cvsdist fc2c9eb
* Fri Sep 19 2003 Jeremy Katz <katzj@redhat.com> 1.99.26-1
cvsdist fc2c9eb
- 1.99.26
cvsdist fc2c9eb
cvsdist fc2c9eb
* Tue Jul 15 2003 Jeremy Katz <katzj@redhat.com> 1.99.23-3
cvsdist fc2c9eb
- rebuild to pickup ppc64
cvsdist fc2c9eb
cvsdist fc2c9eb
* Mon Jun  9 2003 Jeremy Katz <katzj@redhat.com> 1.99.23-2
cvsdist fc2c9eb
- rebuild 
cvsdist fc2c9eb
- no openssl on ppc64 yet, excludearch
cvsdist fc2c9eb
cvsdist fc2c9eb
* Mon Jun  9 2003 Jeremy Katz <katzj@redhat.com> 1.99.23-1
cvsdist fc2c9eb
- 1.99.23
cvsdist fc2c9eb
Dan Winship efb0df5
* Thu Jun 5 2003 Elliot Lee <sopwith@redhat.com>
cvsdist fc2c9eb
- rebuilt
cvsdist fc2c9eb
cvsdist fc2c9eb
* Thu Jun  5 2003 Jeremy Katz <katzj@redhat.com> 1.99.22-2
cvsdist fc2c9eb
- rebuild
cvsdist fc2c9eb
cvsdist fc2c9eb
* Sun May 25 2003 Jeremy Katz <katzj@redhat.com> 1.99.22-1
cvsdist fc2c9eb
- 1.99.22
cvsdist fc2c9eb
cvsdist fc2c9eb
* Tue May  6 2003 Jeremy Katz <katzj@redhat.com> 1.99.20-1
cvsdist fc2c9eb
- 1.99.20
cvsdist fc2c9eb
cvsdist fc2c9eb
* Sun May  4 2003 Jeremy Katz <katzj@redhat.com> 1.99.17-3
cvsdist fc2c9eb
- include ssl proxy so that ssl urls work properly (#90165, #90166)
cvsdist fc2c9eb
cvsdist fc2c9eb
* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.99.17-2
cvsdist fc2c9eb
- forward port patch to use a union initializer to fix build on x86_64
cvsdist fc2c9eb
cvsdist fc2c9eb
* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 1.99.17-1
cvsdist fc2c9eb
- rename package to libsoup
cvsdist fc2c9eb
- update to 1.99.17
cvsdist fc2c9eb
- don't obsolete soup for now, it's parallel installable
cvsdist fc2c9eb
cvsdist fc2c9eb
* Sun Apr  6 2003 Jeremy Katz <katzj@redhat.com> 0.7.11-1
cvsdist fc2c9eb
- update to 0.7.11
cvsdist fc2c9eb
cvsdist fc2c9eb
* Wed Apr  2 2003 Matt Wilson <msw@redhat.com> 0.7.10-5
cvsdist fc2c9eb
- added soup-0.7.10-64bit.patch to fix 64 bit platforms (#86347)
cvsdist fc2c9eb
cvsdist fc2c9eb
* Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist fc2c9eb
- only runtime libs in normal rpm
cvsdist fc2c9eb
cvsdist fc2c9eb
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist fc2c9eb
- rebuilt
cvsdist fc2c9eb
cvsdist fc2c9eb
* Tue Jan 21 2003 Jeremy Katz <katzj@redhat.com> 
cvsdist fc2c9eb
- update url (#82347)
cvsdist fc2c9eb
cvsdist fc2c9eb
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 0.7.10-2
cvsdist fc2c9eb
- use pkgconfig's openssl configuration information, if it exists
cvsdist fc2c9eb
cvsdist fc2c9eb
* Fri Dec 13 2002 Jeremy Katz <katzj@redhat.com> 0.7.10-1
cvsdist fc2c9eb
- update to 0.7.10
cvsdist fc2c9eb
cvsdist fc2c9eb
* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-4
cvsdist fc2c9eb
- fix fpic patch
cvsdist fc2c9eb
- soup-devel should require soup
cvsdist fc2c9eb
cvsdist fc2c9eb
* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-3
cvsdist fc2c9eb
- better lib64 patch
cvsdist fc2c9eb
- fix building of libwsdl-build to use libtool so that it gets built 
cvsdist fc2c9eb
  with -fPIC as needed
cvsdist fc2c9eb
cvsdist fc2c9eb
* Tue Dec 10 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-2
cvsdist fc2c9eb
- change popt handling in configure slightly so that it will work on 
cvsdist fc2c9eb
  multilib arches
cvsdist fc2c9eb
cvsdist fc2c9eb
* Tue Dec 10 2002 Jeremy Katz <katzj@redhat.com> 0.7.9-1
cvsdist fc2c9eb
- update to 0.7.9, pulling the tarball out of Ximian packages
cvsdist fc2c9eb
cvsdist fc2c9eb
* Wed Oct 23 2002 Jeremy Katz <katzj@redhat.com> 0.7.4-3
cvsdist fc2c9eb
- fix to not try to include non-existent doc files and remove all 
cvsdist fc2c9eb
  unwanted files from the build
cvsdist fc2c9eb
- include api docs 
cvsdist fc2c9eb
- don't build the apache module
cvsdist fc2c9eb
cvsdist fc2c9eb
* Wed Sep 25 2002 Jeremy Katz <katzj@redhat.com> 0.7.4-2
cvsdist fc2c9eb
- various specfile tweaks to include in Red Hat Linux
cvsdist fc2c9eb
- include all the files
cvsdist fc2c9eb
cvsdist fc2c9eb
* Tue Jan 23 2001 Alex Graveley <alex@ximian.com>
cvsdist fc2c9eb
- Inital RPM config.