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: 27-Sep-2003 13:13:51
Branch: HEAD Handle: 2003092712134902
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec rpmmacros
openpkg-web news.txt
Log:
add new macro %{l_openpkg_release} for expanding the release id
Summary:
Revision Changes Path
1.58 +2 -0 openpkg-src/openpkg/HISTORY
1.222 +1 -1 openpkg-src/openpkg/openpkg.spec
1.43 +3 -0 openpkg-src/openpkg/rpmmacros
1.6757 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.57 -r1.58 HISTORY
--- openpkg-src/openpkg/HISTORY 18 Sep 2003 14:09:12 -0000 1.57
+++ openpkg-src/openpkg/HISTORY 27 Sep 2003 11:13:50 -0000 1.58
@@ -2,6 +2,8 @@
2003
====
+20030927 add new macro %{l_openpkg_release} for expanding the release id
+20030922 remove stale temporary files in /etc
20030918 use assembly code in BeeCrypt only for platform where it is known to work
20030918 add RPM internal %{_force_oldpackage} option for enforcing --oldpackage on
upgrades
20030918 introduce new rpmdb utility for administrating the RPM database on the
lower level
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.221 -r1.222 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 22 Sep 2003 14:07:46 -0000 1.221
+++ openpkg-src/openpkg/openpkg.spec 27 Sep 2003 11:13:50 -0000 1.222
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20030922
+%define V_openpkg 20030927
# the used software versions
%define V_rpm 4.2.1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/rpmmacros
============================================================================
$ cvs diff -u -r1.42 -r1.43 rpmmacros
--- openpkg-src/openpkg/rpmmacros 8 Sep 2003 19:59:39 -0000 1.42
+++ openpkg-src/openpkg/rpmmacros 27 Sep 2003 11:13:51 -0000 1.43
@@ -26,6 +26,9 @@
## macros in the OpenPKG RPM installation for the @l_prefix@ hierarchy.
##
+# the OpenPKG release identification (for the current package or as a fallback
for the bootstrap package)
+%l_openpkg_release(F:) %(echo "%{?release}%{!?release:%(@l_prefix@/bin/rpm -q
--qf '%{release}' openpkg)}" | sed -e 's;^;X;' -e
's;^X\\([0-9][0-9]*\\.[0-9][0-9]*\\).*$;\\1;' -e
's;^X\\([0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]\\)$;CURRENT;' -e 's;^X.*$;UNKNOWN;' |
awk '{ printf(%{?-F:%{-F*}}%{!?-F:"OpenPKG-%s"}, $0); }')
+
# the OpenPKG instance location
%l_location @LOC@
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6756 -r1.6757 news.txt
--- openpkg-web/news.txt 27 Sep 2003 06:37:07 -0000 1.6756
+++ openpkg-web/news.txt 27 Sep 2003 11:13:49 -0000 1.6757
@@ -1,3 +1,4 @@
+27-Sep-2003: Upgraded package: P<openpkg-20030927-20030927>
27-Sep-2003: Upgraded package: P<openssh-3.7.1p2-20030927>
26-Sep-2003: Upgraded package: P<w3m-0.4.2-20030926>
26-Sep-2003: Upgraded package: P<perl-gtk-20030926-20030926>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]