Hello community, here is the log from the commit of package PlotDigitizer for openSUSE:Factory checked in at 2013-05-27 09:57:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/PlotDigitizer (Old) and /work/SRC/openSUSE:Factory/.PlotDigitizer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "PlotDigitizer" Changes: -------- --- /work/SRC/openSUSE:Factory/PlotDigitizer/PlotDigitizer.changes 2013-01-08 14:54:53.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.PlotDigitizer.new/PlotDigitizer.changes 2013-05-27 09:57:36.000000000 +0200 @@ -1,0 +2,7 @@ +Fri May 17 20:11:16 UTC 2013 - [email protected] + +- Do not do more than unpack in %prep stage (it can easily make + `quilt setup` fail due to non-existing BuildRequires). + Remove redundant %clean section. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ PlotDigitizer.spec ++++++ --- /var/tmp/diff_new_pack.CyCToY/_old 2013-05-27 09:57:37.000000000 +0200 +++ /var/tmp/diff_new_pack.CyCToY/_new 2013-05-27 09:57:37.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package PlotDigitizer # -# Copyright (c) 2012 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,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: PlotDigitizer Version: 2.6.2 -Release: 1 +Release: 0 Summary: Ditigize scanned plots of functional data License: LGPL-2.1 and GPL-2.0 -Url: http://plotdigitizer.sourceforge.net Group: Productivity/Scientific/Other +Url: http://plotdigitizer.sourceforge.net Source0: http://downloads.sourceforge.net/plotdigitizer/%{name}_%{version}_Source.zip Source1: BareBonesBrowserLaunch.java Source2: PlotDigitizer.desktop @@ -55,6 +56,7 @@ # remove the third party jars find . -iname '*.jar' | xargs rm -rf +%build # rebuild MRJAdapter cd lib unzip MRJAdapter_1.0.8_Src.zip @@ -84,8 +86,6 @@ sed -i '/macos/d' build.xml sed -i '/launch4j/d' build.xml - -%build %ant jar %install @@ -105,9 +105,6 @@ install -Dm 644 Resources/images/%{name}Icon64x64.png %{buildroot}%{_datadir}/pixmaps/%{name}.png %suse_update_desktop_file %{name} -%clean -rm -rf %{buildroot} - %files %defattr(-, root, root) %doc LesserGPL_license.txt README.txt -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
