OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 27-Sep-2002 14:56:55
Branch: HEAD Handle: 2002092713565400
Modified files:
openpkg-src/integrit integrit.patch integrit.spec
openpkg-web news.txt
Log:
Fixed patch logic.
Summary:
Revision Changes Path
1.3 +5 -4 openpkg-src/integrit/integrit.patch
1.10 +1 -1 openpkg-src/integrit/integrit.spec
1.1635 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/integrit/integrit.patch
============================================================
$ cvs diff -u -r1.2 -r1.3 integrit.patch
--- openpkg-src/integrit/integrit.patch 9 Sep 2002 09:37:39 -0000 1.2
+++ openpkg-src/integrit/integrit.patch 27 Sep 2002 12:56:54 -0000 1.3
@@ -1,12 +1,13 @@
diff -Naur integrit-3.02.orig/doc/Makefile.in integrit-3.02/doc/Makefile.in
---- integrit-3.02.orig/doc/Makefile.in Mon Sep 9 11:23:36 2002
-+++ integrit-3.02/doc/Makefile.in Mon Sep 9 11:28:51 2002
-@@ -66,7 +66,7 @@
+--- integrit-3.02.orig/doc/Makefile.in Tue Aug 27 05:55:12 2002
++++ integrit-3.02/doc/Makefile.in Fri Sep 27 14:44:55 2002
+@@ -66,7 +66,8 @@
$(INSTALL) -m 644 $(srcdir)/$$f $(infodir); \
done
@:; iistatus=0; \
- if ! $(INSTALL_INFO) --version > /dev/null 2>&1; then \
-+ if test -z $(INSTALL_INFO) --version > /dev/null 2>&1; then \
++ $(INSTALL_INFO) --version > /dev/null 2>&1; stat=$$; \
++ if test $$stat != 0; then \
iistatus=1; \
elif test ! -z "`$(INSTALL_INFO) --version 2>&1 | grep texinfo`"; then \
(set -xe; \
Index: openpkg-src/integrit/integrit.spec
============================================================
$ cvs diff -u -r1.9 -r1.10 integrit.spec
--- openpkg-src/integrit/integrit.spec 9 Sep 2002 09:58:02 -0000 1.9
+++ openpkg-src/integrit/integrit.spec 27 Sep 2002 12:56:54 -0000 1.10
@@ -37,7 +37,7 @@
Group: System
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20020909
+Release: 20020927
# list of sources
Source0:
http://unc.dl.sourceforge.net/sourceforge/integrit/integrit-%{version}.tar.gz
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1634 -r1.1635 news.txt
--- openpkg-web/news.txt 27 Sep 2002 11:31:53 -0000 1.1634
+++ openpkg-web/news.txt 27 Sep 2002 12:56:54 -0000 1.1635
@@ -1,3 +1,4 @@
+27-Sep-2002: Upgraded package: P<integrit-3.02.00-20020927>
27-Sep-2002: Upgraded package: P<qt-3.0.5-20020927>
27-Sep-2002: Upgraded package: P<pax-20020922-20020927>
27-Sep-2002: Upgraded package: P<libxslt-1.0.21-20020927>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]