rpms/tetex-lgrind/FC-3 lgrind-3.67-parsevartab.patch, NONE, 1.1 tetex-lgrind.spec, 1.5, 1.6

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Jul 23 20:00:55 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/tetex-lgrind/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23203

Modified Files:
	tetex-lgrind.spec 
Added Files:
	lgrind-3.67-parsevartab.patch 
Log Message:
Sync with FC-4 and devel.

lgrind-3.67-parsevartab.patch:

--- NEW FILE lgrind-3.67-parsevartab.patch ---
diff -Nur lgrind-orig/source/lgutil.c lgrind/source/lgutil.c
--- lgrind-orig/source/lgutil.c	2001-11-04 12:24:22.000000000 +0100
+++ lgrind/source/lgutil.c	2005-07-23 21:43:45.000000000 +0200
@@ -277,7 +277,7 @@
 	char linebuf[201], *cp;
 	varsubst *varsubsts=NULL, *substitem, *substlistpos;
 
-	if (f==NULL) return;
+	if (f==NULL) return NULL;
 	while (!feof(f))
 	{
 		fscanf(f, "%200[^\n]", linebuf);


Index: tetex-lgrind.spec
===================================================================
RCS file: /cvs/extras/rpms/tetex-lgrind/FC-3/tetex-lgrind.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tetex-lgrind.spec	10 Dec 2004 22:03:12 -0000	1.5
+++ tetex-lgrind.spec	23 Jul 2005 20:00:53 -0000	1.6
@@ -1,13 +1,12 @@
 %define texmf       %{_datadir}/texmf
-%define tdsname     lgrind 
+%define tdsname     lgrind
 %define itexhash    $RPM_INSTALL_PREFIX/bin/texhash
 %define itexmf      $RPM_INSTALL_PREFIX/share/texmf
 
 Summary:          Source-code pretty-printer for LaTeX
 Name:             tetex-lgrind
 Version:          3.67
-Release:          4
-Epoch:            0
+Release:          4.1
 URL:              http://www.ctan.org/tex-archive/support/lgrind
 License:          BSD
 Group:            Applications/Publishing
@@ -15,8 +14,10 @@
 # automatically generated by the FTP site. To verify the file, the
 # file contained in the tarballs have to be verified one by one.
 Source0:          ftp://ftp.dante.de/tex-archive/support/lgrind.tar.gz
+Patch0:           lgrind-3.67-parsevartab.patch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires(post,postun): tetex
+Requires(post):   tetex
+Requires(postun): tetex
 Requires:         tetex-latex
 BuildRequires:    tetex-latex, perl
 Prefix:           %{_prefix}
@@ -32,6 +33,7 @@
 
 %prep
 %setup -q -n lgrind
+%patch0 -p1 -b .parsevartab
 
 %build
 make %{?_smp_mflags} \
@@ -44,7 +46,7 @@
 
 %install
 rm -rf %{buildroot}
- 
+
 # Install TeX files.
 mkdir -p %{buildroot}%{texmf}/tex/latex/%{tdsname}/
 install -m 644 lgrind.sty %{buildroot}%{texmf}/tex/latex/%{tdsname}/
@@ -77,6 +79,13 @@
 %{texmf}/tex/latex/%{tdsname}
 
 %changelog
+* Sat Jul 23 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 3.67-4.1
+- Fix "missing expression in return statement" (#150297).
+- Drop explicit Epoch 0.
+
+* Fri Mar  4 2005 Ville Skyttä <ville.skytta at iki.fi>
+- Split context marked dependency syntax to work around #118773.
+
 * Fri May  2 2003 Marius Johndal <mariuslj at ifi.uio.no> 0:3.67-0.fdr.4
 - Invoke make with %{?_smp_mflags} and from top-level directory to get
   defines right.




More information about the fedora-extras-commits mailing list