rpms/desktop-file-utils/F-7 desktop-file-utils-0.12-encoding.patch, NONE, 1.1 desktop-file-utils.spec, 1.40, 1.41
by fedora-extras-commitsï¼ redhat.com
Author: xulchris
Update of /cvs/extras/rpms/desktop-file-utils/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24281
Modified Files:
desktop-file-utils.spec
Added Files:
desktop-file-utils-0.12-encoding.patch
Log Message:
dont error on missing encoding bz#406791
desktop-file-utils-0.12-encoding.patch:
--- NEW FILE desktop-file-utils-0.12-encoding.patch ---
--- src/validate.c~ 2007-11-30 12:30:56.000000000 -0800
+++ src/validate.c 2007-11-30 12:52:01.000000000 -0800
@@ -453,7 +453,7 @@
void (*validate_type) (const char *value, const char *key, const char *locale, const char *filename, GnomeDesktopFile *df);
gboolean deprecated;
} key_table[] = {
- { "Encoding", validate_string },
+ { "Encoding", validate_string, TRUE },
{ "Version", validate_numeric },
{ "Name", validate_localestring },
{ "GenericName", validate_localestring },
@@ -735,10 +735,6 @@
strcmp (val, "Legacy-Mixed") != 0)
print_fatal (filename, "unknown Encoding type \"%s\", should be one of \"UTF-8\", \"Legacy-Mixed\"\n", val);
}
- else
- {
- print_fatal (filename, "required key \"Encoding\" not found\n");
- }
if (!gnome_desktop_file_get_raw (df, section,
"Name",
Index: desktop-file-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/desktop-file-utils/F-7/desktop-file-utils.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- desktop-file-utils.spec 8 Mar 2007 09:43:58 -0000 1.40
+++ desktop-file-utils.spec 1 Dec 2007 03:04:28 -0000 1.41
@@ -1,7 +1,7 @@
Summary: Utilities for manipulating .desktop files
Name: desktop-file-utils
Version: 0.12
-Release: 4%{?dist}
+Release: 5%{?dist}
URL: http://www.freedesktop.org/software/desktop-file-utils
Source0: %{name}-%{version}.tar.gz
License: GPL
@@ -14,6 +14,7 @@
Obsoletes: desktop-file-validator
Patch0: desktop-file-utils-0.12-make-vendor-optional.patch
+Patch1: %{name}-0.12-encoding.patch
%description
.desktop files are used to describe an application for inclusion in
@@ -26,6 +27,7 @@
%prep
%setup -q
%patch0 -p1 -b .make-vendor-optional
+%patch1 -p0 -b .encoding~
%build
%configure
@@ -44,6 +46,9 @@
%{_datadir}/emacs/site-lisp/
%changelog
+* Fri Nov 30 2007 Christopher Stone <chris.stone(a)gmail.com> 0.12-5
+- add enconding patch (bz #406791)
+
* Thu Mar 08 2007 Florian La Roche <laroche(a)redhat.com> - 0.12-4
- remove empty post/preun scripts completely
15Â years, 2Â months
rpms/rhythmbox/devel rhythmbox.spec,1.153,1.154
by fedora-extras-commitsï¼ redhat.com
Author: hadess
Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15549
Modified Files:
rhythmbox.spec
Log Message:
Update file list, remove libtool droppings
Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- rhythmbox.spec 30 Nov 2007 18:17:41 -0000 1.153
+++ rhythmbox.spec 1 Dec 2007 02:02:15 -0000 1.154
@@ -126,6 +126,7 @@
rm -f %{buildroot}%{_libdir}/rhythmbox/plugins/*.{a,la}
rm -f %{buildroot}%{_libdir}/rhythmbox/plugins/*/*.{a,la}
rm -f %{buildroot}%{_libdir}/librhythmbox-core.{a,la}
+rm -f %{buildroot}%{_libdir}/mozilla/plugins/*.{a,la}
%find_lang %name --with-gnome
@@ -180,6 +181,7 @@
%{_datadir}/dbus-1/services/org.gnome.Rhythmbox.service
%{_datadir}/icons/hicolor/*/apps/rhythmbox.*
%{_libdir}/librhythmbox-core.so*
+%{_libdir}/mozilla/plugins/*.so
%dir %{_libdir}/rhythmbox
%{_libdir}/rhythmbox/plugins/artdisplay/
%{_libdir}/rhythmbox/plugins/audiocd/
15Â years, 2Â months
rpms/wesnoth/devel wesnoth.spec,1.45,1.46
by fedora-extras-commitsï¼ redhat.com
Author: bpepple
Update of /cvs/pkgs/rpms/wesnoth/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8252
Modified Files:
wesnoth.spec
Log Message:
* Fri Nov 30 2007 Brian Pepple <bpepple(a)fedoraproject.org> - 1.2.8-3
- Re-add the server-gid that accidently got removed.
Index: wesnoth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wesnoth/devel/wesnoth.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- wesnoth.spec 30 Nov 2007 23:15:10 -0000 1.45
+++ wesnoth.spec 1 Dec 2007 01:36:46 -0000 1.46
@@ -1,6 +1,6 @@
Name: wesnoth
Version: 1.2.8
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Turn-based strategy game with a fantasy theme
Group: Amusements/Games
@@ -84,6 +84,7 @@
--enable-python \
--with-fifodir=/var/run/wesnothd \
--with-server-uid=$(id -u) \
+ --with-server-gid=$(id -g)
make %{?_smp_mflags}
@@ -167,6 +168,9 @@
%ghost /var/run/wesnothd/socket
%changelog
+* Fri Nov 30 2007 Brian Pepple <bpepple(a)fedoraproject.org> - 1.2.8-3
+- Re-add the server-gid that accidently got removed.
+
* Fri Nov 30 2007 Brian Pepple <bpepple(a)fedoraproject.org> - 1.2.8-2
- Add patch to drop ogg test from configure script, until better workaround.
- Enable python support.
15Â years, 2Â months
rpms/gpodder/F-8 .cvsignore,1.8,1.9 sources,1.8,1.9
by fedora-extras-commitsï¼ redhat.com
Author: jspaleta
Update of /cvs/pkgs/rpms/gpodder/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7976
Modified Files:
.cvsignore sources
Log Message:
Forgot to commit the new sources last time.
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gpodder/F-8/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 30 Oct 2007 23:32:34 -0000 1.8
+++ .cvsignore 1 Dec 2007 01:28:13 -0000 1.9
@@ -1 +1 @@
-gpodder-0.10.1.tar.gz
+gpodder-0.10.2.tar.gz
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gpodder/F-8/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 30 Oct 2007 23:32:34 -0000 1.8
+++ sources 1 Dec 2007 01:28:13 -0000 1.9
@@ -1 +1 @@
-39e07f2641abb2ec3e19cbf0d34d3087 gpodder-0.10.1.tar.gz
+7057b23a916cbd361b2bddbfca7d13a3 gpodder-0.10.2.tar.gz
15Â years, 2Â months
rpms/kernel/F-8 linux-2.6-acpi-button-send-initial-state.patch, 1.1, 1.2
by fedora-extras-commitsï¼ redhat.com
Author: cebbert
Update of /cvs/pkgs/rpms/kernel/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6867
Modified Files:
linux-2.6-acpi-button-send-initial-state.patch
Log Message:
cleanup
linux-2.6-acpi-button-send-initial-state.patch:
Index: linux-2.6-acpi-button-send-initial-state.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/linux-2.6-acpi-button-send-initial-state.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-acpi-button-send-initial-state.patch 1 Dec 2007 01:08:32 -0000 1.1
+++ linux-2.6-acpi-button-send-initial-state.patch 1 Dec 2007 01:10:55 -0000 1.2
@@ -1,56 +1,3 @@
-X-Mozilla-Status: 0001
-X-Mozilla-Status2: 00000000
-Return-Path: <git-commits-head-owner(a)vger.kernel.org>
-Received: from mail.boston.redhat.com ([unix socket])
- by mail.boston.redhat.com (Cyrus v2.2.12-Invoca-RPM-2.2.12-8.1.RHEL4) with LMTPA;
- Tue, 30 Oct 2007 01:59:39 -0400
-X-Sieve: CMU Sieve 2.2
-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254])
- by mail.boston.redhat.com (8.13.1/8.13.1) with ESMTP id l9U5xdWP032224;
- Tue, 30 Oct 2007 01:59:39 -0400
-Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32])
- by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l9U5xcB0021239;
- Tue, 30 Oct 2007 01:59:38 -0400
-Received: from vger.kernel.org (vger.kernel.org [209.132.176.167])
- by mx3.redhat.com (8.13.1/8.13.1) with ESMTP id l9U5xIMZ013784;
- Tue, 30 Oct 2007 01:59:32 -0400
-Received: (majordomo(a)vger.kernel.org) by vger.kernel.org via listexpand
- id S1754184AbXJ3F7W (ORCPT <rfc822;cebbert(a)redhat.com> + 6 others);
- Tue, 30 Oct 2007 01:59:22 -0400
-Received: (majordomo(a)vger.kernel.org) by vger.kernel.org id S1753207AbXJ3F7W
- (ORCPT <rfc822;git-commits-head-outgoing>);
- Tue, 30 Oct 2007 01:59:22 -0400
-Received: from hera.kernel.org ([140.211.167.34]:58717 "EHLO hera.kernel.org"
- rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
- id S1753817AbXJ3F7N (ORCPT
- <rfc822;git-commits-head(a)vger.kernel.org>);
- Tue, 30 Oct 2007 01:59:13 -0400
-Received: from hera.kernel.org (IDENT:U2FsdGVkX1/mtUfX+X/pWAb7kMwiSDi8AX/ODpZKfnA@localhost [127.0.0.1])
- by hera.kernel.org (8.13.8/8.13.8) with ESMTP id l9U5xCtG023624
- (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
- for <git-commits-head(a)vger.kernel.org>; Tue, 30 Oct 2007 05:59:12 GMT
-Received: (from dwmw2@localhost)
- by hera.kernel.org (8.13.8/8.13.1/Submit) id l9U5xCpW023607
- for git-commits-head(a)vger.kernel.org; Tue, 30 Oct 2007 05:59:12 GMT
-Date: Tue, 30 Oct 2007 05:59:12 GMT
-Message-Id: <200710300559.l9U5xCpW023607(a)hera.kernel.org>
-From: Linux Kernel Mailing List <linux-kernel(a)vger.kernel.org>
-To: git-commits-head(a)vger.kernel.org
-Subject: ACPI: button: send initial lid state after add and resume
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-X-Git-Commit: 23de5d9ef2a4bbc4f733f58311bcb7cf6239c813
-X-Git-Parent: 1dbc1fda5d8ca907f320b806005d4a447977d26a
-X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,
- SUBJECT_FUZZY_TION autolearn=no version=3.2.3
-X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on hera.kernel.org
-Sender: git-commits-head-owner(a)vger.kernel.org
-Precedence: bulk
-X-Mailing-List: git-commits-head(a)vger.kernel.org
-X-RedHat-Spam-Score: 0.006
-X-Scanned-By: MIMEDefang 2.58 on 172.16.48.32
-
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=co...
Commit: 23de5d9ef2a4bbc4f733f58311bcb7cf6239c813
Parent: 1dbc1fda5d8ca907f320b806005d4a447977d26a
@@ -157,8 +104,3 @@
if (device->wakeup.flags.valid) {
/* Button's GPE is run-wake GPE */
--
-To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
-the body of a message to majordomo(a)vger.kernel.org
-More majordomo info at http://vger.kernel.org/majordomo-info.html
-
15Â years, 2Â months
rpms/kernel/F-7 linux-2.6-acpi-button-send-initial-state.patch, 1.1, 1.2
by fedora-extras-commitsï¼ redhat.com
Author: cebbert
Update of /cvs/pkgs/rpms/kernel/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6834
Modified Files:
linux-2.6-acpi-button-send-initial-state.patch
Log Message:
cleanup
linux-2.6-acpi-button-send-initial-state.patch:
Index: linux-2.6-acpi-button-send-initial-state.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-7/linux-2.6-acpi-button-send-initial-state.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-acpi-button-send-initial-state.patch 1 Dec 2007 01:06:48 -0000 1.1
+++ linux-2.6-acpi-button-send-initial-state.patch 1 Dec 2007 01:10:35 -0000 1.2
@@ -1,56 +1,3 @@
-X-Mozilla-Status: 0001
-X-Mozilla-Status2: 00000000
-Return-Path: <git-commits-head-owner(a)vger.kernel.org>
-Received: from mail.boston.redhat.com ([unix socket])
- by mail.boston.redhat.com (Cyrus v2.2.12-Invoca-RPM-2.2.12-8.1.RHEL4) with LMTPA;
- Tue, 30 Oct 2007 01:59:39 -0400
-X-Sieve: CMU Sieve 2.2
-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254])
- by mail.boston.redhat.com (8.13.1/8.13.1) with ESMTP id l9U5xdWP032224;
- Tue, 30 Oct 2007 01:59:39 -0400
-Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32])
- by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l9U5xcB0021239;
- Tue, 30 Oct 2007 01:59:38 -0400
-Received: from vger.kernel.org (vger.kernel.org [209.132.176.167])
- by mx3.redhat.com (8.13.1/8.13.1) with ESMTP id l9U5xIMZ013784;
- Tue, 30 Oct 2007 01:59:32 -0400
-Received: (majordomo(a)vger.kernel.org) by vger.kernel.org via listexpand
- id S1754184AbXJ3F7W (ORCPT <rfc822;cebbert(a)redhat.com> + 6 others);
- Tue, 30 Oct 2007 01:59:22 -0400
-Received: (majordomo(a)vger.kernel.org) by vger.kernel.org id S1753207AbXJ3F7W
- (ORCPT <rfc822;git-commits-head-outgoing>);
- Tue, 30 Oct 2007 01:59:22 -0400
-Received: from hera.kernel.org ([140.211.167.34]:58717 "EHLO hera.kernel.org"
- rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
- id S1753817AbXJ3F7N (ORCPT
- <rfc822;git-commits-head(a)vger.kernel.org>);
- Tue, 30 Oct 2007 01:59:13 -0400
-Received: from hera.kernel.org (IDENT:U2FsdGVkX1/mtUfX+X/pWAb7kMwiSDi8AX/ODpZKfnA@localhost [127.0.0.1])
- by hera.kernel.org (8.13.8/8.13.8) with ESMTP id l9U5xCtG023624
- (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
- for <git-commits-head(a)vger.kernel.org>; Tue, 30 Oct 2007 05:59:12 GMT
-Received: (from dwmw2@localhost)
- by hera.kernel.org (8.13.8/8.13.1/Submit) id l9U5xCpW023607
- for git-commits-head(a)vger.kernel.org; Tue, 30 Oct 2007 05:59:12 GMT
-Date: Tue, 30 Oct 2007 05:59:12 GMT
-Message-Id: <200710300559.l9U5xCpW023607(a)hera.kernel.org>
-From: Linux Kernel Mailing List <linux-kernel(a)vger.kernel.org>
-To: git-commits-head(a)vger.kernel.org
-Subject: ACPI: button: send initial lid state after add and resume
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-X-Git-Commit: 23de5d9ef2a4bbc4f733f58311bcb7cf6239c813
-X-Git-Parent: 1dbc1fda5d8ca907f320b806005d4a447977d26a
-X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,
- SUBJECT_FUZZY_TION autolearn=no version=3.2.3
-X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on hera.kernel.org
-Sender: git-commits-head-owner(a)vger.kernel.org
-Precedence: bulk
-X-Mailing-List: git-commits-head(a)vger.kernel.org
-X-RedHat-Spam-Score: 0.006
-X-Scanned-By: MIMEDefang 2.58 on 172.16.48.32
-
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=co...
Commit: 23de5d9ef2a4bbc4f733f58311bcb7cf6239c813
Parent: 1dbc1fda5d8ca907f320b806005d4a447977d26a
@@ -157,8 +104,3 @@
if (device->wakeup.flags.valid) {
/* Button's GPE is run-wake GPE */
--
-To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
-the body of a message to majordomo(a)vger.kernel.org
-More majordomo info at http://vger.kernel.org/majordomo-info.html
-
15Â years, 2Â months
rpms/kernel/F-8 linux-2.6-acpi-button-send-initial-state.patch, NONE, 1.1 linux-2.6-alsa-drivers-set-device-links.patch, NONE, 1.1 kernel.spec, 1.284, 1.285
by fedora-extras-commitsï¼ redhat.com
Author: cebbert
Update of /cvs/pkgs/rpms/kernel/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6785
Modified Files:
kernel.spec
Added Files:
linux-2.6-acpi-button-send-initial-state.patch
linux-2.6-alsa-drivers-set-device-links.patch
Log Message:
* Fri Nov 30 2007 Chuck Ebbert <cebbert(a)redhat.com>
- ALSA: fix missing controls on some drivers (#370821)
- ACPI: send initial button state on startup (#275651)
linux-2.6-acpi-button-send-initial-state.patch:
--- NEW FILE linux-2.6-acpi-button-send-initial-state.patch ---
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
Return-Path: <git-commits-head-owner(a)vger.kernel.org>
Received: from mail.boston.redhat.com ([unix socket])
by mail.boston.redhat.com (Cyrus v2.2.12-Invoca-RPM-2.2.12-8.1.RHEL4) with LMTPA;
Tue, 30 Oct 2007 01:59:39 -0400
X-Sieve: CMU Sieve 2.2
Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254])
by mail.boston.redhat.com (8.13.1/8.13.1) with ESMTP id l9U5xdWP032224;
Tue, 30 Oct 2007 01:59:39 -0400
Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32])
by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l9U5xcB0021239;
Tue, 30 Oct 2007 01:59:38 -0400
Received: from vger.kernel.org (vger.kernel.org [209.132.176.167])
by mx3.redhat.com (8.13.1/8.13.1) with ESMTP id l9U5xIMZ013784;
Tue, 30 Oct 2007 01:59:32 -0400
Received: (majordomo(a)vger.kernel.org) by vger.kernel.org via listexpand
id S1754184AbXJ3F7W (ORCPT <rfc822;cebbert(a)redhat.com> + 6 others);
Tue, 30 Oct 2007 01:59:22 -0400
Received: (majordomo(a)vger.kernel.org) by vger.kernel.org id S1753207AbXJ3F7W
(ORCPT <rfc822;git-commits-head-outgoing>);
Tue, 30 Oct 2007 01:59:22 -0400
Received: from hera.kernel.org ([140.211.167.34]:58717 "EHLO hera.kernel.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1753817AbXJ3F7N (ORCPT
<rfc822;git-commits-head(a)vger.kernel.org>);
Tue, 30 Oct 2007 01:59:13 -0400
Received: from hera.kernel.org (IDENT:U2FsdGVkX1/mtUfX+X/pWAb7kMwiSDi8AX/ODpZKfnA@localhost [127.0.0.1])
by hera.kernel.org (8.13.8/8.13.8) with ESMTP id l9U5xCtG023624
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
for <git-commits-head(a)vger.kernel.org>; Tue, 30 Oct 2007 05:59:12 GMT
Received: (from dwmw2@localhost)
by hera.kernel.org (8.13.8/8.13.1/Submit) id l9U5xCpW023607
for git-commits-head(a)vger.kernel.org; Tue, 30 Oct 2007 05:59:12 GMT
Date: Tue, 30 Oct 2007 05:59:12 GMT
Message-Id: <200710300559.l9U5xCpW023607(a)hera.kernel.org>
From: Linux Kernel Mailing List <linux-kernel(a)vger.kernel.org>
To: git-commits-head(a)vger.kernel.org
Subject: ACPI: button: send initial lid state after add and resume
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Git-Commit: 23de5d9ef2a4bbc4f733f58311bcb7cf6239c813
X-Git-Parent: 1dbc1fda5d8ca907f320b806005d4a447977d26a
X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,
SUBJECT_FUZZY_TION autolearn=no version=3.2.3
X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on hera.kernel.org
Sender: git-commits-head-owner(a)vger.kernel.org
Precedence: bulk
X-Mailing-List: git-commits-head(a)vger.kernel.org
X-RedHat-Spam-Score: 0.006
X-Scanned-By: MIMEDefang 2.58 on 172.16.48.32
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=co...
Commit: 23de5d9ef2a4bbc4f733f58311bcb7cf6239c813
Parent: 1dbc1fda5d8ca907f320b806005d4a447977d26a
Author: Alexey Starikovskiy <astarikovskiy(a)suse.de>
AuthorDate: Mon Oct 22 14:18:18 2007 +0400
Committer: Len Brown <len.brown(a)intel.com>
CommitDate: Thu Oct 25 16:31:30 2007 -0400
ACPI: button: send initial lid state after add and resume
Input layer should know about initial state of lid switch,
even before first notify.
Reference: https://bugzilla.novell.com/show_bug.cgi?id=326814
Signed-off-by: Alexey Starikovskiy <astarikovskiy(a)suse.de>
Acked-by: Rafael J. Wysocki <rjw(a)sisk.pl>
Signed-off-by: Len Brown <len.brown(a)intel.com>
---
drivers/acpi/button.c | 37 +++++++++++++++++++++++++++++--------
1 files changed, 29 insertions(+), 8 deletions(-)
diff --git a/drivers/acpi/button.c b/drivers/acpi/button.c
index 301e832..24a7865 100644
--- a/drivers/acpi/button.c
+++ b/drivers/acpi/button.c
@@ -78,6 +78,7 @@ MODULE_DEVICE_TABLE(acpi, button_device_ids);
static int acpi_button_add(struct acpi_device *device);
static int acpi_button_remove(struct acpi_device *device, int type);
+static int acpi_button_resume(struct acpi_device *device);
static int acpi_button_info_open_fs(struct inode *inode, struct file *file);
static int acpi_button_state_open_fs(struct inode *inode, struct file *file);
@@ -87,6 +88,7 @@ static struct acpi_driver acpi_button_driver = {
.ids = button_device_ids,
.ops = {
.add = acpi_button_add,
+ .resume = acpi_button_resume,
.remove = acpi_button_remove,
},
};
@@ -253,6 +255,19 @@ static int acpi_button_remove_fs(struct acpi_device *device)
/* --------------------------------------------------------------------------
Driver Interface
-------------------------------------------------------------------------- */
+static int acpi_lid_send_state(struct acpi_button *button)
+{
+ unsigned long state;
+ acpi_status status;
+
+ status = acpi_evaluate_integer(button->device->handle, "_LID", NULL,
+ &state);
+ if (ACPI_FAILURE(status))
+ return -ENODEV;
+ /* input layer checks if event is redundant */
+ input_report_switch(button->input, SW_LID, !state);
+ return 0;
+}
static void acpi_button_notify(acpi_handle handle, u32 event, void *data)
{
@@ -265,15 +280,8 @@ static void acpi_button_notify(acpi_handle handle, u32 event, void *data)
switch (event) {
case ACPI_BUTTON_NOTIFY_STATUS:
input = button->input;
-
if (button->type == ACPI_BUTTON_TYPE_LID) {
- struct acpi_handle *handle = button->device->handle;
- unsigned long state;
-
- if (!ACPI_FAILURE(acpi_evaluate_integer(handle, "_LID",
- NULL, &state)))
- input_report_switch(input, SW_LID, !state);
-
+ acpi_lid_send_state(button);
} else {
int keycode = test_bit(KEY_SLEEP, input->keybit) ?
KEY_SLEEP : KEY_POWER;
@@ -336,6 +344,17 @@ static int acpi_button_install_notify_handlers(struct acpi_button *button)
return ACPI_FAILURE(status) ? -ENODEV : 0;
}
+static int acpi_button_resume(struct acpi_device *device)
+{
+ struct acpi_button *button;
+ if (!device)
+ return -EINVAL;
+ button = acpi_driver_data(device);
+ if (button && button->type == ACPI_BUTTON_TYPE_LID)
+ return acpi_lid_send_state(button);
+ return 0;
+}
+
static void acpi_button_remove_notify_handlers(struct acpi_button *button)
{
switch (button->type) {
@@ -453,6 +472,8 @@ static int acpi_button_add(struct acpi_device *device)
error = input_register_device(input);
if (error)
goto err_remove_handlers;
+ if (button->type == ACPI_BUTTON_TYPE_LID)
+ acpi_lid_send_state(button);
if (device->wakeup.flags.valid) {
/* Button's GPE is run-wake GPE */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
linux-2.6-alsa-drivers-set-device-links.patch:
--- NEW FILE linux-2.6-alsa-drivers-set-device-links.patch ---
From: Takashi Iwai <tiwai(a)suse.de>
Date: Mon, 26 Nov 2007 07:45:43 +0000 (+0100)
Subject: [ALSA] emu10k1x - Add missing snd_card_set_dev call
X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Fperex%2Falsa.git;a=commit...
[ALSA] emu10k1x - Add missing snd_card_set_dev call
Added the missing snd_card_set_dev() call. This will fix the incomplete
sysfs entry for this card.
Signed-off-by: Takashi Iwai <tiwai(a)suse.de>
Signed-off-by: Jaroslav Kysela <perex(a)perex.cz>
---
diff --git a/sound/pci/emu10k1/emu10k1x.c b/sound/pci/emu10k1/emu10k1x.c
index 1ec7eba..0030d8b 100644
--- a/sound/pci/emu10k1/emu10k1x.c
+++ b/sound/pci/emu10k1/emu10k1x.c
@@ -1583,6 +1583,8 @@ static int __devinit snd_emu10k1x_probe(struct pci_dev *pci,
sprintf(card->longname, "%s at 0x%lx irq %i",
card->shortname, chip->port, chip->irq);
+ snd_card_set_dev(card, &pci->dev);
+
if ((err = snd_card_register(card)) < 0) {
snd_card_free(card);
return err;
From: Takashi Iwai <tiwai(a)suse.de>
Date: Mon, 26 Nov 2007 07:58:48 +0000 (+0100)
Subject: [ALSA] drivers - Add missing snd_card_set_dev()
X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Fperex%2Falsa.git;a=commit...
[ALSA] drivers - Add missing snd_card_set_dev()
Added the missing call of snd_card_set_dev() in drivers/*
Signed-off-by: Takashi Iwai <tiwai(a)suse.de>
Signed-off-by: Jaroslav Kysela <perex(a)perex.cz>
---
diff --git a/sound/drivers/mts64.c b/sound/drivers/mts64.c
index 68070cc..e12ba3d 100644
--- a/sound/drivers/mts64.c
+++ b/sound/drivers/mts64.c
@@ -1008,6 +1008,8 @@ static int __devinit snd_mts64_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, card);
+ snd_card_set_dev(card, &pdev->dev);
+
/* At this point card will be usable */
if ((err = snd_card_register(card)) < 0) {
snd_printd("Cannot register card\n");
diff --git a/sound/drivers/portman2x4.c b/sound/drivers/portman2x4.c
index 1b83287..7e7c668 100644
--- a/sound/drivers/portman2x4.c
+++ b/sound/drivers/portman2x4.c
@@ -797,6 +797,8 @@ static int __devinit snd_portman_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, card);
+ snd_card_set_dev(card, &pdev->dev);
+
/* At this point card will be usable */
if ((err = snd_card_register(card)) < 0) {
snd_printd("Cannot register card\n");
Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/kernel.spec,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -r1.284 -r1.285
--- kernel.spec 30 Nov 2007 22:33:11 -0000 1.284
+++ kernel.spec 1 Dec 2007 01:08:32 -0000 1.285
@@ -598,6 +598,7 @@
Patch82: linux-2.6-alsa-1.0.15-merge-3.patch
Patch86: linux-2.6-alsa-support-sis7019.patch
Patch87: linux-2.6-alsa-hda-stac-dmic.patch
+Patch88: linux-2.6-alsa-drivers-set-device-links.patch
Patch100: linux-2.6-g5-therm-shutdown.patch
Patch120: linux-2.6-ppc32-ucmpdi2.patch
@@ -696,6 +697,7 @@
#Patch780: linux-2.6-clockevents-fix-resume-logic.patch
Patch750: linux-2.6-acpi-git-ec-init-fixes.patch
Patch770: linux-2.6-pmtrace-time-fix.patch
+Patch780: linux-2.6-acpi-button-send-initial-state.patch
Patch800: linux-2.6-wakeups-hdaps.patch
Patch801: linux-2.6-wakeups.patch
Patch820: linux-2.6-compile-fixes.patch
@@ -1082,6 +1084,8 @@
ApplyPatch linux-2.6-alsa-support-sis7019.patch
# ALSA enhancments for 2.6.25
ApplyPatch linux-2.6-alsa-hda-stac-dmic.patch
+# Fix missing controls on some devices caused by missing sysfs links
+ApplyPatch linux-2.6-alsa-drivers-set-device-links.patch
# Nouveau DRM + drm fixes
ApplyPatch drm-mm-git.patch
@@ -1309,6 +1313,8 @@
ApplyPatch linux-2.6-acpi-git-ec-init-fixes.patch
# fix date/time display when using PM_TRACE
ApplyPatch linux-2.6-pmtrace-time-fix.patch
+# Send button state on create / resume
+ApplyPatch linux-2.6-acpi-button-send-initial-state.patch
# Fix excessive wakeups
# Make hdaps timer only tick when in use.
@@ -1979,6 +1985,10 @@
%changelog
* Fri Nov 30 2007 Chuck Ebbert <cebbert(a)redhat.com>
+- ALSA: fix missing controls on some drivers (#370821)
+- ACPI: send initial button state on startup (#275651)
+
+* Fri Nov 30 2007 Chuck Ebbert <cebbert(a)redhat.com>
- Disable e1000 link power management (#400561)
* Fri Nov 30 2007 Jarod Wilson <jwilson(a)redhat.com>
15Â years, 2Â months
rpms/kernel/F-7 linux-2.6-acpi-button-send-initial-state.patch, NONE, 1.1 linux-2.6-alsa-drivers-set-device-links.patch, NONE, 1.1 kernel-2.6.spec, 1.3393, 1.3394
by fedora-extras-commitsï¼ redhat.com
Author: cebbert
Update of /cvs/pkgs/rpms/kernel/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6715
Modified Files:
kernel-2.6.spec
Added Files:
linux-2.6-acpi-button-send-initial-state.patch
linux-2.6-alsa-drivers-set-device-links.patch
Log Message:
* Fri Nov 30 2007 Chuck Ebbert <cebbert(a)redhat.com>
- ALSA: fix missing controls on some drivers
- ACPI: send initial button state on startup
linux-2.6-acpi-button-send-initial-state.patch:
--- NEW FILE linux-2.6-acpi-button-send-initial-state.patch ---
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
Return-Path: <git-commits-head-owner(a)vger.kernel.org>
Received: from mail.boston.redhat.com ([unix socket])
by mail.boston.redhat.com (Cyrus v2.2.12-Invoca-RPM-2.2.12-8.1.RHEL4) with LMTPA;
Tue, 30 Oct 2007 01:59:39 -0400
X-Sieve: CMU Sieve 2.2
Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254])
by mail.boston.redhat.com (8.13.1/8.13.1) with ESMTP id l9U5xdWP032224;
Tue, 30 Oct 2007 01:59:39 -0400
Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32])
by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l9U5xcB0021239;
Tue, 30 Oct 2007 01:59:38 -0400
Received: from vger.kernel.org (vger.kernel.org [209.132.176.167])
by mx3.redhat.com (8.13.1/8.13.1) with ESMTP id l9U5xIMZ013784;
Tue, 30 Oct 2007 01:59:32 -0400
Received: (majordomo(a)vger.kernel.org) by vger.kernel.org via listexpand
id S1754184AbXJ3F7W (ORCPT <rfc822;cebbert(a)redhat.com> + 6 others);
Tue, 30 Oct 2007 01:59:22 -0400
Received: (majordomo(a)vger.kernel.org) by vger.kernel.org id S1753207AbXJ3F7W
(ORCPT <rfc822;git-commits-head-outgoing>);
Tue, 30 Oct 2007 01:59:22 -0400
Received: from hera.kernel.org ([140.211.167.34]:58717 "EHLO hera.kernel.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1753817AbXJ3F7N (ORCPT
<rfc822;git-commits-head(a)vger.kernel.org>);
Tue, 30 Oct 2007 01:59:13 -0400
Received: from hera.kernel.org (IDENT:U2FsdGVkX1/mtUfX+X/pWAb7kMwiSDi8AX/ODpZKfnA@localhost [127.0.0.1])
by hera.kernel.org (8.13.8/8.13.8) with ESMTP id l9U5xCtG023624
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
for <git-commits-head(a)vger.kernel.org>; Tue, 30 Oct 2007 05:59:12 GMT
Received: (from dwmw2@localhost)
by hera.kernel.org (8.13.8/8.13.1/Submit) id l9U5xCpW023607
for git-commits-head(a)vger.kernel.org; Tue, 30 Oct 2007 05:59:12 GMT
Date: Tue, 30 Oct 2007 05:59:12 GMT
Message-Id: <200710300559.l9U5xCpW023607(a)hera.kernel.org>
From: Linux Kernel Mailing List <linux-kernel(a)vger.kernel.org>
To: git-commits-head(a)vger.kernel.org
Subject: ACPI: button: send initial lid state after add and resume
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Git-Commit: 23de5d9ef2a4bbc4f733f58311bcb7cf6239c813
X-Git-Parent: 1dbc1fda5d8ca907f320b806005d4a447977d26a
X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,
SUBJECT_FUZZY_TION autolearn=no version=3.2.3
X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on hera.kernel.org
Sender: git-commits-head-owner(a)vger.kernel.org
Precedence: bulk
X-Mailing-List: git-commits-head(a)vger.kernel.org
X-RedHat-Spam-Score: 0.006
X-Scanned-By: MIMEDefang 2.58 on 172.16.48.32
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=co...
Commit: 23de5d9ef2a4bbc4f733f58311bcb7cf6239c813
Parent: 1dbc1fda5d8ca907f320b806005d4a447977d26a
Author: Alexey Starikovskiy <astarikovskiy(a)suse.de>
AuthorDate: Mon Oct 22 14:18:18 2007 +0400
Committer: Len Brown <len.brown(a)intel.com>
CommitDate: Thu Oct 25 16:31:30 2007 -0400
ACPI: button: send initial lid state after add and resume
Input layer should know about initial state of lid switch,
even before first notify.
Reference: https://bugzilla.novell.com/show_bug.cgi?id=326814
Signed-off-by: Alexey Starikovskiy <astarikovskiy(a)suse.de>
Acked-by: Rafael J. Wysocki <rjw(a)sisk.pl>
Signed-off-by: Len Brown <len.brown(a)intel.com>
---
drivers/acpi/button.c | 37 +++++++++++++++++++++++++++++--------
1 files changed, 29 insertions(+), 8 deletions(-)
diff --git a/drivers/acpi/button.c b/drivers/acpi/button.c
index 301e832..24a7865 100644
--- a/drivers/acpi/button.c
+++ b/drivers/acpi/button.c
@@ -78,6 +78,7 @@ MODULE_DEVICE_TABLE(acpi, button_device_ids);
static int acpi_button_add(struct acpi_device *device);
static int acpi_button_remove(struct acpi_device *device, int type);
+static int acpi_button_resume(struct acpi_device *device);
static int acpi_button_info_open_fs(struct inode *inode, struct file *file);
static int acpi_button_state_open_fs(struct inode *inode, struct file *file);
@@ -87,6 +88,7 @@ static struct acpi_driver acpi_button_driver = {
.ids = button_device_ids,
.ops = {
.add = acpi_button_add,
+ .resume = acpi_button_resume,
.remove = acpi_button_remove,
},
};
@@ -253,6 +255,19 @@ static int acpi_button_remove_fs(struct acpi_device *device)
/* --------------------------------------------------------------------------
Driver Interface
-------------------------------------------------------------------------- */
+static int acpi_lid_send_state(struct acpi_button *button)
+{
+ unsigned long state;
+ acpi_status status;
+
+ status = acpi_evaluate_integer(button->device->handle, "_LID", NULL,
+ &state);
+ if (ACPI_FAILURE(status))
+ return -ENODEV;
+ /* input layer checks if event is redundant */
+ input_report_switch(button->input, SW_LID, !state);
+ return 0;
+}
static void acpi_button_notify(acpi_handle handle, u32 event, void *data)
{
@@ -265,15 +280,8 @@ static void acpi_button_notify(acpi_handle handle, u32 event, void *data)
switch (event) {
case ACPI_BUTTON_NOTIFY_STATUS:
input = button->input;
-
if (button->type == ACPI_BUTTON_TYPE_LID) {
- struct acpi_handle *handle = button->device->handle;
- unsigned long state;
-
- if (!ACPI_FAILURE(acpi_evaluate_integer(handle, "_LID",
- NULL, &state)))
- input_report_switch(input, SW_LID, !state);
-
+ acpi_lid_send_state(button);
} else {
int keycode = test_bit(KEY_SLEEP, input->keybit) ?
KEY_SLEEP : KEY_POWER;
@@ -336,6 +344,17 @@ static int acpi_button_install_notify_handlers(struct acpi_button *button)
return ACPI_FAILURE(status) ? -ENODEV : 0;
}
+static int acpi_button_resume(struct acpi_device *device)
+{
+ struct acpi_button *button;
+ if (!device)
+ return -EINVAL;
+ button = acpi_driver_data(device);
+ if (button && button->type == ACPI_BUTTON_TYPE_LID)
+ return acpi_lid_send_state(button);
+ return 0;
+}
+
static void acpi_button_remove_notify_handlers(struct acpi_button *button)
{
switch (button->type) {
@@ -453,6 +472,8 @@ static int acpi_button_add(struct acpi_device *device)
error = input_register_device(input);
if (error)
goto err_remove_handlers;
+ if (button->type == ACPI_BUTTON_TYPE_LID)
+ acpi_lid_send_state(button);
if (device->wakeup.flags.valid) {
/* Button's GPE is run-wake GPE */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
linux-2.6-alsa-drivers-set-device-links.patch:
--- NEW FILE linux-2.6-alsa-drivers-set-device-links.patch ---
From: Takashi Iwai <tiwai(a)suse.de>
Date: Mon, 26 Nov 2007 07:45:43 +0000 (+0100)
Subject: [ALSA] emu10k1x - Add missing snd_card_set_dev call
X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Fperex%2Falsa.git;a=commit...
[ALSA] emu10k1x - Add missing snd_card_set_dev call
Added the missing snd_card_set_dev() call. This will fix the incomplete
sysfs entry for this card.
Signed-off-by: Takashi Iwai <tiwai(a)suse.de>
Signed-off-by: Jaroslav Kysela <perex(a)perex.cz>
---
diff --git a/sound/pci/emu10k1/emu10k1x.c b/sound/pci/emu10k1/emu10k1x.c
index 1ec7eba..0030d8b 100644
--- a/sound/pci/emu10k1/emu10k1x.c
+++ b/sound/pci/emu10k1/emu10k1x.c
@@ -1583,6 +1583,8 @@ static int __devinit snd_emu10k1x_probe(struct pci_dev *pci,
sprintf(card->longname, "%s at 0x%lx irq %i",
card->shortname, chip->port, chip->irq);
+ snd_card_set_dev(card, &pci->dev);
+
if ((err = snd_card_register(card)) < 0) {
snd_card_free(card);
return err;
From: Takashi Iwai <tiwai(a)suse.de>
Date: Mon, 26 Nov 2007 07:58:48 +0000 (+0100)
Subject: [ALSA] drivers - Add missing snd_card_set_dev()
X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Fperex%2Falsa.git;a=commit...
[ALSA] drivers - Add missing snd_card_set_dev()
Added the missing call of snd_card_set_dev() in drivers/*
Signed-off-by: Takashi Iwai <tiwai(a)suse.de>
Signed-off-by: Jaroslav Kysela <perex(a)perex.cz>
---
diff --git a/sound/drivers/mts64.c b/sound/drivers/mts64.c
index 68070cc..e12ba3d 100644
--- a/sound/drivers/mts64.c
+++ b/sound/drivers/mts64.c
@@ -1008,6 +1008,8 @@ static int __devinit snd_mts64_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, card);
+ snd_card_set_dev(card, &pdev->dev);
+
/* At this point card will be usable */
if ((err = snd_card_register(card)) < 0) {
snd_printd("Cannot register card\n");
diff --git a/sound/drivers/portman2x4.c b/sound/drivers/portman2x4.c
index 1b83287..7e7c668 100644
--- a/sound/drivers/portman2x4.c
+++ b/sound/drivers/portman2x4.c
@@ -797,6 +797,8 @@ static int __devinit snd_portman_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, card);
+ snd_card_set_dev(card, &pdev->dev);
+
/* At this point card will be usable */
if ((err = snd_card_register(card)) < 0) {
snd_printd("Cannot register card\n");
Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-7/kernel-2.6.spec,v
retrieving revision 1.3393
retrieving revision 1.3394
diff -u -r1.3393 -r1.3394
--- kernel-2.6.spec 30 Nov 2007 22:39:17 -0000 1.3393
+++ kernel-2.6.spec 1 Dec 2007 01:06:48 -0000 1.3394
@@ -620,11 +620,14 @@
Patch730: linux-2.6-net-e100-disable-polling.patch
Patch740: linux-2.6-snd-ad1988-fix-spdif-output.patch
+Patch741: linux-2.6-alsa-drivers-set-device-links.patch
Patch750: linux-2.6-firewire-multi-lun.patch
Patch751: linux-2.6-firewire-lockdep.patch
Patch752: linux-2.6-firewire-ohci-1.0-iso-receive.patch
+Patch760: linux-2.6-acpi-button-send-initial-state.patch
+
Patch780: linux-2.6-usb-storage-initialize-huawei-e220-properly.patch
Patch781: linux-2.6-usb-autosuspend-default-disable.patch
Patch782: linux-2.6-usb-storage-always-set-the-allow_restart-flag.patch
@@ -1318,6 +1321,8 @@
#
# Fix #253777 (again)
ApplyPatch linux-2.6-snd-ad1988-fix-spdif-output.patch
+# Fix missing controls on some devices caused by missing sysfs links
+ApplyPatch linux-2.6-alsa-drivers-set-device-links.patch
# misc
# The multi-lun patch fixes #242254, but won't be in 2.6.23.
@@ -1334,6 +1339,7 @@
# ACPI patches
# suspend/resume fixes
+ApplyPatch linux-2.6-acpi-button-send-initial-state.patch
# Fix excessive wakeups
# Make hdaps timer only tick when in use.
@@ -2272,6 +2278,10 @@
%changelog
* Fri Nov 30 2007 Chuck Ebbert <cebbert(a)redhat.com>
+- ALSA: fix missing controls on some drivers
+- ACPI: send initial button state on startup
+
+* Fri Nov 30 2007 Chuck Ebbert <cebbert(a)redhat.com>
- Disable e1000 link power management
* Wed Nov 28 2007 Chuck Ebbert <cebbert(a)redhat.com>
15Â years, 2Â months
rpms/oorexx/F-8 .cvsignore, 1.3, 1.4 oorexx.spec, 1.6, 1.7 sources, 1.3, 1.4
by fedora-extras-commitsï¼ redhat.com
Author: gemi
Update of /cvs/pkgs/rpms/oorexx/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29008/F-8
Modified Files:
.cvsignore oorexx.spec sources
Log Message:
new release 3.2.0
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/oorexx/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 3 Dec 2006 00:12:20 -0000 1.3
+++ .cvsignore 1 Dec 2007 00:01:32 -0000 1.4
@@ -1,2 +1,2 @@
-ooRexx-3.1.1.tar.gz
-ooRexx-docs-3.1.1-rev4.pdf.zip
+ooRexx-3.2.0.tar.gz
+ooRexx-3.2.0-pdf.zip
Index: oorexx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/oorexx/F-8/oorexx.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- oorexx.spec 3 Dec 2006 00:12:20 -0000 1.6
+++ oorexx.spec 1 Dec 2007 00:01:32 -0000 1.7
@@ -1,5 +1,5 @@
Name: oorexx
-Version: 3.1.1
+Version: 3.2.0
Release: 1%{?dist}
Summary: Open Object Rexx
@@ -7,7 +7,7 @@
License: CPL
URL: http://www.oorexx.org
Source0: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}.tar.gz
-Source1: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-docs-%{version...
+Source1: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-pdf...
Patch0: oorexx-paths.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExcludeArch: x86_64
@@ -77,6 +77,7 @@
find . -name .deps | xargs rm -fr
rm -fr samples/windows
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -120,6 +121,9 @@
%changelog
+* Sat Dec 1 2007 Gerard Milmeister <gemi(a)bluewin.ch> - 3.2.0-1
+- new release 3.2.0
+
* Sun Dec 3 2006 Gerard Milmeister <gemi(a)bluewin.ch> - 3.1.1-1
- new version 3.1.1
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/oorexx/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 3 Dec 2006 00:12:20 -0000 1.3
+++ sources 1 Dec 2007 00:01:32 -0000 1.4
@@ -1,2 +1,2 @@
-9dffcb48826c88a079d4d7f9fbba4c24 ooRexx-3.1.1.tar.gz
-4a65b6a07e10b5ebfe8f01cdb8000858 ooRexx-docs-3.1.1-rev4.pdf.zip
+4a3220466acd13028311e3498efb306a ooRexx-3.2.0.tar.gz
+3b02f3df1cd1d65a30b0139cf137908c ooRexx-3.2.0-pdf.zip
15Â years, 2Â months
rpms/oorexx/F-7 .cvsignore, 1.3, 1.4 oorexx.spec, 1.6, 1.7 sources, 1.3, 1.4
by fedora-extras-commitsï¼ redhat.com
Author: gemi
Update of /cvs/pkgs/rpms/oorexx/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29008/F-7
Modified Files:
.cvsignore oorexx.spec sources
Log Message:
new release 3.2.0
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/oorexx/F-7/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 3 Dec 2006 00:12:20 -0000 1.3
+++ .cvsignore 1 Dec 2007 00:01:23 -0000 1.4
@@ -1,2 +1,2 @@
-ooRexx-3.1.1.tar.gz
-ooRexx-docs-3.1.1-rev4.pdf.zip
+ooRexx-3.2.0.tar.gz
+ooRexx-3.2.0-pdf.zip
Index: oorexx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/oorexx/F-7/oorexx.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- oorexx.spec 3 Dec 2006 00:12:20 -0000 1.6
+++ oorexx.spec 1 Dec 2007 00:01:23 -0000 1.7
@@ -1,5 +1,5 @@
Name: oorexx
-Version: 3.1.1
+Version: 3.2.0
Release: 1%{?dist}
Summary: Open Object Rexx
@@ -7,7 +7,7 @@
License: CPL
URL: http://www.oorexx.org
Source0: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}.tar.gz
-Source1: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-docs-%{version...
+Source1: http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-pdf...
Patch0: oorexx-paths.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExcludeArch: x86_64
@@ -77,6 +77,7 @@
find . -name .deps | xargs rm -fr
rm -fr samples/windows
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -120,6 +121,9 @@
%changelog
+* Sat Dec 1 2007 Gerard Milmeister <gemi(a)bluewin.ch> - 3.2.0-1
+- new release 3.2.0
+
* Sun Dec 3 2006 Gerard Milmeister <gemi(a)bluewin.ch> - 3.1.1-1
- new version 3.1.1
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/oorexx/F-7/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 3 Dec 2006 00:12:20 -0000 1.3
+++ sources 1 Dec 2007 00:01:23 -0000 1.4
@@ -1,2 +1,2 @@
-9dffcb48826c88a079d4d7f9fbba4c24 ooRexx-3.1.1.tar.gz
-4a65b6a07e10b5ebfe8f01cdb8000858 ooRexx-docs-3.1.1-rev4.pdf.zip
+4a3220466acd13028311e3498efb306a ooRexx-3.2.0.tar.gz
+3b02f3df1cd1d65a30b0139cf137908c ooRexx-3.2.0-pdf.zip
15Â years, 2Â months