Hello community,

here is the log from the commit of package dvbtune for openSUSE:Factory checked 
in at 2015-08-07 00:24:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dvbtune (Old)
 and      /work/SRC/openSUSE:Factory/.dvbtune.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dvbtune"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dvbtune/dvbtune.changes  2014-10-18 
09:09:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dvbtune.new/dvbtune.changes     2015-08-07 
00:24:39.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Aug  6 06:27:03 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Do not use cvs snapshot but released version
+- Cleanup spec file with spec-cleaner
+- Refresh dvbtune-use-rpmopts
+
+-------------------------------------------------------------------

Old:
----
  dvbtune-cvs.tar.bz2

New:
----
  dvbtune-0.5.tar.gz

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

Other differences:
------------------
++++++ dvbtune.spec ++++++
--- /var/tmp/diff_new_pack.IakyR0/_old  2015-08-07 00:24:40.000000000 +0200
+++ /var/tmp/diff_new_pack.IakyR0/_new  2015-08-07 00:24:40.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dvbtune
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,11 +23,11 @@
 License:        GPL-2.0+
 Group:          Hardware/TV
 Url:            http://www.linuxstb.org/dvbtune/index.shtml
-Source:         %name-cvs.tar.bz2
-Patch:          %name-use-rpmopts
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source0:        
http://sourceforge.net/projects/dvbtools/files/dvbtune/dvbtune-%{version}/dvbtune-%{version}.tar.gz
+Patch0:         dvbtune-use-rpmopts
 BuildRequires:  dvb
 BuildRequires:  libxml2-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 DVBtune is a tuning application for DVB cards supported by the Linux
@@ -45,33 +45,26 @@
 xml2vdr can convert this XML file into a "channels.conf" file suitable
 for use with the VDR application.
 
-
-
-Authors:
---------
-    David Chapman <d...@dchapman.com>
-
 %prep
-%setup -n dvbtune-cvs
-rm -rf scripts/CVS
-%patch -p1
+%setup -q
+%patch0 -p1
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.
 # So we disable it here, if you want to retest, just delete this comment and 
the line below.
 export SUSE_ASNEEDED=0
 make %{?_smp_mflags}
-make xml2vdr
+make %{?_smp_mflags} xml2vdr
 
 %install
 bins="dvbtune xml2vdr"
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-install -m 755 $bins $RPM_BUILD_ROOT/usr/bin
+mkdir -p %{buildroot}%{_prefix}/bin
+install -m 755 $bins %{buildroot}%{_prefix}/bin
 
 %files
 %defattr(-,root,root)
 %doc README scripts
-/usr/bin/dvbtune
-/usr/bin/xml2vdr
+%{_bindir}/dvbtune
+%{_bindir}/xml2vdr
 
 %changelog

++++++ dvbtune-use-rpmopts ++++++
--- /var/tmp/diff_new_pack.IakyR0/_old  2015-08-07 00:24:40.000000000 +0200
+++ /var/tmp/diff_new_pack.IakyR0/_new  2015-08-07 00:24:40.000000000 +0200
@@ -1,9 +1,11 @@
---- dvbtune-cvs/Makefile.orig  2005-11-14 15:41:25.000000000 +0100
-+++ dvbtune-cvs/Makefile       2005-11-14 16:06:59.000000000 +0100
+Index: dvbtune-0.5/Makefile
+===================================================================
+--- dvbtune-0.5.orig/Makefile
++++ dvbtune-0.5/Makefile
 @@ -1,5 +1,5 @@
  INCS=-I /usr/include/libxml2
 -CFLAGS= -Wall $(INCS)
 +CFLAGS= -Wall $(RPM_OPT_FLAGS) $(INCS)
- LDFLAGS=-lxml2
  CC=gcc
  all: dvbtune
+ 


Reply via email to