Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (2f16340e6a94c929c90a6565cf9d63b81f2f3972)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (2f16340e6a94c929c90a6565cf9d63b81f2f3972)
  • Date: Thu, 23 Apr 2009 02:45:05 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

dev/null
|binary
gnome2-apps/gnome-power-manager/DETAILS |
4 ++--
gnome2-apps/gnome-power-manager/HISTORY |
4 ++++
gnome2-apps/gnome-power-manager/PRE_BUILD |
5 +++++
gnome2-apps/gnome-power-manager/gnome-power-manager-2.26.0.tar.gz.sig |
0
gnome2-apps/gnome-power-manager/gnome-power-manager-2.26.1.tar.bz2.sig
|binary
6 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit da2a0ade49fc35914e6542ee42c559a16a88a808
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

gnome-power-manager 2.26.1

added PRE_BUILD due to:

Tpo -c -o gnome_power_manager-egg-debug.o `test -f 'egg-debug.c' || echo
'./'`egg-debug.c
cc1: warnings being treated as errors
cc1: error: -Wuninitialized is not supported without -O
make[3]: *** [gnome_power_manager-egg-debug.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
make[3]: Leaving directory `/usr/src/gnome-power-manager-2.26.1/src'

diff --git a/gnome2-apps/gnome-power-manager/DETAILS
b/gnome2-apps/gnome-power-manager/DETAILS
index c7ce4b4..0f0d284 100755
--- a/gnome2-apps/gnome-power-manager/DETAILS
+++ b/gnome2-apps/gnome-power-manager/DETAILS
@@ -1,6 +1,6 @@
SPELL=gnome-power-manager
- VERSION=2.26.0
- SOURCE=${SPELL}-${VERSION}.tar.gz
+ VERSION=2.26.1
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE_URL[0]=ftp://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/gnome2-apps/gnome-power-manager/HISTORY
b/gnome2-apps/gnome-power-manager/HISTORY
index 8903f1f..8708976 100644
--- a/gnome2-apps/gnome-power-manager/HISTORY
+++ b/gnome2-apps/gnome-power-manager/HISTORY
@@ -1,3 +1,7 @@
+2009-04-23 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.26.1, gz -> bz2
+ * PRE_BUILD: added
+
2009-03-28 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.26.0

diff --git a/gnome2-apps/gnome-power-manager/PRE_BUILD
b/gnome2-apps/gnome-power-manager/PRE_BUILD
new file mode 100755
index 0000000..09f88fa
--- /dev/null
+++ b/gnome2-apps/gnome-power-manager/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+# removed WARNINGFLAGS="$WARNINGFLAGS -Wuninitialized"
+sed -i "49d" configure.ac
diff --git
a/gnome2-apps/gnome-power-manager/gnome-power-manager-2.26.0.tar.gz.sig
b/gnome2-apps/gnome-power-manager/gnome-power-manager-2.26.0.tar.gz.sig
deleted file mode 100644
index 79b9256..0000000
Binary files
a/gnome2-apps/gnome-power-manager/gnome-power-manager-2.26.0.tar.gz.sig and
/dev/null differ
diff --git
a/gnome2-apps/gnome-power-manager/gnome-power-manager-2.26.1.tar.bz2.sig
b/gnome2-apps/gnome-power-manager/gnome-power-manager-2.26.1.tar.bz2.sig
new file mode 100644
index 0000000..7c43bf7
Binary files /dev/null and
b/gnome2-apps/gnome-power-manager/gnome-power-manager-2.26.1.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (2f16340e6a94c929c90a6565cf9d63b81f2f3972), Ladislav Hagara, 04/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page