Hello community,

here is the log from the commit of package ffado for openSUSE:Factory checked 
in at 2012-12-28 14:59:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffado (Old)
 and      /work/SRC/openSUSE:Factory/.ffado.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffado", Maintainer is "sts...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffado/ffado-mixer.changes        2012-06-28 
15:26:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ffado.new/ffado-mixer.changes   2012-12-28 
14:59:51.000000000 +0100
@@ -1,0 +2,22 @@
+Mon Dec 24 19:15:05 UTC 2012 - p.drou...@gmail.com
+
+- Update to 2.1.0 version:
+  * Significantly improved support for the new "juju" firewire stack 
+    found in newer kernels
+  * Support for JACK freewheeling mode and set-buffer-size operation
+  * Lower CPU usage
+  * udev rules included in FFADO to give user access to audio device files
+  * More stable streaming
+  * Fix crash when realtime system clock was set
+  * Fix race conditions and invalid memory accesses on shutdown
+  * Fixes for clean compilation on recent gcc versions (up to 4.7)
+  * ffado-diag enhanced to aid debugging efforts
+  * Many bugs fixed 
+- Remove patchs merged on upstream release:
+  * ffado-gcc47.patch
+  * libffado-bswap.patch
+- Do not use and include ChangeLog in the package because the svn repo is down
+  and this file could not be update
+- Remove useless conditional macros
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/ffado/ffado.changes      2012-06-28 
15:26:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ffado.new/ffado.changes 2012-12-28 
14:59:51.000000000 +0100
@@ -1,0 +2,22 @@
+Mon Dec 24 19:15:58 UTC 2012 - p.drou...@gmail.com
+
+- Update to 2.1.0 version:
+  * Significantly improved support for the new "juju" firewire stack 
+    found in newer kernels
+  * Support for JACK freewheeling mode and set-buffer-size operation
+  * Lower CPU usage
+  * udev rules included in FFADO to give user access to audio device files
+  * More stable streaming
+  * Fix crash when realtime system clock was set
+  * Fix race conditions and invalid memory accesses on shutdown
+  * Fixes for clean compilation on recent gcc versions (up to 4.7)
+  * ffado-diag enhanced to aid debugging efforts
+  * Many bugs fixed 
+- Remove patchs merged on upstream release:
+  * ffado-gcc47.patch
+  * libffado-bswap.patch
+- Do not use and include ChangeLog in the package because the svn repo is down
+  and this file could not be update
+- Remove useless conditional macros
+
+-------------------------------------------------------------------

Old:
----
  ChangeLog
  ffado-gcc47.patch
  libffado-2.0.1.2040.tar.bz2
  libffado-bswap.patch

New:
----
  libffado-2.1.0.tar.bz2

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

Other differences:
------------------
++++++ ffado-mixer.spec ++++++
--- /var/tmp/diff_new_pack.nZluaJ/_old  2012-12-28 14:59:52.000000000 +0100
+++ /var/tmp/diff_new_pack.nZluaJ/_new  2012-12-28 14:59:52.000000000 +0100
@@ -15,23 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-# The python_sitelib macro doesn't seem to be available in 11.1 and 11.0
-%if 0%{?suse_version} < 1120
-%define python_sitelib %{_libexecdir}/python%{py_ver}/site-packages
-%endif
-
 Name:           ffado-mixer
 %define tname libffado
-Version:        2.0.1.2040
+Version:        2.1.0
 Release:        0
 Summary:        FireWire 1394 support for audio devices, svn snapshot
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Other
 Url:            http://www.ffado.org/
 Source0:        %{tname}-%{version}.tar.bz2
-Patch1:         ffado-gcc47.patch
-Patch2:         libffado-bswap.patch
 BuildRequires:  alsa-devel
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  doxygen
@@ -54,11 +46,7 @@
 BuildRequires:  xdg-utils
 BuildRequires:  xorg-x11-fonts
 BuildRequires:  pkgconfig(dbus-1) >= 1.0
-%if 0%{?suse_version} > 1110
 BuildRequires:  python-qt4-devel
-%else
-BuildRequires:  python-qt4
-%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %{py_requires}
@@ -79,22 +67,19 @@
 %package -n ffado-doc
 Summary:        API documentation for ffado
 Group:          Documentation/HTML
-%if 0%{?suse_version} >= 1120
 BuildArch:      noarch
-%endif
 
 %description -n ffado-doc
 This package contains the libffado API documentation.
 
 %prep
 %setup -n %{tname}-%{version} -q
-%patch1 -p1
-%patch2 -p1
 
 %build
 scons %{?jobs:--jobs=%jobs} \
   PREFIX=%{_prefix} \
   LIBDIR=%{_libdir} \
+  MANDIR=%{_mandir} \
   ENABLE_GENERICAVC=yes \
   SERIALIZE_USE_EXPAT=no \
   DEBUG=no \
@@ -122,6 +107,10 @@
 rm -r %{buildroot}%{_includedir}/libffado
 rm -r %{buildroot}%{_libdir}/pkgconfig
 
+# Remove the useless udev rules and man pages on the mixer package
+rm -r %{buildroot}%{_mandir}
+rm -r %{buildroot}/lib
+
 rpm -ql ffado | while read file; do
   rm -v "%{buildroot}$file" || true
 done

++++++ ffado.spec ++++++
--- /var/tmp/diff_new_pack.nZluaJ/_old  2012-12-28 14:59:52.000000000 +0100
+++ /var/tmp/diff_new_pack.nZluaJ/_new  2012-12-28 14:59:52.000000000 +0100
@@ -15,15 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-# The python_sitelib macro doesn't seem to be available in 11.1 and 11.0
-%if 0%{?suse_version} < 1120
-%define python_sitelib %{_libexecdir}/python%{py_ver}/site-packages
-%endif
-
 Name:           ffado
 %define tname libffado
-Version:        2.0.1.2040
+Version:        2.1.0
 Release:        0
 Summary:        FireWire 1394 support for audio devices, svn snapshot
 License:        GPL-2.0+
@@ -31,11 +25,10 @@
 Url:            http://www.ffado.org/
 Source0:        %{tname}-%{version}.tar.bz2
 Source1:        baselibs.conf
-Source2:        ChangeLog
+# The svn repository is actually down, the changes are not update: don't use it
+#Source2:        ChangeLog
 # No current date and time allowed.
 Patch0:         libffado-date_time.patch
-Patch1:         ffado-gcc47.patch
-Patch2:         libffado-bswap.patch
 BuildRequires:  alsa-devel
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  fdupes
@@ -103,9 +96,8 @@
 %prep
 %setup -n %{tname}-%{version} -q
 %patch0
-%patch1 -p1
-%patch2 -p1
-cp %{SOURCE2} .
+# The svn repo is actually unavailable
+#cp %{SOURCE2} .
 
 %build
 export EXTRA_FLAGS=""
@@ -116,6 +108,7 @@
 scons %{?jobs:--jobs=%jobs} \
   PREFIX=%{_prefix} \
   LIBDIR=%{_libdir} \
+  MANDIR=%{_mandir} \
   ENABLE_GENERICAVC=yes \
   SERIALIZE_USE_EXPAT=no \
   DEBUG=no \
@@ -137,7 +130,11 @@
 
 %files
 %defattr(-,root,root)
-%doc README AUTHORS ChangeLog LICENSE.GPLv2 LICENSE.GPLv3
+%doc README
+%doc AUTHORS
+%doc LICENSE.GPLv2
+%doc LICENSE.GPLv3
+#%doc ChangeLog
 %{_bindir}/dumpiso_mod
 %{_bindir}/gen-loadpulses
 %{_bindir}/scan-devreg
@@ -161,9 +158,16 @@
 %{_bindir}/test-volume
 %{_bindir}/test-watchdog
 %{_bindir}/unmute-ozonic
+%{_bindir}/test-cycle-time
+%{_bindir}/set-default-router-config-dice-eap
 %{_datadir}/dbus-1/services/org.ffado.Control.service
 %{_bindir}/ffado*
 %{_datadir}/%{tname}
+%{_mandir}/man1/ffado-bridgeco-downloader.1.gz
+%{_mandir}/man1/ffado-dbus-server.1.gz
+%{_mandir}/man1/ffado-diag.1.gz
+%{_mandir}/man1/ffado-dice-firmware.1.gz
+%{_mandir}/man1/ffado-fireworks-downloader.1.gz
 
 %files -n libffado-devel
 %defattr(-,root,root)
@@ -175,5 +179,6 @@
 %files -n libffado2
 %defattr(-,root,root)
 %{_libdir}/%{tname}.so.2*
+/lib/udev/rules.d/60-ffado.rules
 
 %changelog

++++++ libffado-2.0.1.2040.tar.bz2 -> libffado-2.1.0.tar.bz2 ++++++
++++ 9845 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to