Hello community,

here is the log from the commit of package ffado for openSUSE:Factory checked 
in at 2016-08-06 20:35:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffado (Old)
 and      /work/SRC/openSUSE:Factory/.ffado.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffado"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffado/ffado.changes      2016-03-29 
14:29:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ffado.new/ffado.changes 2016-08-06 
20:35:31.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Mar 20 10:58:31 UTC 2016 - [email protected]
+
+- Use pkgconfig buildrequires where available and cleanup spec file.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ffado.spec ++++++
--- /var/tmp/diff_new_pack.TUoHEn/_old  2016-08-06 20:35:33.000000000 +0200
+++ /var/tmp/diff_new_pack.TUoHEn/_new  2016-08-06 20:35:33.000000000 +0200
@@ -16,16 +16,15 @@
 #
 
 
+%define tname libffado
 %if 0%{?suse_version} < 1310
 %if 0%{?suse_version} >= 1230
-%define _udevrulesdir /usr/lib/udev/rules.d
+%define _udevrulesdir %{_libexecdir}/udev/rules.d
 %else
 %define _udevrulesdir /lib/udev/rules.d
 %endif
 %endif
-
 Name:           ffado
-%define tname libffado
 Version:        2.2.1
 Release:        0
 Summary:        FireWire 1394 support for audio devices, svn snapshot
@@ -40,26 +39,26 @@
 Patch0:         libffado-date_time.patch
 Patch1:         ffado_SConstruct_powerpc_update.patch
 Patch2:         ffado-gcc6.patch
-BuildRequires:  alsa-devel
-BuildRequires:  dbus-1-python-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libavc1394-devel
-BuildRequires:  libconfig++-devel
-BuildRequires:  libdbus-c++-devel
-BuildRequires:  libexpat-devel
-BuildRequires:  libiec61883-devel >= 1.1.0
-BuildRequires:  libraw1394-devel >= 1.3.0
 BuildRequires:  pkg-config
 BuildRequires:  scons
 BuildRequires:  update-desktop-files
 BuildRequires:  xdg-utils
+BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(dbus-1) >= 1.0
+BuildRequires:  pkgconfig(dbus-c++-1)
+BuildRequires:  pkgconfig(dbus-python)
+BuildRequires:  pkgconfig(expat)
+BuildRequires:  pkgconfig(libavc1394)
+BuildRequires:  pkgconfig(libconfig++)
+BuildRequires:  pkgconfig(libiec61883) >= 1.1.0
+BuildRequires:  pkgconfig(libraw1394) >= 2.0.5
 BuildRequires:  pkgconfig(libxml++-2.6) >= 2.13.0
 Requires:       libffado2 = %{version}
 Recommends:     ffado-mixer = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
+%py_requires
 
 %description
 FFADO aims to provide a generic, open-source solution
@@ -105,7 +104,7 @@
 supported devices).
 
 %prep
-%setup -n %{tname}-%{version} -q
+%setup -q -n %{tname}-%{version}
 %patch0
 %patch1 -p1
 %patch2
@@ -118,7 +117,7 @@
 export EXTRA_FLAGS="${EXTRA_FLAGS} -fPIC"
 %endif
 #export DBUS1_FLAGS="$DBUS1_FLAGS -lpthread"
-scons %{?jobs:--jobs=%jobs} \
+scons %{?jobs:--jobs=%{jobs}} \
   PREFIX=%{_prefix} \
   LIBDIR=%{_libdir} \
   MANDIR=%{_mandir} \
@@ -129,6 +128,7 @@
   ENABLE_ALL=yes \
   PYPKGDIR=%{python_sitelib} \
   ENABLE_OPTIMIZATIONS=yes \
+  ENABLE_SETBUFFERSIZE_API_VER=auto \
   BUILD_TESTS=yes \
   ENABLE_DICE=true \
   COMPILE_FLAGS="%{optflags} -fno-strict-aliasing -ggdb ${EXTRA_FLAGS}"
@@ -139,7 +139,6 @@
 %fdupes -s %{buildroot}%{_datadir}
 
 %post -n libffado2 -p /sbin/ldconfig
-
 %postun -n libffado2 -p /sbin/ldconfig
 
 %files


Reply via email to