Update to 1.3.1
This commit is contained in:
parent
ad95577bc4
commit
269257ddc9
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/gupnp-1.2.4.tar.xz
|
/gupnp-1.2.4.tar.xz
|
||||||
/gupnp-1.2.6.tar.xz
|
/gupnp-1.2.6.tar.xz
|
||||||
/gupnp-1.2.7.tar.xz
|
/gupnp-1.2.7.tar.xz
|
||||||
|
/gupnp-1.3.1.tar.xz
|
||||||
|
13
gupnp.spec
13
gupnp.spec
@ -1,15 +1,15 @@
|
|||||||
%global apiver 1.2
|
%global apiver 1.2
|
||||||
|
|
||||||
%global gssdp_version 1.2.3
|
%global gssdp_version 1.3.0
|
||||||
|
|
||||||
Name: gupnp
|
Name: gupnp
|
||||||
Version: 1.2.7
|
Version: 1.3.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A framework for creating UPnP devices & control points
|
Summary: A framework for creating UPnP devices & control points
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gupnp.org/
|
URL: http://www.gupnp.org/
|
||||||
Source0: http://download.gnome.org/sources/%{name}/1.2/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/1.3/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gssdp-devel >= %{gssdp_version}
|
BuildRequires: gssdp-devel >= %{gssdp_version}
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
@ -64,7 +64,7 @@ This package contains developer documentation for %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS README
|
%doc AUTHORS README.md
|
||||||
%{_libdir}/libgupnp-%{apiver}.so.*
|
%{_libdir}/libgupnp-%{apiver}.so.*
|
||||||
%{_libdir}/girepository-1.0/GUPnP-%{apiver}.typelib
|
%{_libdir}/girepository-1.0/GUPnP-%{apiver}.typelib
|
||||||
|
|
||||||
@ -86,6 +86,9 @@ This package contains developer documentation for %{name}.
|
|||||||
%doc %{_datadir}/gtk-doc/html/%{name}
|
%doc %{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 20 2021 Kalev Lember <klember@redhat.com> - 1.3.1-1
|
||||||
|
- Update to 1.3.1
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7-2
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gupnp-1.2.7.tar.xz) = 83d012989f9aab578c9bdb4dd95d316003938a39cc997949622b56523dd7081e09093c48c0016d738ca0040a00b3e6218ba59cad9e49e05f4106213160e7c409
|
SHA512 (gupnp-1.3.1.tar.xz) = ee632d42803cb689926839336c2427c9622c40d1a43e69ef4c48dd26714649d544772697b4a440861dc896a13faba6793b02b7b9ab7c5288b6cf125abbb2d477
|
||||||
|
Loading…
Reference in New Issue
Block a user