2015-09-21 16:16:51 +00:00
|
|
|
%define glib2_version 2.46.0
|
2013-02-20 23:20:12 +00:00
|
|
|
|
2010-10-08 22:20:04 +00:00
|
|
|
Name: glib-networking
|
2016-09-19 17:54:37 +00:00
|
|
|
Version: 2.50.0
|
2017-07-26 10:19:42 +00:00
|
|
|
Release: 3%{?dist}
|
2011-01-17 16:43:03 +00:00
|
|
|
Summary: Networking support for GLib
|
2010-10-08 22:20:04 +00:00
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://www.gnome.org
|
2016-09-19 17:54:37 +00:00
|
|
|
Source0: http://download.gnome.org/sources/glib-networking/2.50/%{name}-%{version}.tar.xz
|
2010-10-08 22:20:04 +00:00
|
|
|
|
2017-02-07 10:59:21 +00:00
|
|
|
%if 0%{?fedora}
|
2016-06-15 15:34:17 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1179295
|
2016-07-05 07:05:52 +00:00
|
|
|
Patch0: fedora-crypto-policy.patch
|
2017-02-07 10:59:21 +00:00
|
|
|
%endif
|
2016-06-15 15:34:17 +00:00
|
|
|
|
2013-02-20 23:20:12 +00:00
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
2010-10-08 22:20:04 +00:00
|
|
|
BuildRequires: libproxy-devel
|
2011-01-17 16:43:03 +00:00
|
|
|
BuildRequires: gnutls-devel
|
2010-10-08 22:20:04 +00:00
|
|
|
BuildRequires: intltool
|
2011-01-17 16:43:03 +00:00
|
|
|
BuildRequires: ca-certificates
|
2011-04-27 16:34:52 +00:00
|
|
|
BuildRequires: gsettings-desktop-schemas-devel
|
2015-10-28 07:23:28 +00:00
|
|
|
BuildRequires: systemd
|
2010-10-08 22:20:04 +00:00
|
|
|
|
2013-02-20 23:20:12 +00:00
|
|
|
Requires: ca-certificates
|
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
|
Requires: gsettings-desktop-schemas
|
|
|
|
|
2010-10-08 22:20:04 +00:00
|
|
|
%description
|
2011-04-27 16:18:02 +00:00
|
|
|
This package contains modules that extend the networking support in
|
|
|
|
GIO. In particular, it contains libproxy- and GSettings-based
|
|
|
|
GProxyResolver implementations and a gnutls-based GTlsConnection
|
|
|
|
implementation.
|
2010-10-08 22:20:04 +00:00
|
|
|
|
2014-09-04 16:09:51 +00:00
|
|
|
%package tests
|
|
|
|
Summary: Tests for the glib-networking package
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description tests
|
|
|
|
The glib-networking-tests package contains tests that can be used to verify
|
|
|
|
the functionality of the installed glib-networking package.
|
|
|
|
|
2010-10-08 22:20:04 +00:00
|
|
|
%prep
|
2016-06-15 15:34:17 +00:00
|
|
|
%autosetup -p1
|
2010-10-08 22:20:04 +00:00
|
|
|
|
|
|
|
%build
|
2014-09-04 16:09:51 +00:00
|
|
|
%configure --disable-static --with-libproxy --enable-installed-tests
|
2010-10-08 22:20:04 +00:00
|
|
|
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
%install
|
2015-09-21 16:17:20 +00:00
|
|
|
%make_install
|
2010-10-08 22:20:04 +00:00
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
2015-03-03 12:21:51 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc NEWS README
|
2010-10-08 22:20:04 +00:00
|
|
|
%{_libdir}/gio/modules/libgiolibproxy.so
|
2011-04-27 16:18:02 +00:00
|
|
|
%{_libdir}/gio/modules/libgiognomeproxy.so
|
2011-01-17 16:43:03 +00:00
|
|
|
%{_libdir}/gio/modules/libgiognutls.so
|
2011-03-22 12:51:39 +00:00
|
|
|
%{_libexecdir}/glib-pacrunner
|
|
|
|
%{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service
|
2015-10-28 07:23:28 +00:00
|
|
|
%{_userunitdir}/glib-pacrunner.service
|
2010-10-08 22:20:04 +00:00
|
|
|
|
2014-09-04 16:09:51 +00:00
|
|
|
%files tests
|
|
|
|
%{_libexecdir}/installed-tests/glib-networking
|
|
|
|
%{_datadir}/installed-tests
|
2010-10-08 22:20:04 +00:00
|
|
|
|
|
|
|
%changelog
|
2017-07-26 10:19:42 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.50.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 11:06:51 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.50.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-09-19 17:54:37 +00:00
|
|
|
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 2.50.0-1
|
|
|
|
- Update to 2.50.0
|
2016-09-19 17:55:10 +00:00
|
|
|
- Don't set group tags
|
2016-09-19 17:54:37 +00:00
|
|
|
|
2016-08-18 12:03:12 +00:00
|
|
|
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 2.49.90-1
|
|
|
|
- Update to 2.49.90
|
|
|
|
|
2016-07-05 07:05:52 +00:00
|
|
|
* Tue Jul 5 2016 Ville Skyttä <ville.skytta@iki.fi> - 2.48.2-3
|
|
|
|
- Remove scriptlets handled by glib2's file triggers
|
|
|
|
|
2016-06-15 15:34:17 +00:00
|
|
|
* Wed Jun 15 2016 Michael Catanzaro <mcatanzaro@gnome.org> - 2.48.2-2
|
|
|
|
- Comply with Fedora system-wide crypto policy
|
|
|
|
|
2016-05-09 14:08:25 +00:00
|
|
|
* Mon May 09 2016 Kalev Lember <klember@redhat.com> - 2.48.2-1
|
|
|
|
- Update to 2.48.2
|
|
|
|
|
2016-04-28 14:09:57 +00:00
|
|
|
* Thu Apr 28 2016 Michael Catanzaro <mcatanzaro@gnome.org> - 2.48.1-1
|
|
|
|
- Update to 2.48.1
|
|
|
|
- Add patch for GNOME #765317
|
|
|
|
|
2016-03-22 06:48:54 +00:00
|
|
|
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 2.48.0-1
|
|
|
|
- Update to 2.48.0
|
|
|
|
|
2016-02-16 12:39:20 +00:00
|
|
|
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 2.47.90-1
|
|
|
|
- Update to 2.47.90
|
|
|
|
|
2016-02-03 22:04:05 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.47.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-10-28 07:23:28 +00:00
|
|
|
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 2.47.1-1
|
|
|
|
- Update to 2.47.1
|
|
|
|
|
2015-10-12 21:32:53 +00:00
|
|
|
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 2.46.1-1
|
|
|
|
- Update to 2.46.1
|
|
|
|
|
2015-09-21 16:16:51 +00:00
|
|
|
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 2.46.0-1
|
|
|
|
- Update to 2.46.0
|
2015-09-21 16:17:20 +00:00
|
|
|
- Use make_install macro
|
2015-09-21 16:16:51 +00:00
|
|
|
|
2015-06-17 08:26:15 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.45.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-30 19:15:47 +00:00
|
|
|
* Thu Apr 30 2015 Kalev Lember <kalevlember@gmail.com> - 2.45.1-1
|
|
|
|
- Update to 2.45.1
|
|
|
|
|
2015-03-23 14:32:29 +00:00
|
|
|
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 2.44.0-1
|
|
|
|
- Update to 2.44.0
|
|
|
|
|
2015-03-17 15:21:19 +00:00
|
|
|
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 2.43.92-1
|
|
|
|
- Update to 2.43.92
|
|
|
|
|
2015-03-03 12:20:51 +00:00
|
|
|
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 2.43.91-1
|
|
|
|
- Update to 2.43.91
|
2015-03-03 12:21:51 +00:00
|
|
|
- Use the %%license macro for the COPYING file
|
2015-03-03 12:20:51 +00:00
|
|
|
|
2014-11-25 12:20:07 +00:00
|
|
|
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 2.43.1-1
|
|
|
|
- Update to 2.43.1
|
|
|
|
|
2014-09-22 21:17:51 +00:00
|
|
|
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.42.0-1
|
|
|
|
- Update to 2.42.0
|
|
|
|
|
2014-09-15 13:43:30 +00:00
|
|
|
* Mon Sep 15 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.92-1
|
|
|
|
- Update to 2.41.92
|
|
|
|
|
2014-09-04 16:09:51 +00:00
|
|
|
* Thu Sep 4 2014 Vadim Rutkovsky <vrutkovs@redhat.com> - 2.41.4-3
|
|
|
|
- Build installed tests
|
|
|
|
|
2014-08-16 16:44:02 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.41.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 15:16:58 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.4-1
|
|
|
|
- Update to 2.41.4
|
|
|
|
|
2014-06-24 13:36:37 +00:00
|
|
|
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 2.41.3-1
|
|
|
|
- Update to 2.41.3
|
|
|
|
|
2014-06-07 16:12:30 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.40.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-15 20:12:16 +00:00
|
|
|
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 2.40.1-1
|
|
|
|
- Update to 2.40.1
|
|
|
|
|
2014-04-05 15:56:29 +00:00
|
|
|
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 2.40.0-2
|
|
|
|
- Update dep versions
|
|
|
|
|
2014-03-24 22:40:59 +00:00
|
|
|
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 2.40.0-1
|
|
|
|
- Update to 2.40.0
|
|
|
|
|
2014-02-18 15:47:27 +00:00
|
|
|
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 2.39.90-1
|
|
|
|
- Update to 2.39.90
|
|
|
|
|
2013-12-17 10:52:02 +00:00
|
|
|
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 2.39.3-1
|
|
|
|
- Update to 2.39.3
|
|
|
|
|
2013-11-25 15:56:20 +00:00
|
|
|
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 2.39.1-1
|
|
|
|
- Update to 2.39.1
|
|
|
|
|
2013-11-14 17:42:31 +00:00
|
|
|
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 2.38.2-1
|
|
|
|
- Update to 2.38.2
|
|
|
|
|
2013-10-28 21:46:08 +00:00
|
|
|
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 2.38.1-1
|
|
|
|
- Update to 2.38.1
|
|
|
|
|
2013-09-24 21:19:30 +00:00
|
|
|
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 2.38.0-1
|
|
|
|
- Update to 2.38.0
|
|
|
|
|
2013-08-09 20:18:05 +00:00
|
|
|
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.5-1
|
|
|
|
- Update to 2.37.5
|
|
|
|
|
2013-08-03 14:45:43 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.37.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-02 11:59:49 +00:00
|
|
|
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.2-1
|
|
|
|
- Update to 2.37.2
|
|
|
|
|
2013-05-03 20:21:56 +00:00
|
|
|
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.1-1
|
|
|
|
- Update to 2.37.1
|
|
|
|
|
2013-04-16 15:49:53 +00:00
|
|
|
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 2.36.1-1
|
|
|
|
- Update to 2.36.1
|
|
|
|
|
2013-03-25 22:54:53 +00:00
|
|
|
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 2.36.0-1
|
|
|
|
- Update to 2.36.0
|
|
|
|
|
2013-03-07 15:34:01 +00:00
|
|
|
* Thu Mar 7 2013 Matthias Clasen <mclasen@redhat.com> - 2.35.9-1
|
|
|
|
- Update to 2.35.9
|
|
|
|
|
2013-02-20 23:15:30 +00:00
|
|
|
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 2.35.8-1
|
|
|
|
- Update to 2.35.8
|
|
|
|
|
2013-02-05 22:27:33 +00:00
|
|
|
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 2.35.6-1
|
|
|
|
- Update to 2.35.6
|
|
|
|
|
2013-01-16 00:54:13 +00:00
|
|
|
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.35.4-1
|
|
|
|
- Update to 2.35.4
|
|
|
|
|
2012-12-20 19:58:12 +00:00
|
|
|
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.3-1
|
|
|
|
- Update to 2.35.3
|
|
|
|
|
2012-11-08 22:22:10 +00:00
|
|
|
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.1-1
|
|
|
|
- Update to 2.35.1
|
|
|
|
|
2012-09-25 17:27:40 +00:00
|
|
|
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 2.34.0-1
|
|
|
|
- Update to 2.34.0
|
|
|
|
|
2012-09-18 12:29:11 +00:00
|
|
|
* Tue Sep 18 2012 Kalev Lember <kalevlember@gmail.com> - 2.33.14-1
|
|
|
|
- Update to 2.33.14
|
|
|
|
|
2012-09-05 17:28:18 +00:00
|
|
|
* Wed Sep 5 2012 Debarshi Ray <rishi@fedoraproject.org> - 2.33.12-1
|
|
|
|
- Update to 2.33.12
|
|
|
|
|
2012-09-03 17:12:41 +00:00
|
|
|
* Mon Sep 3 2012 Matthias Clasen <mclasen@redhat.com> - 2.33.10-1
|
|
|
|
- Update to 2.33.10
|
|
|
|
|
2012-07-27 05:16:15 +00:00
|
|
|
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.33.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-26 09:48:16 +00:00
|
|
|
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 2.33.3-1
|
|
|
|
- Update to 2.33.3
|
|
|
|
|
2012-05-05 16:29:55 +00:00
|
|
|
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 2.33.2-1
|
|
|
|
- Update to 2.33.2
|
|
|
|
- Use --disable-static instead of removing built static libs in %%install
|
|
|
|
|
2012-04-16 22:27:15 +00:00
|
|
|
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.32.1-1
|
|
|
|
- Update to 2.32.1
|
|
|
|
|
2012-03-28 09:12:51 +00:00
|
|
|
* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 2.32.0-1
|
|
|
|
- Update to 2.32.0
|
|
|
|
|
2012-03-28 02:20:38 +00:00
|
|
|
* Tue Mar 27 2012 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
|
|
|
|
- Update to 2.32.0
|
|
|
|
|
2012-03-20 20:28:04 +00:00
|
|
|
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.31.22-1
|
|
|
|
- Update to 2.31.22
|
|
|
|
|
2012-03-06 01:55:44 +00:00
|
|
|
* Mon Mar 5 2012 Matthias Clasen <mclasen@redhat.com> - 2.31.20-1
|
|
|
|
- Update to 2.31.20
|
|
|
|
|
2012-02-07 18:56:05 +00:00
|
|
|
* Tue Feb 7 2012 Matthias Clasen <mclasen@redhat.com> - 2.31.16-1
|
|
|
|
- Update to 2.31.16
|
|
|
|
|
2012-01-13 03:36:23 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.31.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-21 01:17:40 +00:00
|
|
|
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.31.6
|
|
|
|
- Update to 2.31.6
|
|
|
|
|
2011-11-22 01:52:36 +00:00
|
|
|
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.31.2
|
|
|
|
- Update to 2.31.2
|
|
|
|
|
2011-11-02 19:11:52 +00:00
|
|
|
* Wed Nov 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.31.0
|
|
|
|
- Update to 2.31.0
|
|
|
|
|
2011-10-26 23:50:44 +00:00
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.30.1-2
|
|
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
|
2011-10-18 03:41:08 +00:00
|
|
|
* Mon Oct 17 2011 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
|
|
|
|
- Update to 2.30.1
|
|
|
|
|
2011-09-27 03:08:46 +00:00
|
|
|
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 2.30.0-1
|
|
|
|
- Update to 2.30.0
|
|
|
|
|
2011-09-19 23:13:47 +00:00
|
|
|
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> 2.29.92-1
|
|
|
|
- Update to 2.29.92
|
|
|
|
|
2011-07-05 09:30:17 +00:00
|
|
|
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 2.29.9-1
|
|
|
|
- Update to 2.29.9
|
|
|
|
|
2011-04-27 16:18:02 +00:00
|
|
|
* Wed Apr 27 2011 Dan Winship <danw@redhat.com> - 2.28.6.1-2
|
|
|
|
- Require gsettings-desktop-schemas, for GNOME proxy support
|
|
|
|
|
2011-04-26 19:02:57 +00:00
|
|
|
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.6.1-1
|
|
|
|
- Update to 2.28.6.1
|
|
|
|
|
2011-04-26 01:39:47 +00:00
|
|
|
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.6-1
|
|
|
|
- Update to 2.28.6
|
|
|
|
|
2011-04-04 17:16:59 +00:00
|
|
|
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.5-1
|
|
|
|
- Update to 2.28.5
|
|
|
|
|
2011-03-22 11:49:32 +00:00
|
|
|
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.4-1
|
|
|
|
- Update to 2.28.4
|
|
|
|
|
2011-02-22 15:20:35 +00:00
|
|
|
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
|
|
|
|
- Update to 2.28.0
|
|
|
|
|
2011-02-09 02:27:36 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.90-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-17 16:43:03 +00:00
|
|
|
* Mon Jan 17 2011 Dan Winship <danw@redhat.com> - 2.27.90-1
|
|
|
|
- Update to 2.27.90, including TLS support
|
|
|
|
|
2010-11-01 23:28:51 +00:00
|
|
|
* Mon Nov 1 2010 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
|
|
|
|
- Update to 2.26.0
|
|
|
|
|
2010-10-08 22:20:04 +00:00
|
|
|
* Thu Oct 7 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.0-1
|
|
|
|
- Initial packaging
|