[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2192: drop a duplicated lsbcc long-option (bug 3443)

Mats Wichmann mats at linuxfoundation.org
Tue Feb 4 18:07:09 UTC 2014


------------------------------------------------------------
revno: 2192
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Tue 2014-02-04 11:07:09 -0700
message:
  drop a duplicated lsbcc long-option (bug 3443)
modified:
  lsbdev-cc/lsbcc.c
  package/Makefile
-------------- next part --------------
=== modified file 'lsbdev-cc/lsbcc.c'
--- a/lsbdev-cc/lsbcc.c	2014-02-04 18:03:58 +0000
+++ b/lsbdev-cc/lsbcc.c	2014-02-04 18:07:09 +0000
@@ -681,7 +681,7 @@
     {"aux-info", no_argument, NULL, 102},
     {"param", no_argument, NULL, 103},
     {"idirafter", no_argument, NULL, 104},
-    {"include", no_argument, NULL, 105},
+    /* {"include", no_argument, NULL, 105}, */ /* already listed above */
     {"Xpreprocessor", no_argument, NULL, 106},
     {"Xassembler", no_argument, NULL, 107},
     {"b", no_argument, NULL, 108},

=== modified file 'package/Makefile'
--- a/package/Makefile	2014-02-04 18:03:58 +0000
+++ b/package/Makefile	2014-02-04 18:07:09 +0000
@@ -46,7 +46,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-RPM_PACKAGE_RELEASE=1
+RPM_PACKAGE_RELEASE=2
 
 # Initialize LIB64 to proper value for 64-bit architectures
 export LIB64:=$(shell case `uname -m` in (ppc64 | s390x | x86_64) echo 64 ;; esac)



More information about the lsb-messages mailing list