OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 06-Oct-2003 17:55:04
Branch: HEAD Handle: 2003100616550301
Modified files:
openpkg-src/tiff tiff.spec
openpkg-web news.txt
Log:
Fix this nonexisting definition locally until a corrected tiff version
is released
Summary:
Revision Changes Path
1.29 +4 -1 openpkg-src/tiff/tiff.spec
1.6874 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tiff/tiff.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 tiff.spec
--- openpkg-src/tiff/tiff.spec 4 Oct 2003 18:09:01 -0000 1.28
+++ openpkg-src/tiff/tiff.spec 6 Oct 2003 15:55:04 -0000 1.29
@@ -33,7 +33,7 @@
Group: Graphics
License: GPL
Version: 3.6.0
-Release: 20031004
+Release: 20031006
# list of sources
Source0: ftp://ftp.remotesensing.org/pub/libtiff/tiff-v%{version}.tar.gz
@@ -53,6 +53,9 @@
%prep
%setup -q -n tiff-v%{version}
+ %{l_shtool} subst \
+ -e 's;ORIENTATION_BOTTOMLEFT;ORIENTATION_BOTLEFT;' \
+ libtiff/tiffio.h
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6873 -r1.6874 news.txt
--- openpkg-web/news.txt 6 Oct 2003 15:37:44 -0000 1.6873
+++ openpkg-web/news.txt 6 Oct 2003 15:55:03 -0000 1.6874
@@ -1,3 +1,4 @@
+06-Oct-2003: Upgraded package: P<tiff-3.6.0-20031006>
06-Oct-2003: Upgraded package: P<bash-2.05b-20031006>
06-Oct-2003: Upgraded package: P<vim-6.2.106-20031006>
06-Oct-2003: Upgraded package: P<apache2-2.0.47-20031006>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]