Mailinglist Archive: opensuse-commit (1028 mails)

< Previous Next >
commit gtkpbbuttons
  • From: root@xxxxxxx (h_root)
  • Date: Mon, 5 Jun 2006 18:36:25 +0200 (CEST)
  • Message-id: <20060605163625.28B9694210@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gtkpbbuttons
checked in at Mon Jun 5 18:36:25 CEST 2006.

--------
--- arch/ppc/gtkpbbuttons/gtkpbbuttons.changes 2006-01-25 21:44:54.000000000 +0100
+++ gtkpbbuttons/gtkpbbuttons.changes 2006-06-05 17:29:09.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jun 5 17:12:51 CEST 2006 - schwab@xxxxxxx
+
+- Don't keep audio device open.
+- Don't clobber CFLAGS.
+
+-------------------------------------------------------------------

New:
----
gtkpbbuttons-0.6.8.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gtkpbbuttons.spec ++++++
--- /var/tmp/diff_new_pack.mZKm58/_old 2006-06-05 18:36:13.000000000 +0200
+++ /var/tmp/diff_new_pack.mZKm58/_new 2006-06-05 18:36:13.000000000 +0200
@@ -1,31 +1,32 @@
#
# spec file for package gtkpbbuttons (Version 0.6.8)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name: gtkpbbuttons
BuildRequires: audiofile-devel gtk2-devel pbbuttonsd popt-devel update-desktop-files
-URL: http://pbbuttons.sourceforge.net/projects/gtkpbbuttons/
+URL: http://pbbuttons.berlios.de/projects/gtkpbbuttons/
Summary: Graphical PBButtons Client
Version: 0.6.8
-Release: 1
+Release: 4
Group: System/Daemons
License: GPL
Source: %{name}-%{version}.tar.gz
+Patch: %{name}-%{version}.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
This package contains a PBButtons Client: GTKPBButtons.

-This client for pbbuttonsd displays small popup windows each time a
-message from the daemon pbbuttonsd appears. The view of each popup
-could individually configured. The following windows could pop up:
+This client for pbbuttonsd displays small pop-up windows each time a
+message from the daemon pbbuttonsd appears. The view of each pop-up can
+be individually configured. The following windows could pop up:

- brightness level The current display brightness level would be
displayed.
@@ -38,21 +39,21 @@
- mute The window shows if the speakers were muted.

- battery warning This window shows that battery is running low and
- how long it would last until shutdown. The last warnlevel
- indicate that the machine will be shut down now to save data
- integrity.
+ how long it would last until shutdown. The last warning level
+ indicates that the machine will be shut down immediately to save
+ data integrity.

- sleep warning This windows shows that the computer is going to
enter sleep mode.

- trackpad This window shows the current trackpad operating mode.

-- ejecting CDROM This window signals that a CDROM will be ejected or
- why it can't.
+- ejecting CD-ROM This window signals that a CD-ROM will be ejected
+ or why it cannot be.

The window appears after someone has pressed one of the special keys or
-an event message has been received. After roundabout two seconds
-without any changes, the popup window vanishes again.
+an event message has been received. After approximately two seconds
+without any changes, the pop-up window vanishes again.



@@ -62,8 +63,10 @@

%prep
%setup -q
+%patch

%build
+autoreconf -fi
./configure CFLAGS="$RPM_OPT_FLAGS" --prefix=/usr --mandir=%{_mandir}
make

@@ -81,6 +84,9 @@
/usr/share/gtkpbbuttons

%changelog -n gtkpbbuttons
+* Mon Jun 05 2006 - schwab@xxxxxxx
+- Don't keep audio device open.
+- Don't clobber CFLAGS.
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Thu Jul 07 2005 - schwab@xxxxxxx

++++++ gtkpbbuttons-0.6.8.diff ++++++
--- configure.in
+++ configure.in
@@ -88,7 +88,6 @@
packagesrcdir=`cd $srcdir && pwd`
AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [source dir of the package])

-CFLAGS=
dnl Use -Wall if we have gcc.
changequote(,)dnl
if test "x$GCC" = "xyes"; then
--- src/audio.c
+++ src/audio.c
@@ -138,6 +138,9 @@
* the reset routine of the alsa sounddrivers. There
* is no problem wirh the kernel OSS sounddriver.
*/
+ } else if (fd != -1) {
+ close (fd);
+ fd = -1;
}
}
pthread_exit(NULL);

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...


---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit-help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages