Hello community, here is the log from the commit of package libosmo-dsp for openSUSE:Factory checked in at 2018-03-20 22:00:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libosmo-dsp (Old) and /work/SRC/openSUSE:Factory/.libosmo-dsp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libosmo-dsp" Tue Mar 20 22:00:45 2018 rev:3 rq:588750 version:0.3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/libosmo-dsp/libosmo-dsp.changes 2018-01-09 14:54:26.992267448 +0100 +++ /work/SRC/openSUSE:Factory/.libosmo-dsp.new/libosmo-dsp.changes 2018-03-20 22:01:10.563919229 +0100 @@ -1,0 +2,8 @@ +Mon Mar 19 19:03:05 UTC 2018 - [email protected] + +- Use versionrewrite-pattern in the service file to get the + the proper tag. +- Run spec-cleaner +- Fix URL + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libosmo-dsp.spec ++++++ --- /var/tmp/diff_new_pack.PBgByP/_old 2018-03-20 22:01:11.463886827 +0100 +++ /var/tmp/diff_new_pack.PBgByP/_new 2018-03-20 22:01:11.467886683 +0100 @@ -5,27 +5,24 @@ # # This file is under MIT license +%define libname libosmodsp0 Name: libosmo-dsp Version: 0.3.8 Release: 0 Summary: SDR DSP primitives -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Hamradio/Other -Url: http://sdr.osmocom.org/trac/wiki/rtl-sdr +URL: https://osmocom.org/projects/libosmo-dsp Source: %{name}-%{version}.tar.xz Patch0: HTML_TIMESTAMP.diff -BuildRoot: %{_tmppath}/%{name}-%{version}-build - BuildRequires: automake >= 1.6 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: libtool >= 2 +BuildRequires: pkgconfig BuildRequires: texlive-latex -BuildRequires: pkg-config BuildRequires: pkgconfig(fftw3f) >= 3.2 -%define libname libosmodsp0 - %description A library with SDR DSP primitives @@ -84,7 +81,7 @@ %files doc %defattr(-,root,root) -%doc /usr/share/doc/libosmodsp -%exclude /usr/share/doc/libosmodsp/html/*.log +%doc %{_datadir}/doc/libosmodsp +%exclude %{_datadir}/doc/libosmodsp/html/*.log %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.PBgByP/_old 2018-03-20 22:01:11.515884955 +0100 +++ /var/tmp/diff_new_pack.PBgByP/_new 2018-03-20 22:01:11.515884955 +0100 @@ -3,9 +3,8 @@ <param name="scm">git</param> <param name="url">git://git.osmocom.org/libosmo-dsp</param> <param name="revision">master</param> - <!-- some issue with set_version (issue 42) means we currently need to manually specify the tag --> - <param name="parent-tag">v0.3</param> - <param name="versionformat">0.3.@TAG_OFFSET@</param> + <param name="versionrewrite-pattern">v(.*)</param> + <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param>
