Hello community,

here is the log from the commit of package dirac for openSUSE:Factory
checked in at Mon Sep 19 16:42:19 CEST 2011.



--------
--- dirac/dirac.changes 2011-04-15 20:12:28.000000000 +0200
+++ /mounts/work_src_done/STABLE/dirac/dirac.changes    2011-09-18 
20:08:20.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Sep 18 17:17:12 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+- Add dirac-devel to baselibs
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ dirac.spec ++++++
--- /var/tmp/diff_new_pack.WFeNTD/_old  2011-09-19 16:42:15.000000000 +0200
+++ /var/tmp/diff_new_pack.WFeNTD/_new  2011-09-19 16:42:15.000000000 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           dirac
@@ -56,25 +55,6 @@
 techniques, in a clear and accessible software structure. It is not
 intended as a demonstration or reference coder.
 
-
-
-Authors:
---------
-    Thomas Davies <[email protected]>, BBC Research and Development
-    Richard Felton <[email protected]>, BBC Research and Development
-    Scott Robert Ladd <[email protected]>, Coyote Gulch Productions
-    Stuart Cunningham <[email protected]>, BBC Research and Development
-    Anuradha Suraparaju <[email protected]>, BBC Research and Development
-    Chris Bowley <[email protected]>, BBC Research and Development
-    Tim Borer <[email protected]>, BBC Research and Development
-    Peter Meerwald <[email protected]>
-    Steve Bearcroft <[email protected]>
-    Zen <[email protected]>
-    Mike Ferenduros <[email protected]>
-    Andrew Kennedy <[email protected]>, BBC Research and Development
-    Peter Bleackley <[email protected]>, BBC Research and Development
-    Myo Tun <[email protected]>, Brunel University
-
 %package -n libdirac_decoder0
 License:        MPL ..
 Group:          System/Libraries
@@ -100,25 +80,6 @@
 techniques, in a clear and accessible software structure. It is not
 intended as a demonstration or reference coder.
 
-
-
-Authors:
---------
-    Thomas Davies <[email protected]>, BBC Research and Development
-    Richard Felton <[email protected]>, BBC Research and Development
-    Scott Robert Ladd <[email protected]>, Coyote Gulch Productions
-    Stuart Cunningham <[email protected]>, BBC Research and Development
-    Anuradha Suraparaju <[email protected]>, BBC Research and Development
-    Chris Bowley <[email protected]>, BBC Research and Development
-    Tim Borer <[email protected]>, BBC Research and Development
-    Peter Meerwald <[email protected]>
-    Steve Bearcroft <[email protected]>
-    Zen <[email protected]>
-    Mike Ferenduros <[email protected]>
-    Andrew Kennedy <[email protected]>, BBC Research and Development
-    Peter Bleackley <[email protected]>, BBC Research and Development
-    Myo Tun <[email protected]>, Brunel University
-
 %package -n libdirac_encoder0
 License:        MPL ..
 Group:          System/Libraries
@@ -144,30 +105,10 @@
 techniques, in a clear and accessible software structure. It is not
 intended as a demonstration or reference coder.
 
-
-
-Authors:
---------
-    Thomas Davies <[email protected]>, BBC Research and Development
-    Richard Felton <[email protected]>, BBC Research and Development
-    Scott Robert Ladd <[email protected]>, Coyote Gulch Productions
-    Stuart Cunningham <[email protected]>, BBC Research and Development
-    Anuradha Suraparaju <[email protected]>, BBC Research and Development
-    Chris Bowley <[email protected]>, BBC Research and Development
-    Tim Borer <[email protected]>, BBC Research and Development
-    Peter Meerwald <[email protected]>
-    Steve Bearcroft <[email protected]>
-    Zen <[email protected]>
-    Mike Ferenduros <[email protected]>
-    Andrew Kennedy <[email protected]>, BBC Research and Development
-    Peter Bleackley <[email protected]>, BBC Research and Development
-    Myo Tun <[email protected]>, Brunel University
-
 %package devel
 License:        MPL ..
 Group:          Development/Libraries/C and C++
 Summary:        Development Files for Dirac Video Codec
-AutoReqProv:    on
 Requires:       libdirac_decoder0 = %{version}
 Requires:       libdirac_encoder0 = %{version}
 Provides:       libdirac-devel = %{version}-%{release}
@@ -193,25 +134,6 @@
 techniques, in a clear and accessible software structure. It is not
 intended as a demonstration or reference coder.
 
-
-
-Authors:
---------
-    Thomas Davies <[email protected]>, BBC Research and Development
-    Richard Felton <[email protected]>, BBC Research and Development
-    Scott Robert Ladd <[email protected]>, Coyote Gulch Productions
-    Stuart Cunningham <[email protected]>, BBC Research and Development
-    Anuradha Suraparaju <[email protected]>, BBC Research and Development
-    Chris Bowley <[email protected]>, BBC Research and Development
-    Tim Borer <[email protected]>, BBC Research and Development
-    Peter Meerwald <[email protected]>
-    Steve Bearcroft <[email protected]>
-    Zen <[email protected]>
-    Mike Ferenduros <[email protected]>
-    Andrew Kennedy <[email protected]>, BBC Research and Development
-    Peter Bleackley <[email protected]>, BBC Research and Development
-    Myo Tun <[email protected]>, Brunel University
-
 %package doc
 License:        MPL ..
 Group:          Documentation/HTML
@@ -243,7 +165,7 @@
 %configure\
        --disable-static \
        --docdir=%{_docdir}/packages/%{name}
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 #htmldir=%{_docdir}/%{name}/code/api_html
 
 %install
@@ -252,9 +174,6 @@
 %{__cp} -a AUTHORS COPYING ChangeLog NEWS README TODO 
%{buildroot}%{_docdir}/%{name}/
 %fdupes %{buildroot}%{_docdir}/%{name}
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %post -n libdirac_decoder0 -p /sbin/ldconfig
 
 %postun -n libdirac_decoder0 -p /sbin/ldconfig

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.WFeNTD/_old  2011-09-19 16:42:15.000000000 +0200
+++ /var/tmp/diff_new_pack.WFeNTD/_new  2011-09-19 16:42:15.000000000 +0200
@@ -1,2 +1,6 @@
 libdirac_decoder0
 libdirac_encoder0
+dirac-devel
+       requires -dirac-<targettype>
+       requires "libdirac_decoder0-<targettype> = <version>"
+       requires "libdirac_encoder0-<targettype> = <version>"


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



Remember to have fun...

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

Reply via email to