Hello community,

here is the log from the commit of package gnuradio for openSUSE:Factory 
checked in at 2016-11-24 21:24:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuradio (Old)
 and      /work/SRC/openSUSE:Factory/.gnuradio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuradio"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuradio/gnuradio.changes        2016-10-04 
15:59:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnuradio.new/gnuradio.changes   2016-11-24 
21:24:38.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Oct 20 19:35:33 UTC 2016 - [email protected]
+
+- Rename soname macro to sover because it did not reflect the
+  SONAME.
+- RPM group reclassification
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnuradio.spec ++++++
--- /var/tmp/diff_new_pack.F8eR0w/_old  2016-11-24 21:24:39.000000000 +0100
+++ /var/tmp/diff_new_pack.F8eR0w/_new  2016-11-24 21:24:39.000000000 +0100
@@ -19,8 +19,8 @@
 Name:           gnuradio
 Version:        3.7.10.1
 Release:        0
-%define soname  3_7_10-0_0_0
-%define soname_volk  1_3
+%define sover  3_7_10-0_0_0
+%define sover_volk  1_3
 Summary:        GNU software radio
 License:        GPL-3.0+
 Group:          Productivity/Hamradio/Other
@@ -96,12 +96,12 @@
 
 This package contains the wxgui blocks
 
-%package     -n libgnuradio-%{soname}
+%package     -n libgnuradio-%{sover}
 Summary:        Libraries for GNU Radio
 Group:          System/Libraries
 Obsoletes:      libgnuradio0
 
-%description -n libgnuradio-%{soname}
+%description -n libgnuradio-%{sover}
 GNU Radio is a collection of software that when combined with minimal
 hardware, allows the construction of radios where the actual waveforms
 transmitted and received are defined by software. What this means is
@@ -110,13 +110,13 @@
 
 This package contains the libraries for GNU Radio.
 
-%package     -n libvolk%{soname_volk}
+%package     -n libvolk%{sover_volk}
 Summary:        Libraries for GNU Radio
 Group:          System/Libraries
 Conflicts:      libgnuradio0
 Obsoletes:      libvolk0_0_0
 
-%description -n libvolk%{soname_volk}
+%description -n libvolk%{sover_volk}
 GNU Radio is a collection of software that when combined with minimal
 hardware, allows the construction of radios where the actual waveforms
 transmitted and received are defined by software. What this means is
@@ -127,7 +127,7 @@
 
 %package        devel
 Summary:        Deveopment files for GNU Radio
-Group:          Development/Libraries/Other
+Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 
 %description    devel
@@ -142,7 +142,7 @@
 
 %package        doc
 Summary:        GNU Radio documentation
-Group:          Documentation/Other
+Group:          Documentation/HTML
 Requires:       %{name} = %{version}
 BuildArch:      noarch
 
@@ -230,13 +230,13 @@
 %fdupes -s %{buildroot}%{_includedir}
 %fdupes -s %{buildroot}%{_libdir}
 
-%post -n libgnuradio-%{soname} -p /sbin/ldconfig
+%post -n libgnuradio-%{sover} -p /sbin/ldconfig
 
-%post -n libvolk%{soname_volk} -p /sbin/ldconfig
+%post -n libvolk%{sover_volk} -p /sbin/ldconfig
 
-%postun -n libgnuradio-%{soname} -p /sbin/ldconfig
+%postun -n libgnuradio-%{sover} -p /sbin/ldconfig
 
-%postun -n libvolk%{soname_volk} -p /sbin/ldconfig
+%postun -n libvolk%{sover_volk} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
@@ -279,12 +279,11 @@
 %{_datadir}/gnuradio/grc/blocks/variable_static_text.xml
 %{_datadir}/gnuradio/grc/blocks/variable_text_box.xml
 
-%files -n libgnuradio-%{soname}
+%files -n libgnuradio-%{sover}
 %defattr(-,root,root,-)
-%{_libdir}/lib*.so.*
-%exclude %{_libdir}/libvolk*.so.*
+%{_libdir}/libgnuradio*.so.*
 
-%files -n libvolk%{soname_volk}
+%files -n libvolk%{sover_volk}
 %defattr(-,root,root,-)
 %{_libdir}/libvolk*.so.*
 


Reply via email to