2010-06-21 21:31:14 +00:00
|
|
|
Name: gupnp-av
|
2019-02-19 10:02:48 +00:00
|
|
|
Version: 0.12.11
|
2021-01-26 13:16:55 +00:00
|
|
|
Release: 5%{?dist}
|
2010-06-21 21:31:14 +00:00
|
|
|
Summary: A collection of helpers for building UPnP AV applications
|
2008-09-05 18:08:02 +00:00
|
|
|
|
2010-06-21 21:31:14 +00:00
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://www.gupnp.org/
|
2013-02-21 12:38:14 +00:00
|
|
|
Source0: http://download.gnome.org/sources/gupnp-av/0.12/%{name}-%{version}.tar.xz
|
2008-09-05 18:08:02 +00:00
|
|
|
|
|
|
|
BuildRequires: glib2-devel
|
2008-12-18 10:50:09 +00:00
|
|
|
BuildRequires: gtk-doc
|
2013-05-30 21:06:30 +00:00
|
|
|
BuildRequires: gobject-introspection-devel >= 1.36.0
|
2008-12-18 10:50:09 +00:00
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libsoup-devel
|
2016-09-22 05:37:01 +00:00
|
|
|
BuildRequires: vala
|
2020-12-19 00:19:22 +00:00
|
|
|
BuildRequires: make
|
2008-09-05 18:08:02 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
GUPnP is an object-oriented open source framework for creating UPnP
|
|
|
|
devices and control points, written in C using GObject and libsoup.
|
|
|
|
The GUPnP API is intended to be easy to use, efficient and flexible.
|
|
|
|
|
|
|
|
GUPnP-AV is a collection of helpers for building AV (audio/video)
|
|
|
|
applications using GUPnP.
|
|
|
|
|
|
|
|
%package devel
|
2009-08-07 12:32:53 +00:00
|
|
|
Summary: Development package for %{name}
|
2016-10-12 15:55:08 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2008-09-05 18:08:02 +00:00
|
|
|
|
|
|
|
%description devel
|
2009-08-07 12:32:53 +00:00
|
|
|
Files for development with %{name}.
|
2008-09-05 18:08:02 +00:00
|
|
|
|
2009-03-04 22:59:20 +00:00
|
|
|
%package docs
|
|
|
|
Summary: Documentation files for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description docs
|
|
|
|
This package contains developer documentation for %{name}.
|
|
|
|
|
2008-09-05 18:08:02 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
2009-08-07 12:32:53 +00:00
|
|
|
make %{?_smp_mflags} V=1
|
2008-09-05 18:08:02 +00:00
|
|
|
|
|
|
|
%install
|
2016-10-12 15:55:35 +00:00
|
|
|
%make_install
|
2009-08-07 12:32:53 +00:00
|
|
|
|
|
|
|
#Remove libtool archives.
|
2014-07-11 12:39:49 +00:00
|
|
|
find %{buildroot} -name '*.la' -delete
|
|
|
|
|
|
|
|
%check
|
|
|
|
make check %{?_smp_mflags} V=1
|
2008-09-05 18:08:02 +00:00
|
|
|
|
2019-01-22 17:39:15 +00:00
|
|
|
%ldconfig_scriptlets
|
2008-09-05 18:08:02 +00:00
|
|
|
|
|
|
|
%files
|
2016-02-11 09:35:03 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS README
|
2009-09-17 16:36:17 +00:00
|
|
|
%{_libdir}/libgupnp-av-1.0.so.*
|
2010-04-09 21:16:02 +00:00
|
|
|
%{_libdir}/girepository-1.0/GUPnPAV-1.0.typelib
|
2013-05-12 19:56:37 +00:00
|
|
|
%{_datadir}/%{name}
|
2008-09-05 18:08:02 +00:00
|
|
|
|
|
|
|
%files devel
|
2008-12-01 22:58:11 +00:00
|
|
|
%{_includedir}/gupnp-av-1.0
|
2008-09-05 18:08:02 +00:00
|
|
|
%{_libdir}/pkgconfig/gupnp-av-1.0.pc
|
|
|
|
%{_libdir}/libgupnp-av-1.0.so
|
2010-04-09 21:16:02 +00:00
|
|
|
%{_datadir}/gir-1.0/GUPnPAV-1.0.gir
|
2014-09-10 12:31:05 +00:00
|
|
|
%{_datadir}/vala/vapi/%{name}*
|
2008-09-05 18:08:02 +00:00
|
|
|
|
2009-03-04 22:59:20 +00:00
|
|
|
%files docs
|
2009-08-07 12:32:53 +00:00
|
|
|
%{_datadir}/gtk-doc/html/%{name}
|
2009-03-04 22:59:20 +00:00
|
|
|
|
2008-09-05 18:08:02 +00:00
|
|
|
%changelog
|
2021-01-26 13:16:55 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.11-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-28 00:41:42 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.11-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-29 04:01:23 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.11-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 08:11:14 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.11-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-19 10:02:48 +00:00
|
|
|
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 0.12.11-1
|
|
|
|
- Update to 0.12.11
|
|
|
|
|
2019-02-01 01:59:20 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.10-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 04:47:56 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.10-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 15:55:31 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.10-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-02 23:19:10 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.10-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 12:25:55 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.10-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 12:29:01 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-10-16 10:42:56 +00:00
|
|
|
* Sun Oct 16 2016 Kalev Lember <klember@redhat.com> - 0.12.10-1
|
|
|
|
- Update to 0.12.10
|
2016-10-16 10:43:54 +00:00
|
|
|
- Don't manually add pkgconfig dep for -devel subpackage
|
2016-10-16 10:42:56 +00:00
|
|
|
|
2016-10-12 15:53:03 +00:00
|
|
|
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 0.12.9-1
|
|
|
|
- Update to 0.12.9
|
2016-10-12 15:53:22 +00:00
|
|
|
- Don't set group tags
|
2016-10-12 15:55:08 +00:00
|
|
|
- Tighten subpackage deps with the _isa macro
|
2016-10-12 15:55:35 +00:00
|
|
|
- Use make_install macro
|
2016-10-12 15:53:03 +00:00
|
|
|
|
2016-09-22 05:37:01 +00:00
|
|
|
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.12.8-2
|
|
|
|
- BR vala instead of obsolete vala-tools subpackage
|
|
|
|
|
2016-02-11 09:35:03 +00:00
|
|
|
* Thu Feb 11 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.8-1
|
|
|
|
- 0.12.8 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.12/gupnp-av-0.12.8.news
|
|
|
|
- Use %%license
|
|
|
|
|
2016-02-03 23:36:45 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 10:11:05 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-06 02:53:08 +00:00
|
|
|
* Tue Jan 6 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.7-1
|
|
|
|
- 0.12.7 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.12/gupnp-av-0.12.7.news
|
|
|
|
|
2014-09-10 12:31:05 +00:00
|
|
|
* Wed Sep 10 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.6-5
|
|
|
|
- Build vala bindings
|
|
|
|
|
2014-08-16 19:59:14 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 17:19:20 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.12.6-3
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-07-11 12:39:49 +00:00
|
|
|
* Fri Jul 11 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.6-2
|
|
|
|
- Enable check
|
|
|
|
|
2014-06-11 08:47:43 +00:00
|
|
|
* Wed Jun 11 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.6-1
|
|
|
|
- 0.12.6 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.12/gupnp-av-0.12.6.news
|
|
|
|
|
2014-06-07 19:31:42 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-02-04 14:42:49 +00:00
|
|
|
* Tue Feb 4 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.5-1
|
|
|
|
- 0.12.5 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.12/gupnp-av-0.12.5.news
|
|
|
|
|
2013-11-18 21:56:01 +00:00
|
|
|
* Mon Nov 18 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.4-1
|
|
|
|
- 0.12.4 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.12/gupnp-av-0.12.4.news
|
|
|
|
|
2013-10-16 21:11:33 +00:00
|
|
|
* Wed Oct 16 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.3-1
|
|
|
|
- 0.12.3 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.12/gupnp-av-0.12.3.news
|
|
|
|
|
2013-08-03 17:17:42 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-30 21:06:30 +00:00
|
|
|
* Thu May 30 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.2-1
|
|
|
|
- 0.12.2 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.12/gupnp-av-0.12.2.news
|
|
|
|
|
2013-05-12 19:56:37 +00:00
|
|
|
* Sun May 12 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-2
|
|
|
|
- Move xsd files to main rpm (RHBZ 962166)
|
|
|
|
|
2013-03-19 11:00:12 +00:00
|
|
|
* Tue Mar 19 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-1
|
|
|
|
- 0.12.1 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.12/gupnp-av-0.12.1.news
|
|
|
|
|
2013-02-21 12:38:14 +00:00
|
|
|
* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.0-1
|
|
|
|
- 0.12.0 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.12/gupnp-av-0.12.0.news
|
|
|
|
|
2013-02-14 00:53:22 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-12-14 23:15:30 +00:00
|
|
|
* Fri Dec 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.6-1
|
|
|
|
- 0.11.6 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.11/gupnp-av-0.11.6.news
|
|
|
|
|
2012-12-06 09:58:12 +00:00
|
|
|
* Thu Dec 6 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.5-1
|
|
|
|
- 0.11.5 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.11/gupnp-av-0.11.5.news
|
|
|
|
|
2012-12-01 11:09:39 +00:00
|
|
|
* Sat Dec 1 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.4-1
|
|
|
|
- 0.11.4 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.11/gupnp-av-0.11.4.news
|
|
|
|
|
2012-11-19 16:08:33 +00:00
|
|
|
* Mon Nov 19 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.3-1
|
|
|
|
- 0.11.3 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.11/gupnp-av-0.11.3.news
|
|
|
|
|
2012-10-29 18:24:49 +00:00
|
|
|
* Mon Oct 29 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.2-1
|
|
|
|
- 0.11.2 release
|
2012-11-19 16:08:33 +00:00
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.11/gupnp-av-0.11.2.news
|
2012-10-29 18:24:49 +00:00
|
|
|
|
2012-10-07 14:36:05 +00:00
|
|
|
* Sun Oct 7 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.11.0-1
|
|
|
|
- 0.11.0 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.11/gupnp-av-0.11.0.news
|
|
|
|
|
2012-08-19 18:18:40 +00:00
|
|
|
* Sun Aug 19 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.3-1
|
|
|
|
- 0.10.3 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.10/gupnp-av-0.10.3.news
|
|
|
|
|
2012-07-19 11:55:46 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-04-21 11:46:29 +00:00
|
|
|
* Sat Apr 21 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.2-1
|
|
|
|
- 0.10.2 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.10/gupnp-av-0.10.2.news
|
|
|
|
|
2012-01-13 04:40:06 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-09-05 21:43:56 +00:00
|
|
|
* Mon Sep 5 2011 Zeeshan Ali <zeenix@redhat.com> - 0.10.1-2
|
2011-09-05 20:32:12 +00:00
|
|
|
- Push a new release to build against latest gssdp and gupnp.
|
|
|
|
|
2011-09-05 17:17:10 +00:00
|
|
|
* Mon Sep 5 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.1-1
|
|
|
|
- 0.10.1 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.10/gupnp-av-0.10.1.news
|
|
|
|
|
2011-09-02 14:17:42 +00:00
|
|
|
* Fri Sep 2 2011 Zeeshan Ali <zeenix@redhat.com> - 0.10.0-1
|
|
|
|
- 0.10.0 release
|
|
|
|
- http://ftp.acc.umu.se/pub/GNOME/sources/gupnp-av/0.10/gupnp-av-0.10.0.news
|
|
|
|
|
2011-06-16 21:09:57 +00:00
|
|
|
* Thu Jun 16 2011 Peter Robinson <pbrobinson@gmail.com> - 0.9.1-1
|
|
|
|
- 0.9.1 release
|
|
|
|
|
2011-06-16 15:57:25 +00:00
|
|
|
* Thu Jun 16 2011 Peter Robinson <pbrobinson@gmail.com> - 0.9.0-1
|
|
|
|
- 0.9.0 release
|
|
|
|
|
2011-04-09 16:54:42 +00:00
|
|
|
* Sat Apr 9 2011 Peter Robinson <pbrobinson@gmail.com> - 0.8.0-1
|
|
|
|
- 0.8.0 stable release
|
|
|
|
|
2011-02-09 08:03:35 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-02 10:35:10 +00:00
|
|
|
* Thu Dec 2 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.1-1
|
|
|
|
- Update to 0.7.1
|
|
|
|
|
2010-11-08 21:30:54 +00:00
|
|
|
* Mon Nov 8 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.0-1
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
2010-09-29 12:51:16 +00:00
|
|
|
* Wed Sep 29 2010 Peter Robinson <pbrobinson@gmail.com> 0.6.1-1
|
|
|
|
- Update to 0.6.1
|
|
|
|
|
2010-09-22 18:35:44 +00:00
|
|
|
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 0.6.0-2
|
|
|
|
- Rebuild against newer gobject-introspection
|
|
|
|
|
2010-09-17 10:22:21 +00:00
|
|
|
* Fri Sep 17 2010 Peter Robinson <pbrobinson@gmail.com> 0.6.0-1
|
|
|
|
- Update to 0.6.0
|
|
|
|
|
2010-08-17 09:31:53 +00:00
|
|
|
* Tue Aug 17 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.9-2
|
|
|
|
- Update source URL
|
|
|
|
|
2010-08-14 12:45:17 +00:00
|
|
|
* Sat Aug 14 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.9-1
|
|
|
|
- Update to 0.5.9
|
|
|
|
|
2010-08-03 09:18:26 +00:00
|
|
|
* Tue Aug 3 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.8-2
|
|
|
|
- Add patch to fix dso linking issues
|
|
|
|
|
2010-08-02 14:55:33 +00:00
|
|
|
* Mon Aug 2 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.8-1
|
|
|
|
- Update to 0.5.8
|
|
|
|
|
2010-07-15 18:55:37 +00:00
|
|
|
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.5.7-2
|
|
|
|
- Rebuild with new gobject-introspection
|
|
|
|
|
2010-06-25 16:01:11 +00:00
|
|
|
* Fri Jun 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.7-1
|
|
|
|
- Update to 0.5.7
|
|
|
|
|
2010-06-21 21:31:14 +00:00
|
|
|
* Mon Jun 21 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.6-1
|
|
|
|
- Update to 0.5.6
|
|
|
|
|
2010-04-09 21:16:02 +00:00
|
|
|
* Fri Apr 9 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.5-1
|
|
|
|
- Update to 0.5.5
|
|
|
|
|
2010-02-05 06:16:50 +00:00
|
|
|
* Fri Feb 5 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.4-1
|
|
|
|
- Update to 0.5.4
|
|
|
|
|
2009-11-21 07:59:01 +00:00
|
|
|
* Sat Nov 21 2009 Peter Robinson <pbrobinson@gmail.com> 0.5.2-1
|
|
|
|
- Update to 0.5.2
|
|
|
|
|
2009-09-17 13:29:36 +00:00
|
|
|
* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
|
|
|
|
- Update to 0.5.1
|
|
|
|
|
2009-07-25 01:53:43 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-09 06:56:02 +00:00
|
|
|
* Tue Jun 9 2009 Peter Robinson <pbrobinson@gmail.com> 0.4.1-1
|
|
|
|
- New upstream release
|
|
|
|
|
2009-04-12 21:22:55 +00:00
|
|
|
* Sun Apr 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.4-1
|
|
|
|
- New upstream release
|
|
|
|
|
2009-03-04 22:59:20 +00:00
|
|
|
* Wed Mar 4 2009 Peter Robinson <pbrobinson@gmail.com> 0.3.1-3
|
|
|
|
- Move docs to noarch subpackage
|
|
|
|
|
2009-02-25 02:56:05 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-03 12:04:40 +00:00
|
|
|
* Tue Feb 3 2009 Peter Robinson <pbrobinson@gmail.com> 0.3.1-1
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
* Thu Dec 18 2008 Peter Robinson <pbrobinson@gmail.com> 0.3-1
|
2009-01-14 05:54:57 +00:00
|
|
|
- New upstream release
|
|
|
|
|
2008-12-18 10:50:09 +00:00
|
|
|
* Thu Dec 18 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-7
|
|
|
|
- Add gtk-doc build req
|
|
|
|
|
2008-12-01 22:58:11 +00:00
|
|
|
* Mon Dec 1 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-6
|
|
|
|
- Fix directory ownership
|
|
|
|
|
2008-11-22 17:26:12 +00:00
|
|
|
* Sat Nov 22 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-5
|
|
|
|
- Update package summary
|
|
|
|
|
2008-10-20 21:07:13 +00:00
|
|
|
* Mon Oct 20 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-4
|
|
|
|
- Add some requires for the devel package
|
|
|
|
|
2008-09-05 18:08:02 +00:00
|
|
|
* Fri Aug 29 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-3
|
|
|
|
- Some spec file cleanups
|
|
|
|
|
|
|
|
* Tue Jun 17 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-2
|
|
|
|
- Fix build on rawhide
|
|
|
|
|
|
|
|
* Tue Jun 17 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-1
|
|
|
|
- Initial release
|