[packages/vmips] - removed obsolete patches
baggins
baggins at pld-linux.org
Mon Feb 19 12:45:57 CET 2018
commit 04236db800e89111378e33da75ba85bf94842444
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Feb 19 12:45:44 2018 +0100
- removed obsolete patches
vmips-doc.patch | 11 -----------
vmips-format.patch | 17 -----------------
vmips.spec | 2 --
3 files changed, 30 deletions(-)
---
diff --git a/vmips.spec b/vmips.spec
index ae2ac5e..21c528c 100644
--- a/vmips.spec
+++ b/vmips.spec
@@ -9,7 +9,6 @@ Source0: http://vmips.sourceforge.net/releases/%{name}-%{version}/vmips-%{versio
# Source0-md5: 2508e366445e517a368cb367d8385c87
Patch0: %{name}-am.patch
Patch1: %{name}-info.patch
-Patch2: %{name}-doc.patch
URL: http://vmips.sourceforge.net/
BuildRequires: autoconf
BuildRequires: automake
@@ -31,7 +30,6 @@ C++ i jest rozpowszechniany na licencji GNU GPL.
%setup -q
%patch0 -p1
%patch1 -p1
-#patch2 -p1
# don't try to rebuild man pages,
# upstream does not provide necessary script
diff --git a/vmips-doc.patch b/vmips-doc.patch
deleted file mode 100644
index a9da195..0000000
--- a/vmips-doc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- vmips-1.4/doc/Makefile.in.orig 2012-01-30 08:50:23.000000000 +0100
-+++ vmips-1.4/doc/Makefile.in 2013-01-27 14:35:01.464075331 +0100
-@@ -54,7 +54,7 @@
- vmipstool_MANPAGE = vmipstool.$(MANSECT)
- MANPAGES = $(vmips_MANPAGE) $(vmipstool_MANPAGE)
-
--all: $(DOC) info html man pdf
-+all: $(DOC) info man
-
- # Nothing to do here (yet):
- check installcheck:
diff --git a/vmips-format.patch b/vmips-format.patch
deleted file mode 100644
index 33b8b4e..0000000
--- a/vmips-format.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- vmips-1.4/error.cc.orig 2004-12-09 09:48:04.000000000 +0100
-+++ vmips-1.4/error.cc 2013-01-27 14:32:38.777534402 +0100
-@@ -34,12 +34,12 @@
- assert(fmt);
-
- if (pre)
-- fprintf(file, pre);
-+ fputs(pre, file);
-
- vfprintf(file, fmt, ap);
-
- if (post)
-- fprintf(file, post);
-+ fputs(post, file);
-
- fflush(file);
- }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vmips.git/commitdiff/04236db800e89111378e33da75ba85bf94842444
More information about the pld-cvs-commit
mailing list