Blame SPECS/gupnp.spec

Packit ef3f1c
Name:          gupnp
Packit ef3f1c
Version:       1.0.3
Packit ef3f1c
Release:       2%{?dist}
Packit ef3f1c
Summary:       A framework for creating UPnP devices & control points
Packit ef3f1c
Packit ef3f1c
License:       LGPLv2+
Packit ef3f1c
URL:           http://www.gupnp.org/
Packit ef3f1c
Source0:       http://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
Packit ef3f1c
Packit ef3f1c
BuildRequires: gssdp-devel >= 0.14.15
Packit ef3f1c
BuildRequires: gtk-doc
Packit ef3f1c
BuildRequires: gobject-introspection-devel >= 1.36
Packit ef3f1c
BuildRequires: libsoup-devel
Packit ef3f1c
BuildRequires: libxml2-devel
Packit ef3f1c
BuildRequires: libuuid-devel
Packit ef3f1c
BuildRequires: vala
Packit ef3f1c
Packit ef3f1c
Requires: dbus
Packit ef3f1c
Packit ef3f1c
%description
Packit ef3f1c
GUPnP is an object-oriented open source framework for creating UPnP 
Packit ef3f1c
devices and control points, written in C using GObject and libsoup. 
Packit ef3f1c
The GUPnP API is intended to be easy to use, efficient and flexible. 
Packit ef3f1c
Packit ef3f1c
%package devel
Packit ef3f1c
Summary: Development package for gupnp
Packit ef3f1c
Requires: %{name}%{?_isa} = %{version}-%{release}
Packit ef3f1c
Packit ef3f1c
%description devel
Packit ef3f1c
Files for development with %{name}.
Packit ef3f1c
Packit ef3f1c
%package docs
Packit ef3f1c
Summary: Documentation files for %{name}
Packit ef3f1c
Requires: %{name} = %{version}-%{release}
Packit ef3f1c
BuildArch: noarch
Packit ef3f1c
Packit ef3f1c
%description docs
Packit ef3f1c
This package contains developer documentation for %{name}.
Packit ef3f1c
Packit ef3f1c
%prep
Packit ef3f1c
%setup -q
Packit ef3f1c
Packit ef3f1c
# Use Python 3
Packit ef3f1c
sed -i '1s|^#! /usr/bin/env python$|#!/usr/bin/python3|' tools/gupnp-binding-tool
Packit ef3f1c
Packit ef3f1c
%build
Packit ef3f1c
%configure --disable-static --enable-debug=info --with-context-manager=network-manager
Packit ef3f1c
make %{?_smp_mflags} V=1
Packit ef3f1c
Packit ef3f1c
%install
Packit ef3f1c
%make_install
Packit ef3f1c
Packit ef3f1c
#Remove libtool archives.
Packit ef3f1c
find %{buildroot} -name '*.la' -delete
Packit ef3f1c
Packit ef3f1c
# Disable the tests as they rely on IPv6 being available
Packit ef3f1c
# %check
Packit ef3f1c
# make check %{?_smp_mflags} V=1 || cat tests/gtest/test-suite.log
Packit ef3f1c
Packit ef3f1c
%post -p /sbin/ldconfig
Packit ef3f1c
Packit ef3f1c
%postun -p /sbin/ldconfig
Packit ef3f1c
Packit ef3f1c
%files
Packit ef3f1c
%license COPYING
Packit ef3f1c
%doc AUTHORS README
Packit ef3f1c
%{_libdir}/libgupnp-1.0.so.*
Packit ef3f1c
%{_libdir}/girepository-1.0/GUPnP-1.0.typelib
Packit ef3f1c
Packit ef3f1c
%files devel
Packit ef3f1c
%{_bindir}/gupnp-binding-tool
Packit ef3f1c
%{_libdir}/pkgconfig/gupnp-1.0.pc
Packit ef3f1c
%{_libdir}/libgupnp-1.0.so
Packit ef3f1c
%{_includedir}/gupnp-1.0
Packit ef3f1c
%{_datadir}/gir-1.0/GUPnP-1.0.gir
Packit ef3f1c
%{_datadir}/vala/vapi/%{name}*
Packit ef3f1c
Packit ef3f1c
%files docs
Packit ef3f1c
%doc %{_datadir}/gtk-doc/html/%{name}
Packit ef3f1c
Packit ef3f1c
%changelog
Packit ef3f1c
* Tue Sep 25 2018 Bastien Nocera <bnocera@redhat.com> - 1.0.3-2
Packit ef3f1c
+ gupnp-1.0.3-2
Packit ef3f1c
- Don't use -O0 optimisation, it disables ASLR
Packit ef3f1c
- Resolves: #1611077
Packit ef3f1c
Packit ef3f1c
* Tue Jul 31 2018 Bastien Nocera <bnocera@redhat.com> - 1.0.3-1
Packit ef3f1c
+ gupnp-1.0.3-1
Packit ef3f1c
- Update to 1.0.3
Packit ef3f1c
Packit ef3f1c
* Thu Jun 07 2018 Bastien Nocera <bnocera@redhat.com> - 1.0.2-6
Packit ef3f1c
+ gupnp-1.0.2-6
Packit ef3f1c
- Fix Python3 substitution, and make it earlier
Packit ef3f1c
Packit ef3f1c
* Thu Feb 15 2018 Bastien Nocera <bnocera@redhat.com> - 1.0.2-5
Packit ef3f1c
+ gupnp-1.0.2-5
Packit ef3f1c
- Remove unused NetworkManager-devel BR
Packit ef3f1c
Packit ef3f1c
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-4
Packit ef3f1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Packit ef3f1c
Packit ef3f1c
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-3
Packit ef3f1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
Packit ef3f1c
Packit ef3f1c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
Packit ef3f1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Packit ef3f1c
Packit ef3f1c
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 1.0.2-1
Packit ef3f1c
- Update to 1.0.2
Packit ef3f1c
Packit ef3f1c
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
Packit ef3f1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Packit ef3f1c
Packit ef3f1c
* Sun Oct 16 2016 Kalev Lember <klember@redhat.com> - 1.0.1-1
Packit ef3f1c
- Update to 1.0.1
Packit ef3f1c
Packit ef3f1c
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 1.0.0-2
Packit ef3f1c
- BR vala instead of obsolete vala-tools subpackage
Packit ef3f1c
Packit ef3f1c
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 1.0.0-1
Packit ef3f1c
- Update to 1.0.0
Packit ef3f1c
- Don't set group tags
Packit ef3f1c
- Use make_install macro
Packit ef3f1c
Packit ef3f1c
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 0.99.0-1
Packit ef3f1c
- Update to 0.99.0
Packit ef3f1c
- Drop manual requires that are automatically handled by pkgconfig dep gen
Packit ef3f1c
- Tighten inter package dependencies with the _isa macro
Packit ef3f1c
Packit ef3f1c
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 0.20.18-1
Packit ef3f1c
- Update to 0.20.18
Packit ef3f1c
Packit ef3f1c
* Tue Apr 26 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.17-1
Packit ef3f1c
- 0.20.17 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.17.news
Packit ef3f1c
Packit ef3f1c
* Thu Feb 11 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.16-1
Packit ef3f1c
- 0.20.16 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.16.news
Packit ef3f1c
Packit ef3f1c
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.15-2
Packit ef3f1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Packit ef3f1c
Packit ef3f1c
* Mon Jan 4  2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.15-1
Packit ef3f1c
- 0.20.15 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.15.news
Packit ef3f1c
Packit ef3f1c
* Mon Dec 14 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.20.14-4
Packit ef3f1c
- GUPnPNetworkManager is never deallocated due to internal circular reference
Packit ef3f1c
  (GNOME #741257)
Packit ef3f1c
Packit ef3f1c
* Fri Jul 03 2015 Kalev Lember <klember@redhat.com> - 0.20.14-3
Packit ef3f1c
- Switch to Python 3 (#1192093)
Packit ef3f1c
- Move gupnp-binding-tool to -devel subpackage
Packit ef3f1c
Packit ef3f1c
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.14-2
Packit ef3f1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Packit ef3f1c
Packit ef3f1c
* Sun May 10 2015 Kalev Lember <kalevlember@gmail.com> - 0.20.14-1
Packit ef3f1c
- Update to 0.20.14
Packit ef3f1c
- Use license macro for the COPYING file
Packit ef3f1c
Packit ef3f1c
* Tue Jan  6 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.13-1
Packit ef3f1c
- 0.20.13 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.13.news
Packit ef3f1c
Packit ef3f1c
* Sat Oct 11 2014 Dan HorĂ¡k <dan[at]danny.cz> - 0.20.12-6
Packit ef3f1c
- Disable tests, they fail with libsoup-2.48 (gnome#738365)
Packit ef3f1c
Packit ef3f1c
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.12-5
Packit ef3f1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Packit ef3f1c
Packit ef3f1c
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.20.12-4
Packit ef3f1c
- Rebuilt for gobject-introspection 1.41.4
Packit ef3f1c
Packit ef3f1c
* Fri Jul 11 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.12-3
Packit ef3f1c
- Enable check
Packit ef3f1c
Packit ef3f1c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.12-2
Packit ef3f1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Packit ef3f1c
Packit ef3f1c
* Sat May 31 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.12-1
Packit ef3f1c
- 0.20.12 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.12.news
Packit ef3f1c
- Re-add vala bindings to devel (RHBZ 1093204)
Packit ef3f1c
Packit ef3f1c
* Tue May  6 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.11-1
Packit ef3f1c
- 0.20.11 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.11.news
Packit ef3f1c
Packit ef3f1c
* Tue Feb  4 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.10-1
Packit ef3f1c
- 0.20.10 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.10.news
Packit ef3f1c
Packit ef3f1c
* Sun Dec 15 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.9-1
Packit ef3f1c
- 0.20.9 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.9.news
Packit ef3f1c
Packit ef3f1c
* Sun Nov  3 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.8-1
Packit ef3f1c
- 0.20.8 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.8.news
Packit ef3f1c
Packit ef3f1c
* Wed Oct 16 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.7-1
Packit ef3f1c
- 0.20.7 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.7.news
Packit ef3f1c
Packit ef3f1c
* Mon Sep  9 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.6-1
Packit ef3f1c
- 0.20.6 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.6.news
Packit ef3f1c
Packit ef3f1c
* Wed Aug 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.5-1
Packit ef3f1c
- 0.20.5 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.5.news
Packit ef3f1c
Packit ef3f1c
* Tue Jul 30 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.4-1
Packit ef3f1c
- 0.20.4 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.4.news
Packit ef3f1c
Packit ef3f1c
* Thu May 30 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.3-1
Packit ef3f1c
- 0.20.3 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.3.news
Packit ef3f1c
Packit ef3f1c
* Sat Apr 13 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.2-1
Packit ef3f1c
- 0.20.2 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.2.news
Packit ef3f1c
Packit ef3f1c
* Tue Mar  5 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.1-1
Packit ef3f1c
- 0.20.1 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.1.news
Packit ef3f1c
Packit ef3f1c
* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.0-2
Packit ef3f1c
- Obsolete gupnp-vala
Packit ef3f1c
Packit ef3f1c
* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.0-2
Packit ef3f1c
- bump
Packit ef3f1c
Packit ef3f1c
* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.0-1
Packit ef3f1c
- 0.20.0 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.0.news
Packit ef3f1c
Packit ef3f1c
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.4-2
Packit ef3f1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Packit ef3f1c
Packit ef3f1c
* Sun Jan 13 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.19.4-1
Packit ef3f1c
- 0.19.4 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.19/gupnp-0.19.4.news
Packit ef3f1c
Packit ef3f1c
* Thu Dec  6 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.19.3-1
Packit ef3f1c
- 0.19.3 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.19/gupnp-0.19.3.news
Packit ef3f1c
Packit ef3f1c
* Sat Dec  1 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.19.2-1
Packit ef3f1c
- 0.19.2 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.19/gupnp-0.19.2.news
Packit ef3f1c
Packit ef3f1c
* Mon Oct 29 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.19.1-1
Packit ef3f1c
- 0.19.1 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.19/gupnp-0.19.1.news
Packit ef3f1c
Packit ef3f1c
* Sun Oct  7 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.19.0-1
Packit ef3f1c
- 0.19.0 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.19/gupnp-0.19.0.news
Packit ef3f1c
Packit ef3f1c
* Sun Aug 19 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.18.4-1
Packit ef3f1c
- 0.18.4 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.18/gupnp-0.18.4.news
Packit ef3f1c
Packit ef3f1c
* Mon Aug 13 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.18.3-3
Packit ef3f1c
- Use NetworkManager for connectivity detection
Packit ef3f1c
Packit ef3f1c
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18.3-2
Packit ef3f1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Packit ef3f1c
Packit ef3f1c
* Sat May  5 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.18.3-1
Packit ef3f1c
- 0.18.3 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.18/gupnp-0.18.3.news
Packit ef3f1c
Packit ef3f1c
* Thu Apr 26 2012 Zeeshan Ali <zeenix@redhat.com> - 0.18.2-2
Packit ef3f1c
- Remove bogus dependency on libgdbus-devel.
Packit ef3f1c
Packit ef3f1c
* Sun Mar 18 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.18.2-1
Packit ef3f1c
- 0.18.2 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.18/gupnp-0.18.2.news
Packit ef3f1c
Packit ef3f1c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18.1-2
Packit ef3f1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Packit ef3f1c
Packit ef3f1c
* Sat Dec 10 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.18.1-1
Packit ef3f1c
- 0.18.1 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.18/gupnp-0.18.1.news
Packit ef3f1c
Packit ef3f1c
* Mon Sep  5 2011 Zeeshan Ali <zeenix@redhat.com> - 0.18.0-2
Packit ef3f1c
- Push a new release to build against latest gssdp.
Packit ef3f1c
Packit ef3f1c
* Fri Sep  2 2011 Zeeshan Ali <zeenix@redhat.com> - 0.18.0-1
Packit ef3f1c
- 0.18.0 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.18/gupnp-0.18.0.news
Packit ef3f1c
Packit ef3f1c
* Fri Aug  5 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.17.2-1
Packit ef3f1c
- 0.17.2 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.17/gupnp-0.17.2.news
Packit ef3f1c
Packit ef3f1c
* Sun Jul 17 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.17.1-1
Packit ef3f1c
- 0.17.1 release
Packit ef3f1c
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.17/gupnp-0.17.1.news
Packit ef3f1c
Packit ef3f1c
* Thu Jun 16 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.17.0-1
Packit ef3f1c
- 0.17.0 release
Packit ef3f1c
Packit ef3f1c
* Sun May  1 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.16.1-1
Packit ef3f1c
- 0.16.1 stable release
Packit ef3f1c
Packit ef3f1c
* Sat Apr  9 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.16.0-1
Packit ef3f1c
- 0.16.0 stable release
Packit ef3f1c
Packit ef3f1c
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-2
Packit ef3f1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Packit ef3f1c
Packit ef3f1c
* Sat Jan 15 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.15.1-1
Packit ef3f1c
- Update to 0.15.1
Packit ef3f1c
Packit ef3f1c
* Tue Nov 30 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.15.0-1
Packit ef3f1c
- Update to 0.15.0
Packit ef3f1c
Packit ef3f1c
* Wed Sep 29 2010 jkeating - 0.14.0-3
Packit ef3f1c
- Rebuilt for gcc bug 634757
Packit ef3f1c
Packit ef3f1c
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 0.14.0-2
Packit ef3f1c
- Rebuild against newer gobject-introspection
Packit ef3f1c
Packit ef3f1c
* Fri Sep 17 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.14.0-1
Packit ef3f1c
- Update to 0.14.0
Packit ef3f1c
Packit ef3f1c
* Tue Aug 17 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.5-2
Packit ef3f1c
- Update source URL
Packit ef3f1c
Packit ef3f1c
* Sat Aug 14 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.5-1
Packit ef3f1c
- Update to 0.13.5
Packit ef3f1c
Packit ef3f1c
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.13.4-4
Packit ef3f1c
- Rebuild with new gobject-introspection
Packit ef3f1c
Packit ef3f1c
* Mon Jun 21 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.4-2
Packit ef3f1c
- Add patch to fix build
Packit ef3f1c
Packit ef3f1c
* Mon Jun 21 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.4-1
Packit ef3f1c
- Update to 0.13.4
Packit ef3f1c
Packit ef3f1c
* Fri Apr  9 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.3-4
Packit ef3f1c
- Once more with feeling!
Packit ef3f1c
Packit ef3f1c
* Fri Apr  9 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.3-3
Packit ef3f1c
- add back missing line to spec
Packit ef3f1c
Packit ef3f1c
* Fri Apr  9 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.3-2
Packit ef3f1c
- bump build
Packit ef3f1c
Packit ef3f1c
* Fri Apr  9 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.3-1
Packit ef3f1c
- Update to 0.13.3
Packit ef3f1c
Packit ef3f1c
* Mon Mar  1 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.2-2
Packit ef3f1c
- Add patch to fix DSO linking. Fixes bug 564855
Packit ef3f1c
Packit ef3f1c
* Fri Dec  4 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.2-1
Packit ef3f1c
- Update to 0.13.2
Packit ef3f1c
Packit ef3f1c
* Wed Oct  7 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.1-1
Packit ef3f1c
- Update to 0.13.1
Packit ef3f1c
Packit ef3f1c
* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.13.0-1
Packit ef3f1c
- Update to 0.13.0
Packit ef3f1c
Packit ef3f1c
* Mon Aug 31 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.8-4
Packit ef3f1c
- some spec file cleanups, depend on libuuid instead of e2fsprogs-devel
Packit ef3f1c
Packit ef3f1c
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.8-3
Packit ef3f1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Packit ef3f1c
Packit ef3f1c
* Wed Jul  1 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.8-2
Packit ef3f1c
- Rebuild with new libuuid build req
Packit ef3f1c
Packit ef3f1c
* Wed Jun  3 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.8-1
Packit ef3f1c
- New upstream release
Packit ef3f1c
Packit ef3f1c
* Mon Apr 27 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.7-1
Packit ef3f1c
- New upstream release
Packit ef3f1c
Packit ef3f1c
* Wed Mar  4 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.6-4
Packit ef3f1c
- Move docs to noarch sub package
Packit ef3f1c
Packit ef3f1c
* Mon Mar  2 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.6-3
Packit ef3f1c
- Add some extra -devel Requires packages
Packit ef3f1c
Packit ef3f1c
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.6-2
Packit ef3f1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Packit ef3f1c
Packit ef3f1c
* Mon Feb 23 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.6-1
Packit ef3f1c
- New upstream release
Packit ef3f1c
Packit ef3f1c
* Wed Jan 14 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.5-1
Packit ef3f1c
- New upstream release
Packit ef3f1c
Packit ef3f1c
* Thu Dec 18 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.4-3
Packit ef3f1c
- Add gtk-doc build req
Packit ef3f1c
Packit ef3f1c
* Sat Nov 22 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.4-2
Packit ef3f1c
- Fix summary
Packit ef3f1c
Packit ef3f1c
* Mon Nov 17 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.4-1
Packit ef3f1c
- New upstream release
Packit ef3f1c
Packit ef3f1c
* Mon Oct 27 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.3-1
Packit ef3f1c
- New upstream release
Packit ef3f1c
Packit ef3f1c
* Mon Oct 20 2008 Colin Walters <walters@verbum.org> 0.12.2-2
Packit ef3f1c
- devel package requires gssdp-devel
Packit ef3f1c
Packit ef3f1c
* Sun Aug 31 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.2-1
Packit ef3f1c
- New upstream release
Packit ef3f1c
Packit ef3f1c
* Thu Aug 28 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-7
Packit ef3f1c
- Yet again. Interesting it builds fine in mock and not koji
Packit ef3f1c
Packit ef3f1c
* Thu Aug 28 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-6
Packit ef3f1c
- Once more with feeling
Packit ef3f1c
Packit ef3f1c
* Thu Aug 28 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-5
Packit ef3f1c
- Second go
Packit ef3f1c
Packit ef3f1c
* Thu Aug 28 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-4
Packit ef3f1c
- Fix build on rawhide
Packit ef3f1c
Packit ef3f1c
* Wed Aug 13 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-3
Packit ef3f1c
- Fix changelog entries
Packit ef3f1c
Packit ef3f1c
* Wed Aug 13 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-2
Packit ef3f1c
- Fix a compile issue on rawhide
Packit ef3f1c
Packit ef3f1c
* Mon Jun 16 2008 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-1
Packit ef3f1c
- Initial release