forked from pool/gupnp
Updating link to change in openSUSE:Factory/gupnp revision 12.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=a23b91b1d3183860eb5e05aecda9af47
This commit is contained in:
parent
c824726f9d
commit
df3b345dee
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07d5d32d704cd112e37f297eef56d2c6b214f6593420d33d694de7b7acd9a06d
|
||||
size 410175
|
3
gupnp-0.14.0.tar.bz2
Normal file
3
gupnp-0.14.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8191b2ef1ce157783f4622d1ec5d8b1c9b04fd957d019c93f6c3ee32cf9ca474
|
||||
size 410441
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 19 00:51:15 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Move gir files to devel subpackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 17 09:33:32 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.14.0:
|
||||
+ Don't use deprecated glib, gobject and libsoup APIs.
|
||||
+ Check for libuuid only on platforms where we need it.
|
||||
+ Explicitly link example apps to needed libraries.
|
||||
+ Fix some potential crashes and leaks.
|
||||
+ Fix pointer to/from integer conversion on 64-bit machines.
|
||||
+ Fix parsing of unsigned integers.
|
||||
+ Use locale-independent float <-> string conversions.
|
||||
+ Remove some redundant functions and variables.
|
||||
+ Remove some unused variables noticed.
|
||||
+ Use correct mime-type for XML data.
|
||||
+ Various non-functional improvements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 1 15:27:42 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gupnp (Version 0.13.5)
|
||||
# spec file for package gupnp (Version 0.14.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,8 +18,8 @@
|
||||
|
||||
|
||||
Name: gupnp
|
||||
Version: 0.13.5
|
||||
Release: 2
|
||||
Version: 0.14.0
|
||||
Release: 1
|
||||
Summary: Implementation of the UPnP specification
|
||||
License: LGPL v2 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -93,7 +93,6 @@ rm -rf %{buildroot}
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/girepository-1.0/GUPnP-1.0.typelib
|
||||
%{_datadir}/gir-1.0/GUPnP-1.0.gir
|
||||
|
||||
%files -n libgupnp-devel
|
||||
%defattr(-,root,root)
|
||||
@ -101,6 +100,7 @@ rm -rf %{buildroot}
|
||||
%{_includedir}/%{name}-1.0
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/gir-1.0/GUPnP-1.0.gir
|
||||
%dir %{_datadir}/gtk-doc
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
%{_datadir}/gtk-doc/html/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user