Mailinglist Archive: opensuse-commit (1083 mails)
| < Previous | Next > |
commit gnuplot
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 06 Sep 2007 22:19:10 +0200
- Message-id: <20070906201910.6BDBA678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gnuplot
checked in at Thu Sep 6 22:19:10 CEST 2007.
--------
--- gnuplot/gnuplot.changes 2007-05-30 16:15:23.000000000 +0200
+++ /mounts/work_src_done/STABLE/gnuplot/gnuplot.changes 2007-09-05 17:03:48.053865000 +0200
@@ -1,0 +2,7 @@
+Wed Sep 5 17:02:11 CEST 2007 - werner@xxxxxxx
+
+- Correct name of app-defaults file
+- Make samples in demo directory usable from any path
+ thanks goes to Dieter Jurzitza
+
+-------------------------------------------------------------------
New:
----
gnuplot-4.2.0-demo.dif
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnuplot.spec ++++++
--- /var/tmp/diff_new_pack.t18993/_old 2007-09-06 22:17:16.000000000 +0200
+++ /var/tmp/diff_new_pack.t18993/_new 2007-09-06 22:17:16.000000000 +0200
@@ -13,12 +13,12 @@
Name: gnuplot
BuildRequires: cairo-devel freetype2-devel gcc-c++ gd-devel gtk2-devel latex2html libjpeg-devel libpng-devel pango-devel plotutils readline-devel texlive-latex wxGTK-devel xorg-x11-devel
URL: http://www.gnuplot.info/
-License: BSD License and BSD-like, Einschraenkungen bei modifiziertem Code:
+License: BSD 3-Clause, Change notification
Group: Productivity/Graphics/Visualization/Graph
Autoreqprov: on
PreReq: %install_info_prereq
Version: 4.2.0
-Release: 26
+Release: 60
Summary: Function Plotting Utility
Source0: gnuplot-4.2.0.tar.bz2
Source2: gnuplot-fr.doc.bz2
@@ -27,6 +27,7 @@
Patch1: gnuplot-4.2.0-x11ovf.dif
Patch2: gnuplot-4.2.0-fonts.dif
Patch3: gnuplot-4.2.0-wxt.dif
+Patch4: gnuplot-4.2.0-demo.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config --variable prefix x11 || echo /usr/X11R6)}
%if "%_exec_prefix" == "/usr/X11R6"
@@ -66,6 +67,7 @@
%patch -P 3 -p 0
%patch -P 0 -p 0
%patch -P 2 -p 0
+%patch -P 4 -p 0
%build
SECSVGA="-DSVGA_IS_SECURE=1"
@@ -145,6 +147,12 @@
install -m 0444 NEWS VERSION BUGS $RPM_BUILD_ROOT/%{_docdir}/gnuplot/
install -m 0444 %{SOURCE3} $RPM_BUILD_ROOT/%{_docdir}/gnuplot/
rm -f $RPM_BUILD_ROOT/%{_docdir}/gnuplot/demo/Makefile*
+ mv -f $RPM_BUILD_ROOT/%_appdef/Gnuplot.app-defaults $RPM_BUILD_ROOT/%_appdef/Gnuplot
+ for dem in $RPM_BUILD_ROOT/%{_docdir}/gnuplot/demo/* ; do
+ sed "s|@@GNUPLOTDEMOPATH@@|%{_docdir}/gnuplot/demo/|g" < ${dem} > ${dem}.tmp
+ touch -r ${dem} ${dem}.tmp
+ mv -f ${dem}.tmp ${dem}
+ done
%clean
rm -rf $RPM_BUILD_ROOT
@@ -164,9 +172,13 @@
%doc %{_mandir}/man1/gnuplot.1.gz
%{_datadir}/gnuplot
%{_datadir}/texmf/tex/latex/gnuplot/
-%{_appdef}/Gnuplot.app-defaults
+%{_appdef}/Gnuplot
%changelog
+* Wed Sep 05 2007 - werner@xxxxxxx
+- Correct name of app-defaults file
+- Make samples in demo directory usable from any path
+ thanks goes to Dieter Jurzitza
* Wed May 30 2007 - werner@xxxxxxx
- Overwrite empty default font for UTF-8 locale (bug #277876)
- Get html docs fully build and installed
++++++ gnuplot-4.2.0-demo.dif ++++++
++++ 1806 lines (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |