Hello community,

here is the log from the commit of package ivtv for openSUSE:Factory checked in 
at 2013-03-12 06:55:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ivtv (Old)
 and      /work/SRC/openSUSE:Factory/.ivtv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ivtv", Maintainer is "r...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ivtv/ivtv.changes        2012-09-20 
15:31:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ivtv.new/ivtv.changes   2013-03-12 
06:55:46.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb  6 18:18:37 CET 2013 - r...@suse.de
+
+- drop off ivtv-firmware to separate package (bnc#757539)
+- package pm-config file for ivtv (bnc#781377) 
+
+-------------------------------------------------------------------

Old:
----
  ivtv-firmware.tar.gz

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

Other differences:
------------------
++++++ ivtv.spec ++++++
--- /var/tmp/diff_new_pack.DqArkE/_old  2013-03-12 06:55:48.000000000 +0100
+++ /var/tmp/diff_new_pack.DqArkE/_new  2013-03-12 06:55:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package ivtv (Version 1.4.0)
+# spec file for package ivtv
 #
-# Copyright (c) 2010 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,22 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           ivtv
-BuildRequires:  gcc-c++ kernel-source kernel-syms module-init-tools
+BuildRequires:  gcc-c++
 Url:            http://ivtvdriver.org/index.php/Main_Page
-License:        GPL-2.0
-Group:          Productivity/Multimedia/Other
-AutoReqProv:    on
 ExclusiveArch:  %ix86 ppc ppc64 x86_64
 Version:        1.4.0
-Release:        1
+Release:        0
 Summary:        Driver Implementation for iCompression or Conexant Video 
Capture Cards
+License:        GPL-2.0
+Group:          Productivity/Multimedia/Other
 Source0:        %{name}-utils-%{version}.tar.bz2
-Source1:        ivtv-firmware.tar.gz
-Source2:        preamble
+Source1:        preamble
 Patch0:         ivtv-optflags.patch
 Patch1:         ivtv-splice.patch
 Patch2:         ivtv-buffer.patch
@@ -45,53 +41,8 @@
 freestyle has not been tested, but it should work or at least be easy
 to get working.
 
-
-
-Authors:
---------
-    Hans Verkuil
-    Chris Kennedy
-
-%package firmware
-Group:          Productivity/Multimedia/Other
-License:        SUSE-Firmware
-Summary:        driver implementation for iCompression or Conexant video 
capture cards
-# for cx8802
-Supplements:    modalias(pci:v000014F1d00008802sv*sd*bc*sc*i*)
-# for pvrusb2
-Supplements:    modalias(usb:v2040p7501d*dc*dsc*dp*ic*isc*ip*)
-Supplements:    modalias(usb:v2040p7500d*dc*dsc*dp*ic*isc*ip*)
-Supplements:    modalias(usb:v2040p7300d*dc*dsc*dp*ic*isc*ip*)
-Supplements:    modalias(usb:v11BAp1001d*dc*dsc*dp*ic*isc*ip*)
-Supplements:    modalias(usb:v11BAp1003d*dc*dsc*dp*ic*isc*ip*)
-Supplements:    modalias(usb:v1164p0602d*dc*dsc*dp*ic*isc*ip*)
-Supplements:    modalias(usb:v1164p0622d*dc*dsc*dp*ic*isc*ip*)
-Supplements:    modalias(usb:v2040p2400d*dc*dsc*dp*ic*isc*ip*)
-Supplements:    modalias(usb:v2040p2950d*dc*dsc*dp*ic*isc*ip*)
-Supplements:    modalias(usb:v2040p2900d*dc*dsc*dp*ic*isc*ip*)
-# for ivtv
-Supplements:    modalias(pci:v00004444d00000016sv*sd*bc*sc*i*)
-Supplements:    modalias(pci:v00004444d00000803sv*sd*bc*sc*i*)
-
-%description firmware
-The primary goal of the IVTV project is to provide a "clean room" Linux
-Open Source driver implementation for video capture cards based on the
-iCompression iTVC15 or Conexant CX23415/CX23416 MPEG Codec. Examples of
-such cards are the Hauppauge PVR 250/350 series of MPEG video capture
-cards, the Hauppauge "freestyle" and the AVerMedia M179 AVerTV. The
-freestyle hasn't been tested, but it should work, or at least be easy
-to get working.
-
-
-
-Authors:
---------
-    Hans Verkuil
-    Chris Kennedy
-
 %prep
-%setup -q -c -n firmware -T -D -a 1
-%setup -q -n ivtv-utils-%{version} -D
+%setup -q -n ivtv-utils-%{version}
 %patch0
 %patch1
 %patch2
@@ -107,9 +58,10 @@
 # install utils
 mkdir -p "%{buildroot}/usr/bin"
 make -C utils DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr install
-# install firmware
-mkdir -p "%{buildroot}/lib/firmware"
-cp -v ../firmware/* "%{buildroot}/lib/firmware"
+# install suspend file
+mkdir -p "%{buildroot}/usr/lib/pm/config.d"
+echo "SUSPEND_MODULES=\"ivtv\"" > %{buildroot}/usr/lib/pm/config.d/ivtv.config
+
 #
 rm -fv doc/install.txt.orig
 # not packaged ATM
@@ -123,10 +75,8 @@
 %defattr(-,root,root)
 %doc COPYING README ChangeLog doc utils/ivtvfwextract.pl
 /usr/bin/*
-
-%files firmware
-%defattr(-,root,root)
-%doc ../firmware/license*txt
-/lib/firmware/*
+%dir /usr/lib/pm
+%dir /usr/lib/pm/config.d
+/usr/lib/pm/config.d/ivtv.config
 
 %changelog

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

Reply via email to