rpms/gv/EL-4 .cvsignore,1.3,1.4 gv.spec,1.10,1.11 sources,1.3,1.4

Orion Poplawski orion at fedoraproject.org
Thu Jun 3 17:20:17 UTC 2010


Author: orion

Update of /cvs/pkgs/rpms/gv/EL-4
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11518/EL-4

Modified Files:
	.cvsignore gv.spec sources 
Log Message:
* Thu Jun 3 2010 Orion Poplawski <orion at cora.nwra.com> 3.6.91-1
- Update to 3.6.91 to fix CVE-2010-2055 and CVE-2010-2056



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gv/EL-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	11 Oct 2006 16:00:39 -0000	1.3
+++ .cvsignore	3 Jun 2010 17:20:17 -0000	1.4
@@ -1 +1 @@
-gv-3.6.2.tar.gz
+gv-3.6.91.tar.gz


Index: gv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gv/EL-4/gv.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- gv.spec	5 Dec 2006 19:32:04 -0000	1.10
+++ gv.spec	3 Jun 2010 17:20:17 -0000	1.11
@@ -1,17 +1,18 @@
 Summary: A X front-end for the Ghostscript PostScript(TM) interpreter
 Name: gv
-Version: 3.6.2
-Release: 2%{?dist}
-License: GPL
+Version: 3.6.91
+Release: 1%{?dist}
+License: GPLv3+
 Group: Applications/Publishing
 Requires: ghostscript
 URL: http://www.gnu.org/software/gv/
-Source0: ftp://ftp.gnu.org/gnu/gv/gv-%{version}.tar.gz
-Patch0: gv-3.5.8-buffer.patch
-Patch1: gv-3.6.1-pkglibdir.patch
-Patch2: gv-3.6.2-CVE-2006-5864.patch
+#Source0: ftp://ftp.gnu.org/gnu/gv/gv-%{version}.tar.gz
+Source0: ftp://alpha.gnu.org/gnu/gv/gv-%{version}.tar.gz
+Source1: gv.png
 BuildRequires: /usr/bin/makeinfo
-BuildRequires: Xaw3d-devel, /usr/bin/desktop-file-install
+BuildRequires: Xaw3d-devel, libXinerama-devel
+BuildRequires: zlib-devel, bzip2-devel
+BuildRequires: desktop-file-utils
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): /sbin/install-info, /usr/bin/update-mime-database
 Requires(post): /usr/bin/update-desktop-database
@@ -21,19 +22,16 @@ Requires(postun): /usr/bin/update-deskto
 
 
 %description
-Gv is a user interface for the Ghostscript PostScript(TM) interpreter.
+GNU gv is a user interface for the Ghostscript PostScript(TM) interpreter.
 Gv can display PostScript and PDF documents on an X Window System.
 
 
 %prep
 %setup -q
-%patch0 -p1 -b .buffer
-%patch1 -p1 -b .pkglibdir
-%patch2 -p1 -b .CVE-2006-5864
 
 
 %build
-%configure
+%configure --enable-international
 make %{?_smp_mflags}
 
 
@@ -48,11 +46,11 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/appl
 
 cat > gv.desktop <<EOF
 [Desktop Entry]
-Name=Ghostview PostScript/PDF Viewer
+Name=GNU GV PostScript/PDF Viewer
 GenericName=PostScript/PDF Viewer
 Comment="View PostScript and PDF files"
 Type=Application
-Icon=postscript-viewer.png
+Icon=gv
 MimeType=application/postscript;application/pdf;
 StartupWMClass=GV
 Exec=gv
@@ -61,10 +59,13 @@ EOF
 desktop-file-install --vendor=fedora \
        --add-category=Applications\
        --add-category=Graphics \
-       --add-category=X-Fedora \
        --dir %{buildroot}%{_datadir}/applications/ \
        gv.desktop
 
+#Icon
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
+cp -p %SOURCE1 $RPM_BUILD_ROOT%{_datadir}/pixmaps
+
 # Remove info dir file
 rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
 
@@ -97,12 +98,66 @@ fi
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_bindir}/ghostview
 %{_bindir}/gv
+%{_bindir}/gv-update-userconfig
 %{_datadir}/gv/
 %{_datadir}/applications/fedora-gv.desktop
 %{_datadir}/info/gv.info.gz
+%{_datadir}/pixmaps/gv.png
 %{_mandir}/man1/gv.*
+%{_mandir}/man1/gv-update-userconfig.*
+
 
 %changelog
+* Thu Jun 3 2010 Orion Poplawski <orion at cora.nwra.com> 3.6.91-1
+- Update to 3.6.91 to fix CVE-2010-2055 and CVE-2010-2056
+
+* Mon Apr 26 2010 Orion Poplawski <orion at cora.nwra.com> 3.6.9-1
+- Update to 3.6.9
+
+* Tue Mar 2 2010 Orion Poplawski <orion at cora.nwra.com> 3.6.8-2
+- Ship icon, update desktop file
+
+* Mon Dec 28 2009 Orion Poplawski <orion at cora.nwra.com> 3.6.8-1
+- Update to 3.6.8
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.6.7-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Mar 24 2009 Orion Poplawski <orion at cora.nwra.com> 3.6.7-1
+- Update to 3.6.7
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.6.6-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Tue Oct 21 2008 Orion Poplawski <orion at cora.nwra.com> 3.6.6-1
+- Update to 3.6.6
+- Add extra neede BuildRequires
+- Remove upstreamed patches
+- Fix license - GPLv3+
+
+* Wed Aug 6 2008 Orion Poplawski <orion at cora.nwra.com> 3.6.5-3
+- Apply upstream patch to display more error messages
+
+* Thu Jul 18 2008 Orion Poplawski <orion at cora.nwra.com> 3.6.5-2
+- Change install dir patch to be more palatable for upstream
+
+* Thu Jul 17 2008 Orion Poplawski <orion at cora.nwra.com> 3.6.5-1
+- Update to 3.6.5
+
+* Mon Jun 2 2008 Orion Poplawski <orion at cora.nwra.com> 3.6.4-1
+- Update to 3.6.4
+- Cleanup desktop file a little
+
+* Sat Feb  9 2008 Orion Poplawski <orion at cora.nwra.com> 3.6.3-3
+- Rebuild for gcc 3.4
+
+* Tue Aug 21 2007 Orion Poplawski <orion at cora.nwra.com> 3.6.3-2
+- Update license tag to GPLv2+
+- Rebuild for ppc32
+
+* Fri Jun 29 2007 Orion Poplawski <orion at cora.nwra.com> 3.6.3-1
+- Update to 3.6.3
+
 * Tue Dec  5 2006 Orion Poplawski <orion at cora.nwra.com> 3.6.2-2
 - Apply patch from Mandriva to fix CVE-2006-5864/bug 215136
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gv/EL-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	11 Oct 2006 16:00:39 -0000	1.3
+++ sources	3 Jun 2010 17:20:17 -0000	1.4
@@ -1 +1 @@
-dcdb2205cf0c61394419e015c7548df1  gv-3.6.2.tar.gz
+06fba27b92ff3bfdb72d478da833aba0  gv-3.6.91.tar.gz



More information about the scm-commits mailing list