OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 30-May-2003 20:36:58
Branch: HEAD Handle: 2003053019365502
Added files:
openpkg-src/openpkg HISTORY
Modified files:
openpkg-src/openpkg openpkg.spec
openpkg-web news.txt
Log:
add HISTORY file to package
Summary:
Revision Changes Path
1.1 +80 -0 openpkg-src/openpkg/HISTORY
1.162 +2 -1 openpkg-src/openpkg/openpkg.spec
1.4641 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r0 -r1.1 HISTORY
--- /dev/null 2003-05-30 20:36:58.000000000 +0200
+++ HISTORY 2003-05-30 20:36:58.000000000 +0200
@@ -0,0 +1,80 @@
+
+2003
+====
+
+20030530 add HISTORY file to package
+20030519 upgrade to cURL 7.10.5
+20030516 make sure 'shtool subst' does not fail if file is not writeable due to
permissions
+20030509 fix 'shtool mkln' command
+20030429 Gentoo Linux support
+20030429 RedHat 8 support (avoid problems due to alias rm='rm -i'), clean up temp
dir
+20030429 some cosmetics
+20030429 switch to new shtool which now has a working 'shtool rotate' for SuSE
+20030428 add bzip2 library/header to package because it is references by librpmio
+20030425 allow only 'use_<toolname>' instead of 'with_<toolname>' for overriding
'l_<toolname>' to reduce conflict with regular package options
+20030422 teach --fetch to honor proxy settings
+20030417 force RPM to no longer build itself statically
+20030416 Fix dev ticket 23 by finally implementing {m,r,n,s}uid and {m,r,n,s}gid
params
+20030416 Fix removal of group entries, which never worked from day one?!?!
+20030415 Add l_fsl_ldflags and l_fsl_libs macros
+20030414 fix cache file usage
+20030410 do not leave dot files on deinstallation
+20030404 upgrade to latest shtool snapshot in order to fix rotate command if a
filename contains whitespaces
+20030403 (unknown change)
+20030324 speclint police
+20030319 fix shell syntax error
+20030317 Support for MacOS X (at least 10.0.4)
+20030310 fix substitution of noreplace attribute
+20030305 mega-commit: speclint police changes which were not picked up by
openpkg-dev before
+20030305 speclint police
+20030223 add more 'getent' support
+20030222 add Solaris/Linux 'getent' based support for passwd/group fiddling, too.
+20030221 enhance user/group name/id fiddling in all bootstrap places to favorize
POSIX id
+20030211 Aaaaannnd risk: GNU shtool 2.0b0 (developer snapshot)
+20030205 move bash environment setup into .bash_login; use %config(noreplace) for
them plus rc.conf
+20030204 make sure that the prefix/root directory has correct permissions and
owner/group
+20030203 try to fix temporary filename issues
+20030202 workaround problem of missing PATH for scripts executed under different
users
+20030130 fix rpmtool PATH fiddling
+20030128 fix typo
+20030114 upgrade to cURL 7.10.3
+20030113 make sure we stop on errors
+20030110 some vendor tar complain about setuid bits and other flags, but work fine
+20030109 ops, not needed actually, was my fault in not cleaning up the system
+20030109 add FreeBSD 5.0-CURRENT support
+20030108 add no-source support
+20030103 switch to new %option implementation
+20030103 remove '%options' hack, it will be replaced soon with a more elegant
solution based on RPM 'Provides' headers
+
+2002
+====
+
+20021230 bump of Copyright messages for forthcoming years 2003
+20021230 switch to %option(s), but intentionally WITHOUT dep increase and WITHOUT
FTP server updates
+20021230 provide brand-new extensions: %option and %options macros
+20021220 consistently use 'Options: none' to indicate no options to 'openpkg build'
+20021218 finally fix the mkdir issues
+20021217 make sure RPM does not hard-code an absolute path to 'mkdir'
+20021204 add l_cxxflags for consistency; support gcc 3.2.x
+20021127 and also the bigger hammer for bash included in the bootstrap package
+20021122 provide a more convinient definition for cppflags and ldflags
+20021120 make all %config sections visible for any package
+20021119 upgrade to cURL 7.10.2 (required zlib)
+20021118 add 'rpm --makeproxy --prefix=<master>' feature
+20021030 get rid of unneccessary semicolon
+20021028 fix building under NetBSD
+20021023 try to fix cURL building
+20021011 upgrade to cURL 7.10.1
+20021009 fix unpacking
+20021005 upgrading package: openpkg 20021004 -> 20021005
+20021004 upgrading package: openpkg 20021002 -> 20021004
+20021002 Added support for IRIX.
+20021001 upgrade to cURL 7.10
+20021001 upgrading package: openpkg 20020926 -> 20021001
+20020926 upgrade to gzip 1.3.4
+20020909 Fixed a subtle login name bug by rearranging user name assignment in rc.
+20020904 Add unofficial support for Darwin OS.
+20020829 fix for more modern SuSE
+20020826 also add sbin directory to $PATH
+...
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.161 -r1.162 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 19 May 2003 18:24:47 -0000 1.161
+++ openpkg-src/openpkg/openpkg.spec 30 May 2003 18:36:57 -0000 1.162
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20030519
+%define V_openpkg 20030530
# the used software versions
%define V_rpm 4.0.2
@@ -113,6 +113,7 @@
Source44: ftp://ftp.gnu.org/gnu/config/config.guess
Source45: ftp://ftp.gnu.org/gnu/config/config.sub
Source46: make.patch
+Source47: HISTORY
# build information
Prefix: %{l_prefix}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4640 -r1.4641 news.txt
--- openpkg-web/news.txt 30 May 2003 17:58:18 -0000 1.4640
+++ openpkg-web/news.txt 30 May 2003 18:36:55 -0000 1.4641
@@ -1,3 +1,4 @@
+30-May-2003: Upgraded package: P<openpkg-20030530-20030530>
30-May-2003: Upgraded package: P<iozone-3.178-20030530>
30-May-2003: New package: P<postfix-mailgraph-1.2-20030530>
30-May-2003: Upgraded package: P<dss-4.1.3-20030530>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]