Hello community, here is the log from the commit of package dx for openSUSE:Factory checked in at Mon Sep 19 16:50:18 CEST 2011.
-------- --- dx/dx.changes 2010-11-24 01:46:10.000000000 +0100 +++ /mounts/work_src_done/STABLE/dx/dx.changes 2011-09-18 19:41:03.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Sep 18 17:17:12 UTC 2011 - [email protected] + +- Remove redundant tags/sections from specfile + (cf. packaging guidelines) +- Comment out unapplied patch 23 to please source-validator + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dx.spec ++++++ --- /var/tmp/diff_new_pack.9GAuwv/_old 2011-09-19 16:50:14.000000000 +0200 +++ /var/tmp/diff_new_pack.9GAuwv/_new 2011-09-19 16:50:14.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package dx (Version 4.4.4) +# spec file for package dx # -# 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 @@ -30,7 +30,6 @@ License: IBM Public License .. Group: Productivity/Graphics/Visualization/Other Requires: tcsh jre -AutoReqProv: on Url: http://opendx.org/ Source0: dx-%{version}.tar.bz2 Source1: dxsamples-%{samplesversion}.tar.bz2 @@ -61,7 +60,7 @@ Patch21: dxsamples-%{samplesversion}-DESTDIR.patch Patch22: dxsamples-%{samplesversion}-rights.patch # PATCH-FIX-UPSTREAM dx-4.4.4-mem-leak-fix.patch (bnc#546115) -Patch23: %{name}-%{version}-mem-leak-fix.patch +#Patch23: %{name}-%{version}-mem-leak-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Recommends: dx-data=%{version}, dx-doc=%{version}, dx-devel=%{version} @@ -72,12 +71,6 @@ gain new insights into data from applications in a wide variety of fields including science, engineering, medicine, and business. - - -Authors: --------- - (C) COPYRIGHT International Business Machines Corp. 1991-1997 - %package doc License: IBM Public License .. Summary: Additional Package Documentation for dx @@ -85,7 +78,6 @@ Provides: dxdoc Requires: %{name} = %{version} Obsoletes: dxdoc -AutoReqProv: on %if 0%{?suse_version} >= 1120 BuildArch: noarch %endif @@ -94,12 +86,6 @@ This package contains the documentation for the IBM Open Visualization Data Explorer in HTML format. - - -Authors: --------- - (C) COPYRIGHT International Business Machines Corp. 1991-1997 - %package data License: IBM Public License .. Summary: Sample data for the IBM Open Visualization Data Explorer @@ -107,7 +93,6 @@ Provides: dxdata Requires: %{name} = %{version} Obsoletes: dxdata -AutoReqProv: on %if 0%{?suse_version} >= 1120 BuildArch: noarch %endif @@ -116,18 +101,11 @@ This package contains some sample data for the IBM Open Visualization Data Explorer. - - -Authors: --------- - (C) COPYRIGHT International Business Machines Corp. 1991-1997 - %package devel License: IBM Public License .. Summary: Headers, static libs and source code files for the IBM Open Visualization Data Explorer Group: Development/Tools/Other Requires: %{name} = %{version} -AutoReqProv: on Requires: glibc-devel libtiff-devel libjpeg-devel fontconfig-devel openmotif-devel Requires: libpng-devel zlib-devel libexpat-devel freetype2-devel Requires: xorg-x11-libXp-devel Mesa-devel xorg-x11-libXmu-devel xorg-x11-libXext-devel @@ -141,12 +119,6 @@ This package contains header C files, static libraries and source code files for the IBM Open Visualization Data Explorer. - - -Authors: --------- - (C) COPYRIGHT International Business Machines Corp. 1991-1997 - %prep %setup -q -b 1 %patch0 @@ -185,16 +157,16 @@ CXXFLAGS="$RPM_OPT_FLAGS -fno-exceptions -fno-strict-aliasing -fsigned-char" \ ./configure --prefix=/opt --mandir=%{_mandir} %endif -# don't use make %{?jobs:-j%jobs}, it will fail -make +# parallel build fails +make -j1 # # dx-samples cd ../dxsamples-%{samplesversion} autoreconf -fi CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \ ./configure --prefix=/opt -# don't use make %{?jobs:-j%jobs}, it will fail -make +# parallel build fails +make -j1 %install make DESTDIR=$RPM_BUILD_ROOT \ @@ -213,9 +185,6 @@ %suse_update_desktop_file -i dx Education Science Math %fdupes -s $RPM_BUILD_ROOT -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,755) %doc AUTHORS COPYING ChangeLog LICENSE NEWS README* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
