Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>
authorCraig Silverstein <csilvers+gflags@google.com>
Wed, 25 Jan 2012 23:59:40 +0000 (23:59 +0000)
committerCraig Silverstein <csilvers+gflags@google.com>
Wed, 25 Jan 2012 23:59:40 +0000 (23:59 +0000)
* gflags: version 2.0
* Changed the 'official' gflags email in setup.py/etc
* Renamed google-gflags.sln to gflags.sln
* Changed copyright text to reflect Google's relinquished ownership

git-svn-id: https://gflags.googlecode.com/svn/trunk@74 6586e3c6-dcc4-952a-343f-ff74eb82781d

15 files changed:
AUTHORS
ChangeLog
Makefile.am
Makefile.in
NEWS
configure
configure.ac
doc/gflags.html
gflags.sln [new file with mode: 0755]
google-gflags.sln [deleted file]
packages/deb/changelog
packages/deb/control
packages/deb/copyright
packages/rpm/rpm.spec
src/gflags_nc.cc

diff --git a/AUTHORS b/AUTHORS
index ee92be88dcf11ca104c765ee339b69f8c5b90d8d..887918bd00e10b20fc7ec0e4adadf69f272350b9 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,2 @@
-opensource@google.com
+google-gflags@googlegroups.com
 
index 464418e4c7977a07a58b3b22c756984abd08c55a..f9ef9350984cd39937de2c4e392e4d7b72182a27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jan 25 15:09:14 2012  Google Inc. <google-gflags@googlegroups.com>
+
+       * gflags: version 2.0
+       * Changed the 'official' gflags email in setup.py/etc
+       * Renamed google-gflags.sln to gflags.sln
+       * Changed copyright text to reflect Google's relinquished ownership
+
 Tue Dec 20 19:48:57 2011  Google Inc. <opensource@google.com>
 
        * google-gflags: version 1.7
index 2b72bf079d2397431d51c3371bbba87a7df5c5b9..c976d4531b3551a4615f3a2c2fd29789547b627c 100644 (file)
@@ -40,7 +40,7 @@ dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \
 ## The libraries (.so's) you want to install
 lib_LTLIBRARIES =
 ## The location of the windows project file for each binary we make
-WINDOWS_PROJECTS = google-gflags.sln
+WINDOWS_PROJECTS = gflags.sln
 
 ## unittests you want to run when people type 'make check'.
 ## TESTS is for binary unittests, check_SCRIPTS for script-based unittests.
index a303e96b57855afd0d54cb83aa1397b182ad04cf..70a58e915ba6393fd2899013340b624595241aef 100644 (file)
@@ -347,8 +347,7 @@ dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \
        README_windows.txt doc/designstyle.css doc/gflags.html
 
 lib_LTLIBRARIES = libgflags.la libgflags_nothreads.la
-WINDOWS_PROJECTS = google-gflags.sln \
-       vsprojects/libgflags/libgflags.vcproj \
+WINDOWS_PROJECTS = gflags.sln vsprojects/libgflags/libgflags.vcproj \
        vsprojects/gflags_unittest/gflags_unittest.vcproj
 TESTS_ENVIRONMENT = SRCDIR="$(top_srcdir)"
 
diff --git a/NEWS b/NEWS
index 50db377e29453083b3e096a190ab8943c5c62f50..ffc0127d91eba2778f31b3135a46f1c9a413d95a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,42 @@
-== 20 December 2011 ==
+== 25 January 2012 ==
+
+I've just released gflags 2.0.
+
+The `google-gflags` project has been renamed to `gflags`.  I
+(csilvers) am stepping down as maintainer, to be replaced by Andreas
+Schuh.  Welcome to the team, Andreas!  I've seen the energy you have
+around gflags and the ideas you have for the project going forward,
+and look forward to having you on the team.
+
+I bumped the major version number up to 2 to reflect the new community
+ownership of the project.  All the
+[http://gflags.googlecode.com/svn/tags/gflags-2.0/ChangeLog changes]
+are related to the renaming.  There are no functional changes from
+gflags 1.7.  In particular, I've kept the code in the namespace
+`google`, though in a future version it should be renamed to `gflags`.
+I've also kept the `/usr/local/include/google/` subdirectory as
+synonym of `/usr/local/include/gflags/`, though the former name has
+been obsolete for some time now.
+
+
+=== 18 January 2011 ===
+
+The `google-gflags` Google Code page has been renamed to
+`gflags`, in preparation for the project being renamed to
+`gflags`.  In the coming weeks, I'll be stepping down as
+maintainer for the gflags project, and as part of that Google is
+relinquishing ownership of the project; it will now be entirely
+community run.  The name change reflects that shift.
+
+
+=== 20 December 2011 ===
 
 I've just released gflags 1.7.  This is a minor release; the major
-change is that CommandLineFlagInfo now exports the address in memory
+change is that `CommandLineFlagInfo` now exports the address in memory
 where the flag is located.  There has also been a bugfix involving
 very long --help strings, and some other minor
 [http://code.google.com/p/google-gflags/source/browse/tags/gflags-1.7/ChangeLog changes].
 
-
 === 29 July 2011 ===
 
 I've just released gflags 1.6.  The major new feature in this release
index 87c5af20d04a6348c60081b8404b2c47560e4b47..b5d0afcf7d1d06820ee2fe9b39e63dad0f2d9d41 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.62 for gflags 1.7.
+# Generated by GNU Autoconf 2.62 for gflags 2.0.
 #
-# Report bugs to <opensource@google.com>.
+# Report bugs to <google-gflags@googlegroups.com>.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -745,9 +745,9 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='gflags'
 PACKAGE_TARNAME='gflags'
-PACKAGE_VERSION='1.7'
-PACKAGE_STRING='gflags 1.7'
-PACKAGE_BUGREPORT='opensource@google.com'
+PACKAGE_VERSION='2.0'
+PACKAGE_STRING='gflags 2.0'
+PACKAGE_BUGREPORT='google-gflags@googlegroups.com'
 
 ac_unique_file="README"
 # Factoring default headers for most tests.
@@ -1496,7 +1496,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures gflags 1.7 to adapt to many kinds of systems.
+\`configure' configures gflags 2.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1566,7 +1566,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gflags 1.7:";;
+     short | recursive ) echo "Configuration of gflags 2.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1609,7 +1609,7 @@ Some influential environment variables:
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to <opensource@google.com>.
+Report bugs to <google-gflags@googlegroups.com>.
 _ACEOF
 ac_status=$?
 fi
@@ -1672,7 +1672,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gflags configure 1.7
+gflags configure 2.0
 generated by GNU Autoconf 2.62
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1686,7 +1686,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gflags $as_me 1.7, which was
+It was created by gflags $as_me 2.0, which was
 generated by GNU Autoconf 2.62.  Invocation command line was
 
   $ $0 $@
@@ -2408,7 +2408,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gflags'
- VERSION='1.7'
+ VERSION='2.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15650,9 +15650,9 @@ $as_echo "$as_me: WARNING: stdint.h: proceeding with the preprocessor's result"
     { $as_echo "$as_me:$LINENO: WARNING: stdint.h: in the future, the compiler will take precedence" >&5
 $as_echo "$as_me: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;}
     ( cat <<\_ASBOX
-## ------------------------------------ ##
-## Report this to opensource@google.com ##
-## ------------------------------------ ##
+## --------------------------------------------- ##
+## Report this to google-gflags@googlegroups.com ##
+## --------------------------------------------- ##
 _ASBOX
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
@@ -15789,9 +15789,9 @@ $as_echo "$as_me: WARNING: sys/types.h: proceeding with the preprocessor's resul
     { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: in the future, the compiler will take precedence" >&5
 $as_echo "$as_me: WARNING: sys/types.h: in the future, the compiler will take precedence" >&2;}
     ( cat <<\_ASBOX
-## ------------------------------------ ##
-## Report this to opensource@google.com ##
-## ------------------------------------ ##
+## --------------------------------------------- ##
+## Report this to google-gflags@googlegroups.com ##
+## --------------------------------------------- ##
 _ASBOX
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
@@ -15928,9 +15928,9 @@ $as_echo "$as_me: WARNING: inttypes.h: proceeding with the preprocessor's result
     { $as_echo "$as_me:$LINENO: WARNING: inttypes.h: in the future, the compiler will take precedence" >&5
 $as_echo "$as_me: WARNING: inttypes.h: in the future, the compiler will take precedence" >&2;}
     ( cat <<\_ASBOX
-## ------------------------------------ ##
-## Report this to opensource@google.com ##
-## ------------------------------------ ##
+## --------------------------------------------- ##
+## Report this to google-gflags@googlegroups.com ##
+## --------------------------------------------- ##
 _ASBOX
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
@@ -16073,9 +16073,9 @@ $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     ( cat <<\_ASBOX
-## ------------------------------------ ##
-## Report this to opensource@google.com ##
-## ------------------------------------ ##
+## --------------------------------------------- ##
+## Report this to google-gflags@googlegroups.com ##
+## --------------------------------------------- ##
 _ASBOX
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
@@ -16223,9 +16223,9 @@ $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     ( cat <<\_ASBOX
-## ------------------------------------ ##
-## Report this to opensource@google.com ##
-## ------------------------------------ ##
+## --------------------------------------------- ##
+## Report this to google-gflags@googlegroups.com ##
+## --------------------------------------------- ##
 _ASBOX
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
@@ -16373,9 +16373,9 @@ $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     ( cat <<\_ASBOX
-## ------------------------------------ ##
-## Report this to opensource@google.com ##
-## ------------------------------------ ##
+## --------------------------------------------- ##
+## Report this to google-gflags@googlegroups.com ##
+## --------------------------------------------- ##
 _ASBOX
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
@@ -17943,6 +17943,7 @@ _ACEOF
 
    fi
 
+# TODO(csilvers): this should be renamed to gflags.
 google_namespace_default=google
    # Check whether --enable-namespace was given.
 if test "${enable_namespace+set}" = set; then
@@ -18469,7 +18470,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gflags $as_me 1.7, which was
+This file was extended by gflags $as_me 2.0, which was
 generated by GNU Autoconf 2.62.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -18522,7 +18523,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-gflags config.status 1.7
+gflags config.status 2.0
 configured by $0, generated by GNU Autoconf 2.62,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index ea64bef372fd32d1f21f89271ea8520161131f8d..eceee3863275896916133f9746e35afcaa980ac1 100644 (file)
@@ -4,7 +4,7 @@
 # make sure we're interpreted by some minimal autoconf
 AC_PREREQ(2.57)
 
-AC_INIT(gflags, 1.7, opensource@google.com)
+AC_INIT(gflags, 2.0, google-gflags@googlegroups.com)
 # Update this value for every release!  (A:B:C will map to foo.so.(A-C).C.B)
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
 SO_VERSION=3:0:1
@@ -88,6 +88,7 @@ ACX_PTHREAD
 # Find out what namespace 'normal' STL code lives in, and also what namespace
 # the user wants our classes to be defined in
 AC_CXX_STL_NAMESPACE
+# TODO(csilvers): this should be renamed to gflags.
 AC_DEFINE_GOOGLE_NAMESPACE(google)
 
 # Solaris 10 6/06 has a bug where /usr/sfw/lib/libstdc++.la is empty.
index 4d573c3d5fda2a5a6c508aa243e436f61a2aa93e..abc6bd2a27cdcfe394183c87c4671742613fb44a 100644 (file)
@@ -2,11 +2,9 @@
 
 <html>
 <head>
-<title>How To Use Google Commandline Flags</title>
+<title>How To Use Gflags (formerly Google Commandline Flags)</title>
 
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link href="http://www.google.com/favicon.ico" type="image/x-icon"
-      rel="shortcut icon">
 <link href="designstyle.css" type="text/css" rel="stylesheet">
 <style type="text/css">
 <!--
@@ -28,7 +26,7 @@
 
 <body>
 
-<h1>How To Use Google Commandline Flags (gflags)</h1>
+<h1>How To Use Gflags (formerly Google Commandline Flags)</h1>
 <small>(as of
 <script type=text/javascript>
   var lm = new Date(document.lastModified);
@@ -72,13 +70,14 @@ string (in particular, a filename) as an argument.  Users can use a
 library to help parse the commandline and store the flags in some data
 structure.</p>
 
-<p>Google's commandline flags library differs from other libraries,
+<p>Gflags, the commandline flags library used within Google,
+differs from other libraries,
 such as <code>getopt()</code>, in that flag definitions can be
 scattered around the source code, and not just listed in one place
 such as <code>main()</code>.  In practice, this means that a single
 source-code file will define and use flags that are meaningful to that
 file.  Any application that links in that file will get the flags, and
-the google commandline flags library will automatically handle that
+the gflags library will automatically handle that
 flag appropriately.</p>
 
 <p>There's significant gain in flexibility, and ease of code reuse,
diff --git a/gflags.sln b/gflags.sln
new file mode 100755 (executable)
index 0000000..2f6c057
--- /dev/null
@@ -0,0 +1,32 @@
+Microsoft Visual Studio Solution File, Format Version 8.00\r
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgflags", "vsprojects\libgflags\libgflags.vcproj", "{FB27FBDB-E6C0-4D00-A7F8-1EEEF1B48ABC}"\r
+       ProjectSection(ProjectDependencies) = postProject\r
+       EndProjectSection\r
+EndProject\r
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gflags_unittest", "vsprojects\gflags_unittest\gflags_unittest.vcproj", "{4B263748-5F0F-468C-8C5C-ED2682BB6BE3}"\r
+       ProjectSection(ProjectDependencies) = postProject\r
+               {FB27FBDB-E6C0-4D00-A7F8-1EEEF1B48ABC} = {FB27FBDB-E6C0-4D00-A7F8-1EEEF1B48ABC}\r
+       EndProjectSection\r
+EndProject\r
+Global\r
+       GlobalSection(SolutionConfiguration) = preSolution\r
+               Debug = Debug\r
+               Release = Release\r
+       EndGlobalSection\r
+       GlobalSection(ProjectDependencies) = postSolution\r
+       EndGlobalSection\r
+       GlobalSection(ProjectConfiguration) = postSolution\r
+               {FB27FBDB-E6C0-4D00-A7F8-1EEEF1B48ABC}.Debug.ActiveCfg = Debug|Win32\r
+               {FB27FBDB-E6C0-4D00-A7F8-1EEEF1B48ABC}.Debug.Build.0 = Debug|Win32\r
+               {FB27FBDB-E6C0-4D00-A7F8-1EEEF1B48ABC}.Release.ActiveCfg = Release|Win32\r
+               {FB27FBDB-E6C0-4D00-A7F8-1EEEF1B48ABC}.Release.Build.0 = Release|Win32\r
+               {4B263748-5F0F-468C-8C5C-ED2682BB6BE3}.Debug.ActiveCfg = Debug|Win32\r
+               {4B263748-5F0F-468C-8C5C-ED2682BB6BE3}.Debug.Build.0 = Debug|Win32\r
+               {4B263748-5F0F-468C-8C5C-ED2682BB6BE3}.Release.ActiveCfg = Release|Win32\r
+               {4B263748-5F0F-468C-8C5C-ED2682BB6BE3}.Release.Build.0 = Release|Win32\r
+       EndGlobalSection\r
+       GlobalSection(ExtensibilityGlobals) = postSolution\r
+       EndGlobalSection\r
+       GlobalSection(ExtensibilityAddIns) = postSolution\r
+       EndGlobalSection\r
+EndGlobal\r
diff --git a/google-gflags.sln b/google-gflags.sln
deleted file mode 100755 (executable)
index 2f6c057..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 8.00\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgflags", "vsprojects\libgflags\libgflags.vcproj", "{FB27FBDB-E6C0-4D00-A7F8-1EEEF1B48ABC}"\r
-       ProjectSection(ProjectDependencies) = postProject\r
-       EndProjectSection\r
-EndProject\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gflags_unittest", "vsprojects\gflags_unittest\gflags_unittest.vcproj", "{4B263748-5F0F-468C-8C5C-ED2682BB6BE3}"\r
-       ProjectSection(ProjectDependencies) = postProject\r
-               {FB27FBDB-E6C0-4D00-A7F8-1EEEF1B48ABC} = {FB27FBDB-E6C0-4D00-A7F8-1EEEF1B48ABC}\r
-       EndProjectSection\r
-EndProject\r
-Global\r
-       GlobalSection(SolutionConfiguration) = preSolution\r
-               Debug = Debug\r
-               Release = Release\r
-       EndGlobalSection\r
-       GlobalSection(ProjectDependencies) = postSolution\r
-       EndGlobalSection\r
-       GlobalSection(ProjectConfiguration) = postSolution\r
-               {FB27FBDB-E6C0-4D00-A7F8-1EEEF1B48ABC}.Debug.ActiveCfg = Debug|Win32\r
-               {FB27FBDB-E6C0-4D00-A7F8-1EEEF1B48ABC}.Debug.Build.0 = Debug|Win32\r
-               {FB27FBDB-E6C0-4D00-A7F8-1EEEF1B48ABC}.Release.ActiveCfg = Release|Win32\r
-               {FB27FBDB-E6C0-4D00-A7F8-1EEEF1B48ABC}.Release.Build.0 = Release|Win32\r
-               {4B263748-5F0F-468C-8C5C-ED2682BB6BE3}.Debug.ActiveCfg = Debug|Win32\r
-               {4B263748-5F0F-468C-8C5C-ED2682BB6BE3}.Debug.Build.0 = Debug|Win32\r
-               {4B263748-5F0F-468C-8C5C-ED2682BB6BE3}.Release.ActiveCfg = Release|Win32\r
-               {4B263748-5F0F-468C-8C5C-ED2682BB6BE3}.Release.Build.0 = Release|Win32\r
-       EndGlobalSection\r
-       GlobalSection(ExtensibilityGlobals) = postSolution\r
-       EndGlobalSection\r
-       GlobalSection(ExtensibilityAddIns) = postSolution\r
-       EndGlobalSection\r
-EndGlobal\r
index 99fe1793cd4fc54f7c8aa43395e84364f207ca6d..6ba6dad10a0b6eddea2b1d5c2240543b354c5fda 100644 (file)
@@ -1,3 +1,9 @@
+gflags (2.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Google Inc. and others <google-gflags@googlegroups.com>  Wed, 25 Jan 2012 15:09:14 -0800
+
 gflags (1.7-1) unstable; urgency=low
 
   * New upstream release.
index c2fee043c221d0deb9dbc1b8758c142f1123fc52..b06c76f6c2789a9fecfb6c5d0c2fe89ef18dd2b1 100644 (file)
@@ -1,6 +1,6 @@
 Source: gflags
 Priority: optional
-Maintainer: Google Inc. <google-gflags@googlegroups.com>
+Maintainer: Google Inc. and others <google-gflags@googlegroups.com>
 Build-Depends: debhelper (>= 4.0.0), binutils
 Standards-Version: 3.6.1
 
index 24b489ad011478c893bd1be8137cc20daf074826..d85450b51791d471e2356d74a5a67dd695f4e99b 100644 (file)
@@ -1,9 +1,9 @@
-This package was debianized by Google Inc. <opensource@google.com> on
-13 December 2006.
+This package was debianized by Craig Silverstein <google-ctemplate@google.com>
+on Wed, 25 Jan 2012 15:09:14 -0800.
 
-It was downloaded from http://code.google.com/
+It was downloaded from http://code.google.com/p/gflags/downloads/list
 
-Upstream Author: opensource@google.com
+Upstream Author: google-gflags@google.com
 
 Copyright (c) 2006, Google Inc.
 All rights reserved.
index 342ccc4f7b6962795cf310a638d87dc09c93ad1a..f74e38a9c5fd2877a736cf86efb8427ab1301aca 100644 (file)
@@ -7,10 +7,10 @@ Summary: A commandline flags library that allows for distributed flags
 Version: %VERSION
 Release: %rel
 Group: Development/Libraries
-URL: http://code.google.com/p/google-gflags
+URL: http://code.google.com/p/gflags
 License: BSD
-Vendor: Google
-Packager: Google Inc. <google-gflags@googlegroups.com>
+Vendor: Google Inc. and others
+Packager: Google Inc. and others <google-gflags@googlegroups.com>
 Source: http://%{NAME}.googlecode.com/files/%{NAME}-%{VERSION}.tar.gz
 Distribution: Redhat 7 and above.
 Buildroot: %{_tmppath}/%{name}-root
index e72800d0f518b6292f86c4b5ebbd68ee1eda2ddc..c2836127344e95dd31626a10cc71b9b1f04d4344 100644 (file)
@@ -53,7 +53,7 @@ DEFINE_bool(some_bool_flag_3,
             "false",
             "false in in quotes, which is wrong");
 
-#elif defined(SANITY)
+#elif defined(TEST_SANITY)
 
 DEFINE_bool(some_bool_flag_4,
             true,