Switch to unified view

a/rpm/libupnpp.spec b/rpm/libupnpp.spec
1
Summary:        C++ wrapper for libupnp
1
Summary:        C++ wrapper for libupnp
2
Name:           libupnpp
2
Name:           libupnpp
3
Version:        0.15.0
3
Version:        0.15.1
4
Release:        1%{?dist}
4
Release:        1%{?dist}
5
Group:          Applications/Multimedia
5
Group:          Applications/Multimedia
6
License:        GPLv2+
6
License:        GPLv2+
7
URL:            http://www.lesbonscomptes.com/updmpdcli
7
URL:            http://www.lesbonscomptes.com/updmpdcli
8
Source0:        http://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-%{version}.tar.gz
8
Source0:        http://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-%{version}.tar.gz
...
...
39
39
40
%files
40
%files
41
%defattr(-, root, root, -)
41
%defattr(-, root, root, -)
42
%{_includedir}/libupnpp
42
%{_includedir}/libupnpp
43
%{_libdir}/libupnpp.so*
43
%{_libdir}/libupnpp.so*
44
%{_libdir}/pkgconfig/*.pc
44
45
45
%changelog
46
%changelog
47
* Sun Oct 09 2016 J.F. Dockes <jf@dockes.org> - 0.15.1
48
- Added pkgconfig data
46
* Sun Sep 11 2016 J.F. Dockes <jf@dockes.org> - 0.15.0
49
* Sun Sep 11 2016 J.F. Dockes <jf@dockes.org> - 0.15.0
47
- Add code to support embedded device. Small interface changes.
50
- Add code to support embedded device. Small interface changes.
48
* Sun Feb 07 2016 J.F. Dockes <jf@dockes.org> - 0.14.1
51
* Sun Feb 07 2016 J.F. Dockes <jf@dockes.org> - 0.14.1
49
- Fix bug leading to possible upmpdcli crash when radio service failed to
52
- Fix bug leading to possible upmpdcli crash when radio service failed to
50
  init (e.g.: because of no python2)
53
  init (e.g.: because of no python2)