|
|
b0c68d |
Name: libgweather
|
|
|
f335b0 |
Version: 3.26.0
|
|
|
856b15 |
Release: 1%{?dist}
|
|
|
b0c68d |
Summary: A library for weather information
|
|
|
b0c68d |
|
|
|
b0c68d |
License: GPLv2+
|
|
|
856b15 |
URL: https://wiki.gnome.org/Projects/LibGWeather
|
|
|
856b15 |
Source0: https://download.gnome.org/sources/libgweather/3.20/%{name}-%{version}.tar.xz
|
|
|
856b15 |
Patch0: libgweather-3.20.3-fix-includes.patch
|
|
|
856b15 |
|
|
|
856b15 |
BuildRequires: pkgconfig(geocode-glib-1.0)
|
|
|
856b15 |
BuildRequires: pkgconfig(gladeui-2.0)
|
|
|
856b15 |
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10
|
|
|
856b15 |
BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.5
|
|
|
856b15 |
BuildRequires: pkgconfig(libsoup-2.4) >= 2.34
|
|
|
856b15 |
BuildRequires: pkgconfig(libxml-2.0) >= 2.6.0
|
|
|
b0c68d |
BuildRequires: gettext
|
|
|
b0c68d |
BuildRequires: intltool
|
|
|
b0c68d |
BuildRequires: gnome-common
|
|
|
024c64 |
BuildRequires: vala-devel
|
|
|
856b15 |
BuildRequires: vala
|
|
|
17bd2e |
|
|
|
b0c68d |
%description
|
|
|
b0c68d |
libgweather is a library to access weather information from online
|
|
|
b0c68d |
services for numerous locations.
|
|
|
b0c68d |
|
|
|
b0c68d |
|
|
|
b0c68d |
%package devel
|
|
|
b0c68d |
Summary: Development files for %{name}
|
|
|
024c64 |
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
|
b0c68d |
|
|
|
b0c68d |
%description devel
|
|
|
b0c68d |
The %{name}-devel package contains libraries and header files for
|
|
|
b0c68d |
developing applications that use %{name}.
|
|
|
b0c68d |
|
|
|
b0c68d |
|
|
|
b0c68d |
%prep
|
|
|
b0c68d |
%setup -q
|
|
|
040d47 |
%patch0 -p1
|
|
|
b0c68d |
|
|
|
b0c68d |
%build
|
|
|
b0c68d |
%configure --disable-static --disable-gtk-doc
|
|
|
b0c68d |
make %{?_smp_mflags}
|
|
|
b0c68d |
|
|
|
b0c68d |
%install
|
|
|
856b15 |
%make_install
|
|
|
b0c68d |
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
b0c68d |
|
|
|
b0c68d |
%find_lang %{name} --all-name
|
|
|
b0c68d |
|
|
|
b0c68d |
%post
|
|
|
b0c68d |
/sbin/ldconfig
|
|
|
b0c68d |
|
|
|
b0c68d |
%postun
|
|
|
b0c68d |
/sbin/ldconfig
|
|
|
b0c68d |
if [ $1 -eq 0 ]; then
|
|
|
b0c68d |
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
b0c68d |
fi
|
|
|
b0c68d |
|
|
|
b0c68d |
%posttrans
|
|
|
b0c68d |
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
b0c68d |
|
|
|
b0c68d |
%files -f %{name}.lang
|
|
|
856b15 |
%doc HACKING NEWS README
|
|
|
856b15 |
%license COPYING
|
|
|
b0c68d |
%{_libdir}/libgweather-3.so.*
|
|
|
b0c68d |
%{_libdir}/girepository-1.0/GWeather-3.0.typelib
|
|
|
b0c68d |
%dir %{_datadir}/libgweather
|
|
|
b0c68d |
%{_datadir}/libgweather/Locations.xml
|
|
|
b0c68d |
%{_datadir}/libgweather/locations.dtd
|
|
|
b0c68d |
%{_datadir}/glib-2.0/schemas/org.gnome.GWeather.enums.xml
|
|
|
b0c68d |
%{_datadir}/glib-2.0/schemas/org.gnome.GWeather.gschema.xml
|
|
|
b0c68d |
|
|
|
b0c68d |
%files devel
|
|
|
b0c68d |
%{_includedir}/libgweather-3.0
|
|
|
b0c68d |
%{_libdir}/libgweather-3.so
|
|
|
b0c68d |
%{_libdir}/pkgconfig/gweather-3.0.pc
|
|
|
b0c68d |
%{_datadir}/gir-1.0/GWeather-3.0.gir
|
|
|
024c64 |
%dir %{_datadir}/glade/
|
|
|
024c64 |
%dir %{_datadir}/glade/catalogs/
|
|
|
024c64 |
%{_datadir}/glade/catalogs/libgweather.xml
|
|
|
b0c68d |
%dir %{_datadir}/gtk-doc
|
|
|
b0c68d |
%dir %{_datadir}/gtk-doc/html
|
|
|
b0c68d |
%{_datadir}/gtk-doc/html/libgweather-3.0
|
|
|
024c64 |
%dir %{_datadir}/vala/
|
|
|
024c64 |
%dir %{_datadir}/vala/vapi/
|
|
|
024c64 |
%{_datadir}/vala/vapi/gweather-3.0.vapi
|
|
|
b0c68d |
|
|
|
b0c68d |
|
|
|
b0c68d |
%changelog
|
|
|
f335b0 |
* Mon Oct 23 2017 Florian Müllner <fmuellner@redhat.com> - 3.26.0-1
|
|
|
f335b0 |
- Update to 3.26.0
|
|
|
f335b0 |
- Related: #1481381
|
|
|
f335b0 |
|
|
|
856b15 |
* Tue Dec 27 2016 Kalev Lember <klember@redhat.com> - 3.20.4-1
|
|
|
856b15 |
- Update to 3.20.4
|
|
|
856b15 |
- Resolves: #1387009
|
|
|
856b15 |
|
|
|
040d47 |
* Wed Aug 31 2016 Kalev Lember <klember@redhat.com> - 3.14.1-3
|
|
|
040d47 |
- Switch to new METAR data provider
|
|
|
040d47 |
- Resolves: #1371550
|
|
|
040d47 |
|
|
|
040d47 |
* Fri Jul 1 2016 Matthias Clasen <mclasen@redhat.com> - 3.14.1-2
|
|
|
040d47 |
- Update translations
|
|
|
040d47 |
Resolves: #1304249
|
|
|
040d47 |
|
|
|
024c64 |
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
|
|
|
024c64 |
- Update to 3.14.1
|
|
|
024c64 |
- Resolves: #1174505
|
|
|
024c64 |
|
|
|
17bd2e |
* Thu Sep 11 2014 Zeeshan Ali <zeenix@redhat.com> - 3.8.2-5
|
|
|
17bd2e |
- yr.no API changes (related: #1139747).
|
|
|
17bd2e |
|
|
|
484999 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.2-4
|
|
|
484999 |
- Mass rebuild 2014-01-24
|
|
|
484999 |
|
|
|
484999 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.2-3
|
|
|
484999 |
- Mass rebuild 2013-12-27
|
|
|
484999 |
|
|
|
484999 |
* Mon Dec 2 2013 Zeeshan Ali <zeenix@redhat.com> - 3.8.2-2
|
|
|
484999 |
- Complete translations (related: #1030365).
|
|
|
484999 |
|
|
|
b0c68d |
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
|
|
|
b0c68d |
- Update to 3.8.2
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
|
|
|
b0c68d |
- Update to 3.8.1
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
|
|
|
b0c68d |
- Update to 3.8.0
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
|
|
|
b0c68d |
- Update to 3.7.92
|
|
|
b0c68d |
|
|
|
b0c68d |
* Thu Mar 7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
|
|
|
b0c68d |
- Update to 3.7.91
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
|
|
|
b0c68d |
- Update to 3.7.90
|
|
|
b0c68d |
|
|
|
b0c68d |
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-1
|
|
|
b0c68d |
- Update to 3.7.5
|
|
|
b0c68d |
|
|
|
b0c68d |
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
|
|
|
b0c68d |
- Update to 3.7.4
|
|
|
b0c68d |
|
|
|
b0c68d |
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
|
|
|
b0c68d |
- Update to 3.7.3
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
|
|
|
b0c68d |
- Update to 3.7.2
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.2-1
|
|
|
b0c68d |
- Update to 3.6.2
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
|
|
|
b0c68d |
- Update to 3.6.1
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.0-1
|
|
|
b0c68d |
- Update to 3.6.0
|
|
|
b0c68d |
|
|
|
b0c68d |
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.92-2
|
|
|
b0c68d |
- Silence glib-compile-schemas scriplets
|
|
|
b0c68d |
|
|
|
b0c68d |
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
|
|
|
b0c68d |
- Update to 3.5.92
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
|
|
|
b0c68d |
- Update to 3.5.91
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
|
|
|
b0c68d |
- Update to 3.5.90
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
|
|
|
b0c68d |
- Update to 3.5.5
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
|
|
|
b0c68d |
- Update to 3.5.4
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Jun 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.1-1
|
|
|
b0c68d |
- Update to 3.5.1
|
|
|
b0c68d |
|
|
|
b0c68d |
* Thu Jan 12 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.1-2
|
|
|
b0c68d |
- Drop gtk-doc dependency
|
|
|
b0c68d |
|
|
|
b0c68d |
* Wed Nov 2 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
|
|
|
b0c68d |
- Update to 3.2.1
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
|
|
b0c68d |
- Update to 3.2.0
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
|
|
|
b0c68d |
- Update to 3.1.3
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Apr 4 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-1
|
|
|
b0c68d |
- Update to 3.0.0
|
|
|
b0c68d |
|
|
|
b0c68d |
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-3
|
|
|
b0c68d |
- Rebuild
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
|
|
|
b0c68d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
b0c68d |
|
|
|
b0c68d |
* Thu Feb 03 2011 Bastien Nocera <bnocera@redhat.com> 2.91.6-1
|
|
|
b0c68d |
- Update to 2.91.6
|
|
|
b0c68d |
|
|
|
b0c68d |
* Sun Jan 30 2011 Matthew Barnes <mbarnes@redhat.com> - 2.91.0-1
|
|
|
b0c68d |
- Update to 2.91.0
|
|
|
b0c68d |
|
|
|
b0c68d |
* Thu Sep 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.3-1
|
|
|
b0c68d |
- Update to 2.30.3
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
|
|
|
b0c68d |
- Update to 2.30.0
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
|
|
|
b0c68d |
- Update to 2.29.92
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Feb 23 2010 Matthias Clasen <mclasen@redhat.com> 2.29.91-1
|
|
|
b0c68d |
- Update to 2.29.91
|
|
|
b0c68d |
|
|
|
b0c68d |
* Wed Feb 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-1
|
|
|
b0c68d |
- Update to 2.29.90
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Jan 12 2010 Matthias Clasen <mclasen@redhat.com> 2.29.5-1
|
|
|
b0c68d |
- Update to 2.29.5
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> 2.29.4-1
|
|
|
b0c68d |
- Update to 2.29.4
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> 2.28.0-1
|
|
|
b0c68d |
- Update to 2.28.0
|
|
|
b0c68d |
|
|
|
b0c68d |
* Wed Sep 9 2009 Matthias Clasen <mclasen@redhat.com> 2.27.92-1
|
|
|
b0c68d |
- Update to 2.27.92
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Aug 25 2009 Matthias Clasen <mclasen@redhat.com> 2.27.91-1
|
|
|
b0c68d |
- Update to 2.27.91
|
|
|
b0c68d |
|
|
|
b0c68d |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.1-6
|
|
|
b0c68d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Jul 20 2009 Matthias Clasen <mclasen@redhat.com> 2.26.1-5
|
|
|
b0c68d |
- Keep locations in gettext catalogs
|
|
|
b0c68d |
|
|
|
b0c68d |
* Wed Jun 10 2009 Matthias Clasen <mclasen@redhat.com> 2.26.1-3
|
|
|
b0c68d |
- Fix multilib parallel-installability (#477672)
|
|
|
b0c68d |
- Remove some old optimizations that are now no-ops
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> 2.26.1-2
|
|
|
b0c68d |
- Don't drop schemas translations from po files
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> 2.26.1-1
|
|
|
b0c68d |
- Update to 2.26.1
|
|
|
b0c68d |
- See http://download.gnome.org/sources/libgweather/2.26/libgweather-2.26.1.news
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> 2.26.0-1
|
|
|
b0c68d |
- Update to 2.26.0
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Mar 3 2009 Matthias Clasen <mclasen@redhat.com> 2.25.92-1
|
|
|
b0c68d |
- Update to 2.25.92
|
|
|
b0c68d |
|
|
|
b0c68d |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
|
|
|
b0c68d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
b0c68d |
|
|
|
b0c68d |
* Wed Feb 18 2009 Matthias Clasen <mclasen@redhat.com> 2.25.91-1
|
|
|
b0c68d |
- Update to 2.25.91
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> 2.25.5-1
|
|
|
b0c68d |
- Upate to 2.25.5
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Jan 05 2009 Matthew Barnes <mbarnes@redhat.com> 2.25.4-1
|
|
|
b0c68d |
- Update to 2.25.4
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Dec 16 2008 Matthias Clasen <mclasen@redhat.com> 2.25.3-2
|
|
|
b0c68d |
- Update to 2.25.3
|
|
|
b0c68d |
|
|
|
b0c68d |
* Wed Dec 3 2008 Matthias Clasen <mclasen@redhat.com> 2.25.2-2
|
|
|
b0c68d |
- Update to 2.25.2
|
|
|
b0c68d |
|
|
|
b0c68d |
* Wed Oct 22 2008 Matthias Clasen <mclasen@redhat.com> 2.24.1-1
|
|
|
b0c68d |
- Update to 2.24.1
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> 2.24.0-2
|
|
|
b0c68d |
- Apply %%lang tags to localized xml files
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> 2.24.0-1
|
|
|
b0c68d |
- Update to 2.24.0
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Sep 8 2008 Matthias Clasen <mclasen@redhat.com> 2.23.92-1
|
|
|
b0c68d |
- Update to 2.23.92
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> 2.23.91-1
|
|
|
b0c68d |
- Update to 2.23.91
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Aug 4 2008 Matthias Clasen <mclasen@redhat.com> 2.23.6-1
|
|
|
b0c68d |
- Update to 2.23.6
|
|
|
b0c68d |
|
|
|
b0c68d |
* Fri Jul 25 2008 Matthias Clasen <mclasen@redhat.com> 2.23.5-2
|
|
|
b0c68d |
- Fix pending request accounting
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> 2.23.5-1
|
|
|
b0c68d |
- Update to 2.23.5
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Jun 17 2008 Matthias Clasen <mclasen@redhat.com> 2.23.4-1
|
|
|
b0c68d |
- Update to 2.23.4
|
|
|
b0c68d |
|
|
|
b0c68d |
* Wed Jun 4 2008 Matthias Clasen <mclasen@redhat.com> 2.23.3-1
|
|
|
b0c68d |
- Update to 2.23.3
|
|
|
b0c68d |
|
|
|
b0c68d |
* Wed May 14 2008 Matthias Clasen <mclasen@redhat.com> 2.23.2-1
|
|
|
b0c68d |
- Update to 2.23.2
|
|
|
b0c68d |
|
|
|
b0c68d |
* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> 2.23.1-1
|
|
|
b0c68d |
- Update to 2.23.1
|
|
|
b0c68d |
|
|
|
b0c68d |
* Thu Apr 17 2008 Matthias Clasen <mclasen@redhat.com> 2.22.1.1-2
|
|
|
b0c68d |
- Leave Cairo in Africa (#442793)
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> 2.22.1.1-1
|
|
|
b0c68d |
- Update to 2.22.1.1
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Mar 11 2008 Matthias Clasen <mclasen@redhat.com> 2.22.0-1
|
|
|
b0c68d |
- Update to 2.22.0
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Feb 26 2008 Matthias Clasen <mclasen@redhat.com> 2.21.92-1
|
|
|
b0c68d |
- Update to 2.21.92
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> 2.21.2-6
|
|
|
b0c68d |
- Remove obsolete translations
|
|
|
b0c68d |
|
|
|
b0c68d |
* Sat Feb 9 2008 Matthias Clasen <mclasen@redhat.com> 2.21.2-5
|
|
|
b0c68d |
- Rebuild for gcc 4.3
|
|
|
b0c68d |
|
|
|
b0c68d |
* Wed Jan 16 2008 Matthias Clasen <mclasen@redhat.com> 2.21.2-4
|
|
|
b0c68d |
- Add Obsoletes for gnome-applets-devel
|
|
|
b0c68d |
|
|
|
b0c68d |
* Wed Jan 16 2008 Matthias Clasen <mclasen@redhat.com> 2.21.2-3
|
|
|
b0c68d |
- Carry over space-saving hack from gnome-applets
|
|
|
b0c68d |
|
|
|
b0c68d |
* Tue Jan 15 2008 Matthias Clasen <mclasen@redhat.com> 2.21.2-2
|
|
|
b0c68d |
- Incorporate review feedback (#428739)
|
|
|
b0c68d |
|
|
|
b0c68d |
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> 2.21.2-1
|
|
|
b0c68d |
- Update to 2.21.2
|
|
|
b0c68d |
|
|
|
b0c68d |
* Thu Jan 10 2008 Matthias Clasen <mclasen@redhat.com> 2.21.1-1
|
|
|
b0c68d |
- Initial packaging
|
|
|
b0c68d |
|