Hello community,

here is the log from the commit of package sndio for openSUSE:Factory checked 
in at 2016-07-14 09:47:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sndio (Old)
 and      /work/SRC/openSUSE:Factory/.sndio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sndio"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sndio/sndio.changes      2016-02-05 
00:31:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sndio.new/sndio.changes 2016-07-14 
09:47:46.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jul 10 07:30:36 UTC 2016 - mplus...@suse.com
+
+- Build with optflags
+- Small spec file cleanup with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sndio.spec ++++++
--- /var/tmp/diff_new_pack.LbCcko/_old  2016-07-14 09:47:47.000000000 +0200
+++ /var/tmp/diff_new_pack.LbCcko/_new  2016-07-14 09:47:47.000000000 +0200
@@ -50,7 +50,7 @@
 %package -n sndio-devel
 Summary:        Library Developer Files for sndio
 Group:          Development/Libraries/C and C++
-Requires:       libsndio6_0 = %version
+Requires:       libsndio6_0 = %{version}
 
 %description -n sndio-devel
 This package contains files needed for development with the sndio
@@ -60,6 +60,8 @@
 %setup -q
 
 %build
+export CFLAGS="%{optflags}"
+# not autotools configure
 ./configure --prefix=%{_prefix} --libdir=%{_libdir} --enable-alsa
 make %{?_smp_mflags}
 
@@ -74,8 +76,10 @@
 %{_bindir}/aucat
 %{_bindir}/midicat
 %{_bindir}/sndiod
-%{_mandir}/man1/*.1*
-%{_mandir}/man7/*.7*
+%{_mandir}/man1/aucat.1%{ext_man}
+%{_mandir}/man1/midicat.1%{ext_man}
+%{_mandir}/man1/sndiod.1%{ext_man}
+%{_mandir}/man7/sndio.7%{ext_man}
 
 %files -n libsndio6_0
 %defattr(-,root,root)
@@ -85,6 +89,6 @@
 %defattr(-,root,root)
 %{_includedir}/sndio.h
 %{_libdir}/libsndio.so
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*.3%{ext_man}
 
 %changelog


Reply via email to