commit dvgrab for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package dvgrab for openSUSE:Factory checked 
in at 2011-12-06 18:07:24

Comparing /work/SRC/openSUSE:Factory/dvgrab (Old)
 and  /work/SRC/openSUSE:Factory/.dvgrab.new (New)


Package is "dvgrab", Maintainer is "wolfgang.en...@suse.com"

Changes:




Other differences:
--
++ dvgrab.spec ++
--- /var/tmp/diff_new_pack.TAc66z/_old  2011-12-06 18:11:29.0 +0100
+++ /var/tmp/diff_new_pack.TAc66z/_new  2011-12-06 18:11:29.0 +0100
@@ -20,7 +20,7 @@
 Name:   dvgrab
 Version:3.5
 Release:8
-License:GPLv2+
+License:GPL-2.0+
 Summary:Record Digital Video (DV) via an IEEE 1394 (Firewire) Interface
 Url:http://www.kinodv.org/
 Group:  Productivity/Multimedia/CD/Grabbers

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



commit dvgrab for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package dvgrab for openSUSE:Factory
checked in at Wed Sep 21 17:01:27 CEST 2011.




--- dvgrab/dvgrab.changes   2011-05-27 12:46:59.0 +0200
+++ /mounts/work_src_done/STABLE/dvgrab/dvgrab.changes  2011-09-18 
19:34:49.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ dvgrab.spec ++
--- /var/tmp/diff_new_pack.MNalgN/_old  2011-09-21 17:01:21.0 +0200
+++ /var/tmp/diff_new_pack.MNalgN/_new  2011-09-21 17:01:21.0 +0200
@@ -53,9 +53,6 @@
 %install
 %makeinstall
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog README TODO






Remember to have fun...

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



commit dvgrab for openSUSE:Factory

2011-05-30 Thread h_root

Hello community,

here is the log from the commit of package dvgrab for openSUSE:Factory
checked in at Mon May 30 10:54:24 CEST 2011.




--- dvgrab/dvgrab.changes   2010-10-10 13:58:03.0 +0200
+++ /mounts/work_src_done/STABLE/dvgrab/dvgrab.changes  2011-05-27 
12:46:59.0 +0200
@@ -1,0 +2,5 @@
+Fri May 27 10:44:43 UTC 2011 - idon...@novell.com
+
+- Add BuildRequires on libavc1394-devel and zlib-devel 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ dvgrab.spec ++
--- /var/tmp/diff_new_pack.RdiQBK/_old  2011-05-30 10:52:38.0 +0200
+++ /var/tmp/diff_new_pack.RdiQBK/_new  2011-05-30 10:52:38.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package dvgrab (Version 3.5)
+# spec file for package dvgrab
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,21 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   dvgrab
-BuildRequires:  gcc-c++ libiec61883-devel libjpeg-devel libquicktime-devel 
libraw1394-devel pkgconfig
-Url:http://www.kinodv.org/
-License:GPLv2+
-Group:  Productivity/Multimedia/CD/Grabbers
-AutoReqProv:on
 Version:3.5
-Release:4
+Release:8
+License:GPLv2+
 Summary:Record Digital Video (DV) via an IEEE 1394 (Firewire) Interface
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:http://www.kinodv.org/
+Group:  Productivity/Multimedia/CD/Grabbers
 Source: %{name}-%{version}.tar.bz2
 Patch1: dvgrab-3.2-gcc44.patch
+BuildRequires:  gcc-c++
+BuildRequires:  libavc1394-devel
+BuildRequires:  libiec61883-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  libquicktime-devel
+BuildRequires:  libraw1394-devel
+BuildRequires:  pkgconfig
+BuildRequires:  zlib-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 dvgrab receives audio and video data from a digital camcorder via an
@@ -37,29 +42,24 @@
 file. It features autosplit of long video sequences into several files
 and supports saving the data as raw frames, AVI type 1, and AVI type 2.
 
-Authors:
-
-Arne Schirmacher 
-Dan Dennedy 
-
 %prep
 %setup -q
 %patch1 -p1
 
 %build
 %configure
-make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+%makeinstall
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog README TODO
-/usr/bin/dvgrab
+%{_bindir}/dvgrab
 %{_mandir}/man1/dvgrab.1*
 
 %changelog






Remember to have fun...

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