0.19.0
This commit is contained in:
parent
a026e2ad8d
commit
f4025e565a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/gupnp-0.18.*.tar.xz
|
/gupnp-0.18.*.tar.xz
|
||||||
|
/gupnp-0.19.0.tar.xz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: gupnp
|
Name: gupnp
|
||||||
Version: 0.18.4
|
Version: 0.19.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A framework for creating UPnP devices & control points
|
Summary: A framework for creating UPnP devices & control points
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ License: LGPLv2+
|
|||||||
URL: http://www.gupnp.org/
|
URL: http://www.gupnp.org/
|
||||||
Source0: http://download.gnome.org/sources/%{name}/0.18/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/0.18/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gssdp-devel >= 0.12.0
|
BuildRequires: gssdp-devel >= 0.13.0
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
@ -82,6 +82,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%doc %{_datadir}/gtk-doc/html/%{name}
|
%doc %{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 7 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.19.0-1
|
||||||
|
- 0.19.0 release
|
||||||
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.19/gupnp-0.19.0.news
|
||||||
|
|
||||||
* Sun Aug 19 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.18.4-1
|
* Sun Aug 19 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.18.4-1
|
||||||
- 0.18.4 release
|
- 0.18.4 release
|
||||||
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.18/gupnp-0.18.4.news
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.18/gupnp-0.18.4.news
|
||||||
|
Loading…
Reference in New Issue
Block a user