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 Date: 13-Sep-2003 22:22:06
Branch: HEAD Handle: 2003091321220500
Modified files:
openpkg-src/openpkg HISTORY platform
Log:
update to latest OSSP platform for even more accurate Linux product
recognition
Summary:
Revision Changes Path
1.51 +1 -0 openpkg-src/openpkg/HISTORY
1.8 +9 -6 openpkg-src/openpkg/platform
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.50 -r1.51 HISTORY
--- openpkg-src/openpkg/HISTORY 13 Sep 2003 19:25:06 -0000 1.50
+++ openpkg-src/openpkg/HISTORY 13 Sep 2003 20:22:05 -0000 1.51
@@ -2,6 +2,7 @@
2003
====
+20030913 update to latest OSSP platform for even more accurate Linux product
recognition
20030913 fix ordering of libraries in "rpm-config --libs"
20030912 add -pipe to %{l_cflags} only if %{l_cc} is GCC and as(1) is GNU as
20030912 remove per-package %{_sourcedir} and %{_specdir} directories on --rebuild
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/platform
============================================================================
$ cvs diff -u -r1.7 -r1.8 platform
--- openpkg-src/openpkg/platform 12 Sep 2003 09:26:00 -0000 1.7
+++ openpkg-src/openpkg/platform 13 Sep 2003 20:22:05 -0000 1.8
@@ -381,12 +381,15 @@
-e 's/^#[^0-9]*\([0-9][0-9]*\).*$/\1/' \
-e 's/^#.*$//'`
case "`util_lower ${n}`" in
- debian ) n="Debian[ GNU/Linux]" ;;
- redhat ) n="RedHat[ Linux]" ;;
- suse ) n="SuSE[ Linux]" ;;
- mandrake ) n="Mandrake[ Linux]" ;;
- gentoo ) n="Gentoo[ Linux]" ;;
- * ) n="${n}[ GNU/Linux]" ;;
+ debian ) n="Debian[ GNU/Linux]" ;;
+ redhat ) n="RedHat[ Linux]" ;;
+ suse ) n="SuSE[ Linux]" ;;
+ mandrake ) n="Mandrake[ Linux]" ;;
+ gentoo ) n="Gentoo[ Linux]" ;;
+ slackware ) n="Slackware[ Linux]" ;;
+ turbolinux ) n="TurboLinux" ;;
+ unitedlinux ) n="UnitedLinux" ;;
+ * ) n="${n}[ GNU/Linux]" ;;
esac
SP="$n $v"
break
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]