Hello community, here is the log from the commit of package gr-iqbal for openSUSE:Leap:15.2 checked in at 2020-02-19 18:44:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/gr-iqbal (Old) and /work/SRC/openSUSE:Leap:15.2/.gr-iqbal.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gr-iqbal" Wed Feb 19 18:44:38 2020 rev:1 rq:775592 version:0.37.2+git.20191101 Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.gr-iqbal.new.26092/gr-iqbal.changes 2020-02-19 18:44:39.466590234 +0100 @@ -0,0 +1,83 @@ +------------------------------------------------------------------- +Mon Nov 4 15:04:33 UTC 2019 - Martin Pluskal <[email protected]> + +- Fix name of python subpackage +- Use more of modern cmake macros + +------------------------------------------------------------------- +Sun Nov 3 21:38:10 UTC 2019 - Stefan Brüns <[email protected]> + +- Add explicit conflicts to old libgnuradio-iqbalance package, + to make installcheck happy. + +------------------------------------------------------------------- +Fri Nov 1 22:34:12 UTC 2019 - Stefan Brüns <[email protected]> + +- Fix some packaging bugs: + + devel subpackage Provides unversioned library file, fixes file + conflict with old package versions + + Do not require non-existing package from devel-doc subpackage + +------------------------------------------------------------------- +Fri Nov 01 16:15:59 UTC 2019 - [email protected] + +- Update to version 0.37.2+git.20191101: + * Convert GRC xml to yaml + +------------------------------------------------------------------- +Sun Sep 29 16:32:29 UTC 2019 - [email protected] + +- Update to version 0.37.2+git.20190929: + * Port to gnuradio 3.8 +- Cleanup spec file + +------------------------------------------------------------------- +Wed Jan 9 01:58:15 UTC 2019 - Jan Engelhardt <[email protected]> + +- Adjust RPM groups. +- Remove useless ldconfig call from python-gr-iqbal. + +------------------------------------------------------------------- +Sat Dec 9 12:27:59 UTC 2017 - [email protected] + +- improve boost dependency + +------------------------------------------------------------------- +Sun Apr 23 18:13:37 UTC 2017 - [email protected] + +- Add _service file +- Use package-meta for tar_scm service and add git-core + to BuildRequires +- Use some specfiles variables to ease maintenance + +------------------------------------------------------------------- +Wed Mar 8 14:20:51 UTC 2017 - [email protected] + +- Cleanup with spec-cleaner + +------------------------------------------------------------------- +Fri Sep 5 12:47:59 UTC 2014 - [email protected] + +- update to version 0.37.2_2_g44ab02f + +------------------------------------------------------------------- +Wed Aug 20 11:57:15 UTC 2014 - [email protected] + +- change of requires in spec file. libosmodsp > libosmo-dsp + +------------------------------------------------------------------- +Sun Sep 22 15:05:53 UTC 2013 - [email protected] + +- update to version 0.37.1.4 + +------------------------------------------------------------------- +Wed Sep 11 15:30:37 UTC 2013 - [email protected] + +- update to version 0.37.1.3 + hack to make "float complex" works on newer GCC + +------------------------------------------------------------------- +Sat Aug 10 11:41:37 UTC 2013 - [email protected] + +- import into build service + New: ---- _service _servicedata gr-iqbal-0.37.2+git.20191101.tar.xz gr-iqbal.changes gr-iqbal.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gr-iqbal.spec ++++++ # # spec file for package gr-iqbal # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define libname libgnuradio-iqbalance0_37_2git Name: gr-iqbal Version: 0.37.2+git.20191101 Release: 0 Summary: GNU Radio I/Q balancing License: GPL-2.0-only Group: Productivity/Hamradio/Other URL: http://git.osmocom.org/gr-iqbal/ Source: %{name}-%{version}.tar.xz BuildRequires: cmake BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libboost_atomic-devel BuildRequires: libboost_date_time-devel BuildRequires: libboost_filesystem-devel BuildRequires: libboost_program_options-devel BuildRequires: libboost_regex-devel BuildRequires: libboost_system-devel BuildRequires: libboost_test-devel BuildRequires: libboost_thread-devel BuildRequires: libosmo-dsp-devel BuildRequires: orc BuildRequires: pkgconfig BuildRequires: python3-six BuildRequires: swig BuildRequires: pkgconfig(fftw3f) BuildRequires: pkgconfig(gnuradio-runtime) >= 3.8.0 BuildRequires: pkgconfig(python3) %description I/Q balancing for GNU Radio %package -n %{libname} Summary: Libraries for gr-iqbal Group: System/Libraries %description -n %{libname} I/Q balancing for GNU Radio %package -n python3-gr-iqbal Summary: Python bindings for gr-iqbal Group: Development/Libraries/Python Requires: %{libname} = %{version} %description -n python3-gr-iqbal The Python Bindings for gr-iqbal. %package -n libgnuradio-iqbalance-devel Summary: Development files for gr-iqbal Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} Conflicts: libgnuradio-iqbalance <= 0.37.2+git.20151121 # Old library package only had an unversioned library Provides: libgnuradio-iqbalance:%{_libdir}/libgnuradio-iqbalance.so %description -n libgnuradio-iqbalance-devel Library headers for gr-iqbal, I/Q balancing for GNU Radio %package devel-doc Summary: Documentation for gr-iqbal Group: Documentation/HTML Recommends: libgnuradio-iqbalance-devel = %{version} BuildArch: noarch %description devel-doc Documentation for gr-iqbal module for GNU Radio. %prep %setup -q %build %cmake \ -Wno-dev %cmake_build %install %cmake_install mkdir -p %{buildroot}%{_docdir} mv %{buildroot}/%{_datadir}/doc/gr-iqbalance %{buildroot}%{_docdir}/ %fdupes %{buildroot}%{python3_sitearch} %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} %doc AUTHORS %license COPYING %{_datadir}/gnuradio %{_libdir}/libgnuradio-iqbalance.so.* %files -n python3-gr-iqbal %{python3_sitearch}/gnuradio/iqbalance %files -n libgnuradio-iqbalance-devel %{_includedir}/gnuradio/iqbalance %{_includedir}/gnuradio/swig %{_libdir}/libgnuradio-iqbalance.so %{_libdir}/cmake/gnuradio/iqbalance %{_libdir}/pkgconfig/gnuradio-iqbalance.pc %files devel-doc %dir %{_docdir}/gr-iqbalance %{_docdir}/gr-iqbalance/html %{_docdir}/gr-iqbalance/xml %changelog ++++++ _service ++++++ <services> <service mode="disabled" name="obs_scm"> <!--<param name="url">https://git.osmocom.org/gr-iqbal</param>--> <param name="url">https://github.com/StefanBruens/gr-iqbal</param> <param name="scm">git</param> <param name="revision">gnuradio3.8</param> <param name="package-meta">yes</param> <param name="changesgenerate">enable</param> <param name="filename">gr-iqbal</param> <param name="versionformat">0.37.2+git.%cd</param> </service> <service mode="disabled" name="set_version"/> <service mode="disabled" name="tar"/> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/StefanBruens/gr-iqbal</param> <param name="changesrevision">bf3ce91b47673cb9a30a19de9f6f398b3f726160</param> </service> </servicedata>
