Hello community,
here is the log from the commit of package gnome-power-manager for
openSUSE:13.1 checked in at 2013-09-27 17:27:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/gnome-power-manager (Old)
and /work/SRC/openSUSE:13.1/.gnome-power-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-power-manager"
Changes:
--------
--- /work/SRC/openSUSE:13.1/gnome-power-manager/gnome-power-manager.changes
2013-09-23 10:52:23.000000000 +0200
+++
/work/SRC/openSUSE:13.1/.gnome-power-manager.new/gnome-power-manager.changes
2013-09-27 17:27:16.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep 24 09:50:49 UTC 2013 - [email protected]
+
+- Update to version 3.10.0:
+ + No changes since version 3.9.92.
+
+-------------------------------------------------------------------
Old:
----
gnome-power-manager-3.9.92.tar.xz
New:
----
gnome-power-manager-3.10.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-power-manager.spec ++++++
--- /var/tmp/diff_new_pack.TkLI1e/_old 2013-09-27 17:27:16.000000000 +0200
+++ /var/tmp/diff_new_pack.TkLI1e/_new 2013-09-27 17:27:16.000000000 +0200
@@ -17,13 +17,13 @@
Name: gnome-power-manager
-Version: 3.9.92
+Version: 3.10.0
Release: 0
Summary: Power Management for GNOME
License: GPL-2.0+
Group: System/GUI/GNOME
Url: http://gnome-power.sourceforge.net/
-Source:
http://download.gnome.org/sources/gnome-power-manager/3.9/%{name}-%{version}.tar.xz
+Source:
http://download.gnome.org/sources/gnome-power-manager/3.10/%{name}-%{version}.tar.xz
# PATCH-NEEDS-REBASE gnome-power-manager-schedule-wakeups.patch gburt
fate302448 -- add tab to prefs to schedule rtcwake (was PATCH-FEATURE-OPENSUSE)
Patch10: gnome-power-manager-schedule-wakeups.patch
BuildRequires: docbook-utils-minimal
++++++ gnome-power-manager-3.9.92.tar.xz -> gnome-power-manager-3.10.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-power-manager-3.9.92/ChangeLog
new/gnome-power-manager-3.10.0/ChangeLog
--- old/gnome-power-manager-3.9.92/ChangeLog 2013-09-13 16:34:46.000000000
+0200
+++ new/gnome-power-manager-3.10.0/ChangeLog 2013-09-24 11:15:34.000000000
+0200
@@ -1,6 +1,16 @@
+commit 7e991077dcd927e8dc9baccfec20540171b3889f
+Author: Richard Hughes <[email protected]>
+Date: 2013-09-24
+
+ GNOME Power Manager 3.10.0
+
+M NEWS
+M RELEASE
+M configure.ac
+
commit 4fe0584f2ed137e36c26781ce355a4e8c14cbd42
Author: Richard Hughes <[email protected]>
-Date: 2013-09-13
+Date: 2013-09-13
trivial: Fix up the version number
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-power-manager-3.9.92/NEWS
new/gnome-power-manager-3.10.0/NEWS
--- old/gnome-power-manager-3.9.92/NEWS 2013-09-13 16:30:18.000000000 +0200
+++ new/gnome-power-manager-3.10.0/NEWS 2013-09-24 11:12:45.000000000 +0200
@@ -1,3 +1,7 @@
+Version 3.10.0
+~~~~~~~~~~~~~~
+Released: 2013-09-24
+
Version 3.9.92
~~~~~~~~~~~~~~
Released: 2013-09-13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-power-manager-3.9.92/aclocal.m4
new/gnome-power-manager-3.10.0/aclocal.m4
--- old/gnome-power-manager-3.9.92/aclocal.m4 2013-09-13 16:34:13.000000000
+0200
+++ new/gnome-power-manager-3.10.0/aclocal.m4 2013-09-24 11:12:58.000000000
+0200
@@ -253,6 +253,21 @@
m4_popdef([pkg_description])
]) dnl PKG_NOARCH_INSTALLDIR
+
+# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
+# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
+# -------------------------------------------
+# Retrieves the value of the pkg-config variable for the given module.
+AC_DEFUN([PKG_CHECK_VAR],
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
+AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
+
+_PKG_CONFIG([$1], [variable="][$3]["], [$2])
+AS_VAR_COPY([$1], [pkg_cv_][$1])
+
+AS_VAR_IF([$1], [""], [$5], [$4])dnl
+])# PKG_CHECK_VAR
+
# Copyright (C) 1995-2002 Free Software Foundation, Inc.
# Copyright (C) 2001-2003,2004 Red Hat, Inc.
#
@@ -689,10 +704,20 @@
fi])
+# gnome-compiler-flags.m4
+#
+# serial 2
+#
+
dnl GNOME_COMPILE_WARNINGS
dnl Turn on many useful compiler warnings and substitute the result into
dnl WARN_CFLAGS
dnl For now, only works on GCC
+dnl Pass the default value of the --enable-compile-warnings configure option as
+dnl the first argument to the macro, defaulting to 'yes'.
+dnl Additional warning/error flags can be passed as an optional second
argument.
+dnl
+dnl For example: GNOME_COMPILE_WARNINGS([maximum],[-Werror=some-flag -Wfoobar])
AC_DEFUN([GNOME_COMPILE_WARNINGS],[
dnl ******************************
dnl More compiler warnings
@@ -732,6 +757,11 @@
-Werror=missing-include-dirs \
"
+ dnl Additional warning or error flags provided by the module author to
+ dnl allow stricter standards to be imposed on a per-module basis.
+ dnl The author can pass -W or -Werror flags here as they see fit.
+ additional_flags="m4_default([$2],[])"
+
case "$enable_compile_warnings" in
no)
warning_flags=
@@ -740,10 +770,10 @@
warning_flags="-Wall"
;;
yes)
- warning_flags="$base_warn_flags $base_error_flags"
+ warning_flags="$base_warn_flags $base_error_flags $additional_flags"
;;
maximum|error)
- warning_flags="$base_warn_flags $base_error_flags"
+ warning_flags="$base_warn_flags $base_error_flags $additional_flags"
;;
*)
AC_MSG_ERROR(Unknown argument '$enable_compile_warnings' to
--enable-compile-warnings)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-power-manager-3.9.92/configure
new/gnome-power-manager-3.10.0/configure
--- old/gnome-power-manager-3.9.92/configure 2013-09-13 16:34:14.000000000
+0200
+++ new/gnome-power-manager-3.10.0/configure 2013-09-24 11:13:00.000000000
+0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gnome-power-manager 3.9.92.
+# Generated by GNU Autoconf 2.69 for gnome-power-manager 3.10.0.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
# Identity of this package.
PACKAGE_NAME='gnome-power-manager'
PACKAGE_TARNAME='gnome-power-manager'
-PACKAGE_VERSION='3.9.92'
-PACKAGE_STRING='gnome-power-manager 3.9.92'
+PACKAGE_VERSION='3.10.0'
+PACKAGE_STRING='gnome-power-manager 3.10.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1390,7 +1390,7 @@
# 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 gnome-power-manager 3.9.92 to adapt to many kinds of
systems.
+\`configure' configures gnome-power-manager 3.10.0 to adapt to many kinds of
systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1461,7 +1461,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gnome-power-manager 3.9.92:";;
+ short | recursive ) echo "Configuration of gnome-power-manager 3.10.0:";;
esac
cat <<\_ACEOF
@@ -1586,7 +1586,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gnome-power-manager configure 3.9.92
+gnome-power-manager configure 3.10.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1951,7 +1951,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gnome-power-manager $as_me 3.9.92, which was
+It was created by gnome-power-manager $as_me 3.10.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2816,7 +2816,7 @@
# Define the identity of the package.
PACKAGE=gnome-power-manager
- VERSION=3.9.92
+ VERSION=3.10.0
cat >>confdefs.h <<_ACEOF
@@ -2889,7 +2889,7 @@
# Define the identity of the package.
PACKAGE='gnome-power-manager'
- VERSION='3.9.92'
+ VERSION='3.10.0'
cat >>confdefs.h <<_ACEOF
@@ -12536,6 +12536,8 @@
-Werror=missing-include-dirs \
"
+ additional_flags=""
+
case "$enable_compile_warnings" in
no)
warning_flags=
@@ -12544,10 +12546,10 @@
warning_flags="-Wall"
;;
yes)
- warning_flags="$base_warn_flags $base_error_flags"
+ warning_flags="$base_warn_flags $base_error_flags $additional_flags"
;;
maximum|error)
- warning_flags="$base_warn_flags $base_error_flags"
+ warning_flags="$base_warn_flags $base_error_flags $additional_flags"
;;
*)
as_fn_error $? "Unknown argument '$enable_compile_warnings' to
--enable-compile-warnings" "$LINENO" 5
@@ -14589,7 +14591,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gnome-power-manager $as_me 3.9.92, which was
+This file was extended by gnome-power-manager $as_me 3.10.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -14655,7 +14657,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gnome-power-manager config.status 3.9.92
+gnome-power-manager config.status 3.10.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-power-manager-3.9.92/configure.ac
new/gnome-power-manager-3.10.0/configure.ac
--- old/gnome-power-manager-3.9.92/configure.ac 2013-09-13 16:34:05.000000000
+0200
+++ new/gnome-power-manager-3.10.0/configure.ac 2013-09-24 11:12:13.000000000
+0200
@@ -1,6 +1,6 @@
AC_PREREQ(2.63)
-AC_INIT([gnome-power-manager],[3.9.92])
+AC_INIT([gnome-power-manager],[3.10.0])
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-power-manager-3.9.92/data/gnome-power-statistics.desktop.in
new/gnome-power-manager-3.10.0/data/gnome-power-statistics.desktop.in
--- old/gnome-power-manager-3.9.92/data/gnome-power-statistics.desktop.in
2013-09-13 16:34:19.000000000 +0200
+++ new/gnome-power-manager-3.10.0/data/gnome-power-statistics.desktop.in
2013-09-24 11:13:10.000000000 +0200
@@ -12,5 +12,5 @@
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-power-manager
X-GNOME-Bugzilla-Component=gnome-power-statistics
-X-GNOME-Bugzilla-Version=3.9.92
+X-GNOME-Bugzilla-Version=3.10.0
X-Desktop-File-Install-Version=0.10
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]