rpms/gnuplot/devel gnuplot.spec,1.51,1.52

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Tue Nov 6 13:48:57 UTC 2007


Author: varekova

Update of /cvs/pkgs/rpms/gnuplot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11340

Modified Files:
	gnuplot.spec 
Log Message:
- fix webify.pl permissions
- add eg7.eps to documentation



Index: gnuplot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnuplot/devel/gnuplot.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- gnuplot.spec	2 Nov 2007 11:23:22 -0000	1.51
+++ gnuplot.spec	6 Nov 2007 13:48:24 -0000	1.52
@@ -17,7 +17,7 @@
 Summary: A program for plotting mathematical expressions and data
 Name: gnuplot
 Version: %{major}.%{minor}.%{patchlevel}
-Release: 3%{?dist}
+Release: 4%{?dist}
 # Modifications are to be distributed as patches to the released version.
 License: gnuplot and GPLv2
 Group: Applications/Engineering
@@ -68,6 +68,7 @@
 iconv -f windows-1252 -t utf-8 ChangeLog > ChangeLog.aux
 mv ChangeLog.aux ChangeLog
 chmod 644 src/getcolor.h
+chmod 644 demo/html/webify.pl
 
 %build
 %configure --with-readline=gnu --with-png --without-linux-vga \
@@ -113,7 +114,7 @@
 %defattr(-,root,root,-)
 %doc BUGS ChangeLog Copyright FAQ NEWS README TODO 
 %doc docs/psdoc/ps_guide.ps docs/psdoc/ps_symbols.ps tutorial/tutorial.dvi demo docs/psdoc/ps_file.doc 
-%doc docs/psdoc/ps_fontfile_doc.pdf docs/htmldocs
+%doc docs/psdoc/ps_fontfile_doc.pdf docs/htmldocs tutorial/eg7.eps
 %dir %{_libexecdir}/gnuplot
 %dir %{_libexecdir}/gnuplot/%{major}.%{minor}
 %{_libexecdir}/gnuplot/%{major}.%{minor}/gnuplot_x11
@@ -145,6 +146,10 @@
 %{emacs_lispdir}/%{name}/*.el
 
 %changelog
+* Tue Nov  6 2007 Ivana Varekova <varekova at redhat.com> - 4.2.2-4
+- fix webify.pl permissions
+- add eg7.eps to documentation
+
 * Thu Nov  1 2007 Ivana Varekova <varekova at redhat.com> - 4.2.2-3
 - add emacs buildrequires
 - add emacs-* macros




More information about the fedora-extras-commits mailing list