Accepting request 48927 from GNOME:Factory
Copy from GNOME:Factory/gssdp based on submit request 48927 from user vuntz OBS-URL: https://build.opensuse.org/request/show/48927 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gssdp?expand=0&rev=9
This commit is contained in:
commit
6fd1836eeb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8b1475855f1ac277e05afcec0240fdd1d1ed017ab832e6c8de59b0734d296dd1
|
|
||||||
size 298297
|
|
3
gssdp-0.8.0.tar.bz2
Normal file
3
gssdp-0.8.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6734da0f1c2fff01b33da60260774d1737d2fd4b80734c391c4024a22b310b2e
|
||||||
|
size 300337
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 19 00:39:32 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Move gir files to devel subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 17 09:40:25 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.8.0:
|
||||||
|
+ Chain up in dispose() and finalize() all classes.
|
||||||
|
+ Flag string arg of GSSDPClient signal as static.
|
||||||
|
+ Don't use deprecated libsoup API.
|
||||||
|
+ Properly catch errors in recvfrom syscall.
|
||||||
|
+ Fix some typos.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 12 20:03:16 CEST 2010 - vuntz@opensuse.org
|
Mon Apr 12 20:03:16 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gssdp (Version 0.7.2)
|
# spec file for package gssdp (Version 0.8.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gssdp
|
Name: gssdp
|
||||||
Version: 0.7.2
|
Version: 0.8.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Library for resource discovery and announcement over SSDP
|
Summary: Library for resource discovery and announcement over SSDP
|
||||||
License: LGPL v2 or later
|
License: LGPL v2 or later
|
||||||
@ -94,13 +94,13 @@ rm -rf %{buildroot}
|
|||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/girepository-1.0/GSSDP-1.0.typelib
|
%{_libdir}/girepository-1.0/GSSDP-1.0.typelib
|
||||||
%{_datadir}/gir-1.0/GSSDP-1.0.gir
|
|
||||||
|
|
||||||
%files -n libgssdp-devel
|
%files -n libgssdp-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/%{name}-1.0
|
%{_includedir}/%{name}-1.0
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%{_datadir}/gir-1.0/GSSDP-1.0.gir
|
||||||
%dir %{_datadir}/gtk-doc
|
%dir %{_datadir}/gtk-doc
|
||||||
%dir %{_datadir}/gtk-doc/html
|
%dir %{_datadir}/gtk-doc/html
|
||||||
%{_datadir}/gtk-doc/html/%{name}
|
%{_datadir}/gtk-doc/html/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user