From 24d546fcc9f2efcf68bf1b59090050cd9e6bfd4c Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 26 Nov 2024 16:05:52 +0300 Subject: [PATCH] import glib-networking-2.80.0-2.el10 --- .gitignore | 1 + .glib-networking.metadata | 1 + SPECS/glib-networking.spec | 614 +++++++++++++++++++++++++++++++++++++ 3 files changed, 616 insertions(+) create mode 100644 .gitignore create mode 100644 .glib-networking.metadata create mode 100644 SPECS/glib-networking.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03710c1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/glib-networking-2.80.0.tar.xz diff --git a/.glib-networking.metadata b/.glib-networking.metadata new file mode 100644 index 0000000..a4304c5 --- /dev/null +++ b/.glib-networking.metadata @@ -0,0 +1 @@ +746f00f1601818ba670366c90f9511c8babec90a SOURCES/glib-networking-2.80.0.tar.xz diff --git a/SPECS/glib-networking.spec b/SPECS/glib-networking.spec new file mode 100644 index 0000000..b473124 --- /dev/null +++ b/SPECS/glib-networking.spec @@ -0,0 +1,614 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.1) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 2; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + +%define glib2_version 2.73.3 + +%global tarball_version %%(echo %{version} | tr '~' '.') + +Name: glib-networking +Version: 2.80.0 +Release: %autorelease +Summary: Networking support for GLib + +License: LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception +URL: https://gitlab.gnome.org/GNOME/glib-networking +Source0: https://download.gnome.org/sources/glib-networking/2.80/%{name}-%{tarball_version}.tar.xz + +BuildRequires: ca-certificates +BuildRequires: gcc +BuildRequires: gettext +BuildRequires: meson +BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(gnutls) +BuildRequires: pkgconfig(gsettings-desktop-schemas) +BuildRequires: pkgconfig(libproxy-1.0) +BuildRequires: pkgconfig(p11-kit-1) +BuildRequires: systemd-rpm-macros + +Requires: ca-certificates +Requires: glib2%{?_isa} >= %{glib2_version} +Requires: gsettings-desktop-schemas + +# For glib-pacrunner +Recommends: libproxy-duktape + +%description +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. + +%package tests +Summary: Tests for the glib-networking package +# glib-networking-2.78.0/tls/tests/mock-pkcs11.c is Apache-2.0 +# pkcs11t.h is LicenseRef-RSA +# dtls-connection.c is LGPL-2.0-or-later but not currently included in the binaries +License: LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception AND Apache-2.0 AND LicenseRef-RSA +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. + +%prep +%autosetup -p1 -n %{name}-%{tarball_version} + +%build +%meson -Dinstalled_tests=true +%meson_build + +%install +%meson_install + +%check +%meson_test + +%find_lang %{name} + +%files -f %{name}.lang +%license COPYING LICENSE_EXCEPTION +%doc NEWS README +%{_libdir}/gio/modules/libgiognomeproxy.so +%{_libdir}/gio/modules/libgiognutls.so +%{_libdir}/gio/modules/libgiolibproxy.so +%{_libexecdir}/glib-pacrunner +%{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service +%{_userunitdir}/glib-pacrunner.service + +%files tests +%{_libexecdir}/installed-tests/glib-networking +%{_datadir}/installed-tests + +%changelog +* Tue Nov 26 2024 MSVSphere Packaging Team - 2.80.0-2 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Mon Jun 24 2024 Troy Dawson - 2.80.0-2 +- Bump release for June 2024 mass rebuild + +* Thu Apr 18 2024 Michael Catanzaro - 2.80.0-1 +- Update to 2.80.0 + +* Thu Apr 18 2024 Michael Catanzaro - 2.80~alpha-4 +- libproxy lives! Remove the !libproxy conditionals + +* Thu Apr 18 2024 Tomas Popela - 2.80~alpha-3 +- Fix license tag so its validated by license-validate + +* Tue Apr 09 2024 Tomas Pelka - 2.80~alpha-2 +- Update file gating.yaml + +* Fri Jan 26 2024 David King - 2.80~alpha-1 +- Update to 2.80.alpha + +* Wed Jan 24 2024 Fedora Release Engineering - 2.78.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 2.78.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Dec 15 2023 David King - 2.78.0-3 +- Run tests during check phase + +* Fri Dec 15 2023 Miroslav Suchý - 2.78.0-2 +- Migrate to SPDX license + +* Sat Sep 16 2023 Kalev Lember - 2.78.0-1 +- Update to 2.78.0 + +* Wed Jul 19 2023 Fedora Release Engineering - 2.76.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Fri Jun 30 2023 Kalev Lember - 2.76.1-1 +- Update to 2.76.1 + +* Sat Mar 18 2023 David King - 2.76.0-2 +- Update to 2.76.0 + +* Sat Mar 18 2023 David King - 2.76.0-1 +- Update to 2.76.0 + +* Wed Feb 15 2023 David King - 2.76~beta-1 +- Update to 2.76.beta + +* Mon Feb 13 2023 Michael Catanzaro - 2.76~alpha-4 +- Fix file list + +* Mon Feb 13 2023 Michael Catanzaro - 2.76~alpha-3 +- Unconditionally enable libproxy, at least for now + +* Mon Feb 13 2023 Michael Catanzaro - 2.76~alpha-2 +- Build environment proxy module only if libproxy module is disabled + +* Tue Feb 07 2023 David King - 2.76~alpha-1 +- Update to 2.76.alpha + +* Thu Jan 19 2023 Fedora Release Engineering - 2.74.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Mon Sep 19 2022 Kalev Lember - 2.74.0-1 +- Update to 2.74.0 + +* Tue Sep 06 2022 Kalev Lember - 2.74~rc-1 +- Update to 2.74.rc + +* Tue Jul 26 2022 Michael Catanzaro - 2.74~alpha-4 +- Restore certificate revocation checking + +* Tue Jul 26 2022 Michael Catanzaro - 2.74~alpha-3 +- libproxy-webkitgtk4 -> libproxy-duktape + +* Thu Jul 21 2022 Fedora Release Engineering - 2.74~alpha-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue Jul 12 2022 Kalev Lember - 2.74~alpha-1 +- Update to 2.74.alpha + +* Wed Mar 23 2022 David King - 2.72.0-1 +- Update to 2.72.0 + +* Thu Feb 24 2022 Michael Catanzaro - 2.72~beta-2 +- Add Recommends: libproxy-webkitgtk4, so glib-pacrunner works + +* Sun Feb 13 2022 David King - 2.72~beta-1 +- Update to 42.beta + +* Thu Jan 20 2022 Fedora Release Engineering - 2.72~alpha-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Sat Jan 08 2022 David King - 2.72~alpha-1 +- Update to 2.72.alpha + +* Thu Sep 16 2021 Kalev Lember - 2.70.0-1 +- Update to 2.70.0 + +* Wed Sep 08 2021 Kalev Lember - 2.70~rc-1 +- Update to 2.70.rc + +* Mon Aug 16 2021 Kalev Lember - 2.70~beta-1 +- Update to 2.70.beta + +* Wed Aug 04 2021 Kalev Lember - 2.68.1-4 +- BuildRequire systemd-rpm-macros rather than systemd + +* Thu Jul 22 2021 Fedora Release Engineering - 2.68.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon Jun 07 2021 Michael Catanzaro - 2.68.1-2 +- Disable libproxy in RHEL + +* Thu Apr 22 2021 Michael Catanzaro - 2.68.1-1 +- Update to 2.68.1 + +* Mon Mar 22 2021 Kalev Lember - 2.68.0-1 +- Update to 2.68.0 + +* Mon Mar 15 2021 Kalev Lember - 2.68~rc-1 +- Update to 2.68.rc + +* Thu Feb 18 2021 Kalev Lember - 2.68~alpha-1 +- Update to 2.68.alpha + +* Tue Jan 26 2021 Fedora Release Engineering - 2.66.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Sep 12 2020 Kalev Lember - 2.66.0-1 +- Update to 2.66.0 + +* Mon Aug 17 2020 Kalev Lember - 2.65.90-1 +- Update to 2.65.90 + +* Sat Aug 01 2020 Fedora Release Engineering - 2.65.1-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 2.65.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 20 2020 Kalev Lember - 2.65.1-1 +- Update to 2.65.1 + +* Fri May 29 2020 Kalev Lember - 2.64.3-1 +- Update to 2.64.3 + +* Tue Apr 14 2020 Michael Catanzaro - 2.64.2-1 +- Update to 2.64.2 + +* Sat Mar 28 2020 Kalev Lember - 2.64.1-1 +- Update to 2.64.1 + +* Fri Mar 06 2020 Kalev Lember - 2.64.0-1 +- Update to 2.64.0 + +* Mon Mar 02 2020 Kalev Lember - 2.63.92-1 +- Update to 2.63.92 + +* Mon Feb 17 2020 Kalev Lember - 2.63.91-1 +- Update to 2.63.91 + +* Mon Feb 03 2020 Kalev Lember - 2.63.90-1 +- Update to 2.63.90 +- Drop fedora-crypto-policy.patch that's no longer needed with 2.63.90 + +* Tue Jan 28 2020 Fedora Release Engineering - 2.62.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Jan 07 2020 Kalev Lember - 2.62.3-1 +- Update to 2.62.3 + +* Mon Dec 09 2019 Kalev Lember - 2.62.2-1 +- Update to 2.62.2 + +* Mon Oct 07 2019 Kalev Lember - 2.62.1-1 +- Update to 2.62.1 + +* Sat Sep 07 2019 Kalev Lember - 2.62.0-1 +- Update to 2.62.0 + +* Tue Sep 03 2019 Kalev Lember - 2.61.92-1 +- Update to 2.61.92 + +* Mon Aug 12 2019 Kalev Lember - 2.61.90-1 +- Update to 2.61.90 + +* Mon Aug 5 2019 Owen Taylor - 2.61.2-1 +- Update to 2.61.2 + +* Thu Jul 25 2019 Fedora Release Engineering - 2.61.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Jun 09 2019 Kalev Lember - 2.61.1-1 +- Update to 2.61.1 + +* Mon May 06 2019 Kalev Lember - 2.60.2-1 +- Update to 2.60.2 + +* Tue Apr 16 2019 Adam Williamson - 2.60.1-2 +- Rebuild with Meson fix for #1699099 + +* Tue Apr 02 2019 Kalev Lember - 2.60.1-1 +- Update to 2.60.1 + +* Wed Mar 13 2019 Kalev Lember - 2.60.0.1-1 +- Update to 2.60.0.1 + +* Mon Mar 11 2019 Kalev Lember - 2.60.0-1 +- Update to 2.60.0 + +* Mon Mar 04 2019 Kalev Lember - 2.59.92-1 +- Update to 2.59.92 + +* Tue Feb 19 2019 Kalev Lember - 2.59.91-1 +- Update to 2.59.91 + +* Tue Feb 05 2019 Kalev Lember - 2.59.90-1 +- Update to 2.59.90 + +* Thu Jan 31 2019 Fedora Release Engineering - 2.59.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Jan 08 2019 Kalev Lember - 2.59.2-1 +- Update to 2.59.2 + +* Tue Nov 20 2018 Dan Winship - 2.58.0-3 +- Remove Fedora-only conditional on the crypto policy patch + +* Fri Sep 07 2018 Kalev Lember - 2.58.0-2 +- Rebuilt for GNOME 3.30.0 megaupdate + +* Sun Sep 02 2018 Michael Catanzaro - 2.58.0-1 +- Update to 2.58.0 + +* Mon Aug 13 2018 Kalev Lember - 2.57.90-1 +- Update to 2.57.90 + +* Tue Jul 31 2018 Florian Weimer - 2.56.1-3 +- Rebuild with fixed binutils + +* Fri Jul 13 2018 Fedora Release Engineering - 2.56.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue May 22 2018 Kalev Lember - 2.56.1-1 +- Update to 2.56.1 + +* Sun Mar 11 2018 Kalev Lember - 2.56.0-1 +- Update to 2.56.0 + +* Wed Feb 28 2018 Michael Catanzaro - 2.55.90-1 +- Update to 2.55.90 + +* Wed Feb 07 2018 Fedora Release Engineering - 2.55.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Tue Dec 19 2017 Kalev Lember - 2.55.2-1 +- Update to 2.55.2 +- Switch to the meson build system + +* Wed Nov 01 2017 Kalev Lember - 2.54.1-1 +- Update to 2.54.1 + +* Wed Sep 13 2017 Kalev Lember - 2.54.0-1 +- Update to 2.54.0 + +* Tue Aug 15 2017 Kalev Lember - 2.53.90-1 +- Update to 2.53.90 +- Rebase fedora-crypto-policy.patch + +* Wed Aug 02 2017 Fedora Release Engineering - 2.50.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 2.50.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 2.50.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Sep 19 2016 Kalev Lember - 2.50.0-1 +- Update to 2.50.0 +- Don't set group tags + +* Thu Aug 18 2016 Kalev Lember - 2.49.90-1 +- Update to 2.49.90 + +* Tue Jul 5 2016 Ville Skyttä - 2.48.2-3 +- Remove scriptlets handled by glib2's file triggers + +* Wed Jun 15 2016 Michael Catanzaro - 2.48.2-2 +- Comply with Fedora system-wide crypto policy + +* Mon May 09 2016 Kalev Lember - 2.48.2-1 +- Update to 2.48.2 + +* Thu Apr 28 2016 Michael Catanzaro - 2.48.1-1 +- Update to 2.48.1 +- Add patch for GNOME #765317 + +* Tue Mar 22 2016 Kalev Lember - 2.48.0-1 +- Update to 2.48.0 + +* Tue Feb 16 2016 Richard Hughes - 2.47.90-1 +- Update to 2.47.90 + +* Wed Feb 03 2016 Fedora Release Engineering - 2.47.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Oct 28 2015 Kalev Lember - 2.47.1-1 +- Update to 2.47.1 + +* Mon Oct 12 2015 Kalev Lember - 2.46.1-1 +- Update to 2.46.1 + +* Mon Sep 21 2015 Kalev Lember - 2.46.0-1 +- Update to 2.46.0 +- Use make_install macro + +* Wed Jun 17 2015 Fedora Release Engineering - 2.45.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Apr 30 2015 Kalev Lember - 2.45.1-1 +- Update to 2.45.1 + +* Mon Mar 23 2015 Kalev Lember - 2.44.0-1 +- Update to 2.44.0 + +* Tue Mar 17 2015 Kalev Lember - 2.43.92-1 +- Update to 2.43.92 + +* Tue Mar 03 2015 Kalev Lember - 2.43.91-1 +- Update to 2.43.91 +- Use the %%license macro for the COPYING file + +* Tue Nov 25 2014 Kalev Lember - 2.43.1-1 +- Update to 2.43.1 + +* Mon Sep 22 2014 Kalev Lember - 2.42.0-1 +- Update to 2.42.0 + +* Mon Sep 15 2014 Kalev Lember - 2.41.92-1 +- Update to 2.41.92 + +* Thu Sep 4 2014 Vadim Rutkovsky - 2.41.4-3 +- Build installed tests + +* Sat Aug 16 2014 Fedora Release Engineering - 2.41.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Tue Jul 22 2014 Kalev Lember - 2.41.4-1 +- Update to 2.41.4 + +* Tue Jun 24 2014 Richard Hughes - 2.41.3-1 +- Update to 2.41.3 + +* Sat Jun 07 2014 Fedora Release Engineering - 2.40.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Apr 15 2014 Kalev Lember - 2.40.1-1 +- Update to 2.40.1 + +* Sat Apr 05 2014 Kalev Lember - 2.40.0-2 +- Update dep versions + +* Mon Mar 24 2014 Richard Hughes - 2.40.0-1 +- Update to 2.40.0 + +* Tue Feb 18 2014 Richard Hughes - 2.39.90-1 +- Update to 2.39.90 + +* Tue Dec 17 2013 Richard Hughes - 2.39.3-1 +- Update to 2.39.3 + +* Mon Nov 25 2013 Richard Hughes - 2.39.1-1 +- Update to 2.39.1 + +* Thu Nov 14 2013 Richard Hughes - 2.38.2-1 +- Update to 2.38.2 + +* Mon Oct 28 2013 Richard Hughes - 2.38.1-1 +- Update to 2.38.1 + +* Tue Sep 24 2013 Kalev Lember - 2.38.0-1 +- Update to 2.38.0 + +* Fri Aug 09 2013 Kalev Lember - 2.37.5-1 +- Update to 2.37.5 + +* Sat Aug 03 2013 Fedora Release Engineering - 2.37.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Sun Jun 02 2013 Kalev Lember - 2.37.2-1 +- Update to 2.37.2 + +* Sat May 04 2013 Kalev Lember - 2.37.1-1 +- Update to 2.37.1 + +* Tue Apr 16 2013 Richard Hughes - 2.36.1-1 +- Update to 2.36.1 + +* Mon Mar 25 2013 Kalev Lember - 2.36.0-1 +- Update to 2.36.0 + +* Thu Mar 7 2013 Matthias Clasen - 2.35.9-1 +- Update to 2.35.9 + +* Thu Feb 21 2013 Kalev Lember - 2.35.8-1 +- Update to 2.35.8 + +* Wed Feb 06 2013 Kalev Lember - 2.35.6-1 +- Update to 2.35.6 + +* Tue Jan 15 2013 Matthias Clasen - 2.35.4-1 +- Update to 2.35.4 + +* Thu Dec 20 2012 Kalev Lember - 2.35.3-1 +- Update to 2.35.3 + +* Fri Nov 09 2012 Kalev Lember - 2.35.1-1 +- Update to 2.35.1 + +* Tue Sep 25 2012 Kalev Lember - 2.34.0-1 +- Update to 2.34.0 + +* Tue Sep 18 2012 Kalev Lember - 2.33.14-1 +- Update to 2.33.14 + +* Wed Sep 5 2012 Debarshi Ray - 2.33.12-1 +- Update to 2.33.12 + +* Mon Sep 3 2012 Matthias Clasen - 2.33.10-1 +- Update to 2.33.10 + +* Fri Jul 27 2012 Fedora Release Engineering - 2.33.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 26 2012 Richard Hughes - 2.33.3-1 +- Update to 2.33.3 + +* Sat May 05 2012 Kalev Lember - 2.33.2-1 +- Update to 2.33.2 +- Use --disable-static instead of removing built static libs in %%install + +* Tue Apr 17 2012 Kalev Lember - 2.32.1-1 +- Update to 2.32.1 + +* Wed Mar 28 2012 Richard Hughes - 2.32.0-1 +- Update to 2.32.0 + +* Tue Mar 27 2012 Matthias Clasen - 2.32.0-1 +- Update to 2.32.0 + +* Tue Mar 20 2012 Kalev Lember - 2.31.22-1 +- Update to 2.31.22 + +* Mon Mar 5 2012 Matthias Clasen - 2.31.20-1 +- Update to 2.31.20 + +* Tue Feb 7 2012 Matthias Clasen - 2.31.16-1 +- Update to 2.31.16 + +* Fri Jan 13 2012 Fedora Release Engineering - 2.31.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Dec 20 2011 Matthias Clasen - 2.31.6 +- Update to 2.31.6 + +* Mon Nov 21 2011 Matthias Clasen - 2.31.2 +- Update to 2.31.2 + +* Wed Nov 2 2011 Matthias Clasen - 2.31.0 +- Update to 2.31.0 + +* Wed Oct 26 2011 Fedora Release Engineering - 2.30.1-2 +- Rebuilt for glibc bug#747377 + +* Mon Oct 17 2011 Matthias Clasen - 2.30.1-1 +- Update to 2.30.1 + +* Mon Sep 26 2011 Ray - 2.30.0-1 +- Update to 2.30.0 + +* Mon Sep 19 2011 Matthias Clasen 2.29.92-1 +- Update to 2.29.92 + +* Tue Jul 05 2011 Bastien Nocera 2.29.9-1 +- Update to 2.29.9 + +* Wed Apr 27 2011 Dan Winship - 2.28.6.1-2 +- Require gsettings-desktop-schemas, for GNOME proxy support + +* Tue Apr 26 2011 Matthias Clasen - 2.28.6.1-1 +- Update to 2.28.6.1 + +* Mon Apr 25 2011 Matthias Clasen - 2.28.6-1 +- Update to 2.28.6 + +* Mon Apr 4 2011 Matthias Clasen - 2.28.5-1 +- Update to 2.28.5 + +* Tue Mar 22 2011 Matthias Clasen - 2.28.4-1 +- Update to 2.28.4 + +* Tue Feb 22 2011 Matthias Clasen - 2.28.0-1 +- Update to 2.28.0 + +* Tue Feb 08 2011 Fedora Release Engineering - 2.27.90-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Jan 17 2011 Dan Winship - 2.27.90-1 +- Update to 2.27.90, including TLS support + +* Mon Nov 1 2010 Matthias Clasen - 2.26.0-1 +- Update to 2.26.0 + +* Thu Oct 7 2010 Matthias Clasen - 2.25.0-1 +- Initial packaging + +## END: Generated by rpmautospec