Hello community,

here is the log from the commit of package ffado for openSUSE:Factory checked 
in at 2013-04-26 19:21:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffado (Old)
 and      /work/SRC/openSUSE:Factory/.ffado.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffado", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffado/ffado.changes      2012-12-28 
14:59:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ffado.new/ffado.changes 2013-04-26 
19:21:11.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Apr 26 08:46:14 UTC 2013 - [email protected]
+
+- Move udev rules to /usr/lib/udev for openSUSE 12.3 or later.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ffado-mixer.spec ++++++
--- /var/tmp/diff_new_pack.iGaAov/_old  2013-04-26 19:21:12.000000000 +0200
+++ /var/tmp/diff_new_pack.iGaAov/_new  2013-04-26 19:21:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ffado-mixer
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           ffado-mixer
 %define tname libffado
 Version:        2.1.0
@@ -40,13 +41,13 @@
 BuildRequires:  libraw1394-devel >= 1.3.0
 BuildRequires:  libxml++-devel
 BuildRequires:  pkg-config
+BuildRequires:  python-qt4-devel
 BuildRequires:  scons
 BuildRequires:  subversion
 BuildRequires:  update-desktop-files
 BuildRequires:  xdg-utils
 BuildRequires:  xorg-x11-fonts
 BuildRequires:  pkgconfig(dbus-1) >= 1.0
-BuildRequires:  python-qt4-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %{py_requires}

++++++ ffado.spec ++++++
--- /var/tmp/diff_new_pack.iGaAov/_old  2013-04-26 19:21:12.000000000 +0200
+++ /var/tmp/diff_new_pack.iGaAov/_new  2013-04-26 19:21:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ffado
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%if 0%{?suse_version} >= 1230
+%define _udevrulesdir /usr/lib/udev
+%else
+%define _udevrulesdir /lib/udev
+%endif
+
 Name:           ffado
 %define tname libffado
 Version:        2.1.0
@@ -109,6 +116,7 @@
   PREFIX=%{_prefix} \
   LIBDIR=%{_libdir} \
   MANDIR=%{_mandir} \
+  UDEVDIR=%{_udevrulesdir} \
   ENABLE_GENERICAVC=yes \
   SERIALIZE_USE_EXPAT=no \
   DEBUG=no \
@@ -179,6 +187,6 @@
 %files -n libffado2
 %defattr(-,root,root)
 %{_libdir}/%{tname}.so.2*
-/lib/udev/rules.d/60-ffado.rules
+%{_udevrulesdir}/60-ffado.rules
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to