Mailinglist Archive: opensuse-commit (910 mails)
| < Previous | Next > |
commit sisctrl for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 11 Mar 2009 23:53:57 +0100
- Message-id: <20090311225358.7051E678176@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package sisctrl for openSUSE:Factory
checked in at Wed Mar 11 23:53:57 CET 2009.
--------
--- sisctrl/sisctrl.changes 2006-11-07 17:48:13.000000000 +0100
+++ sisctrl/sisctrl.changes 2009-03-10 10:35:13.237469658 +0100
@@ -1,0 +2,6 @@
+Tue Mar 10 10:33:38 CET 2009 - sndirsch@xxxxxxx
+
+- define functions, which don't return anything, as void
+ (bnc #483401)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sisctrl.spec ++++++
--- /var/tmp/diff_new_pack.PH6313/_old 2009-03-11 23:47:38.000000000 +0100
+++ /var/tmp/diff_new_pack.PH6313/_new 2009-03-11 23:47:38.000000000 +0100
@@ -1,23 +1,31 @@
#
# spec file for package sisctrl (Version 0.0.20051202)
#
-# 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.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
+
Name: sisctrl
BuildRequires: gtk2-devel pkgconfig update-desktop-files xorg-x11-devel
-URL: http://www.winischhofer.net/
-License: GNU General Public License (GPL) - all versions
+Url: http://www.winischhofer.net/
+License: GPL v2 or later
Group: System/X11/Utilities
-Autoreqprov: on
+AutoReqProv: on
Version: 0.0.20051202
-Release: 30
+Release: 221
Summary: SiS Display Control Panel
Source: %name-%version.tar.gz
Patch: sisctrl.diff
@@ -33,6 +41,7 @@
Thomas Winischhofer <thomas@xxxxxxxxxxxxxxxx>
%define _xorglibdir %(pkg-config --variable prefix x11 || echo
/usr/X11R6)/%_lib
+
%prep
%setup
%patch
@@ -53,14 +62,17 @@
/usr/bin/sisctrl
%{_mandir}/man1/sisctrl.1x.gz
-%changelog -n sisctrl
-* Tue Nov 07 2006 - sndirsch@xxxxxxx
+%changelog
+* Tue Mar 10 2009 sndirsch@xxxxxxx
+- define functions, which don't return anything, as void
+ (bnc #483401)
+* Tue Nov 07 2006 sndirsch@xxxxxxx
- added missing return value (Bug #218755)
-* Sun Jul 23 2006 - sndirsch@xxxxxxx
+* Sun Jul 23 2006 sndirsch@xxxxxxx
- fixed build for X.Org 7
-* Wed Jan 25 2006 - mls@xxxxxxx
+* Wed Jan 25 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Mon Dec 05 2005 - sndirsch@xxxxxxx
+* Mon Dec 05 2005 sndirsch@xxxxxxx
- update to 2005-12-02 version
-* Wed Nov 30 2005 - sndirsch@xxxxxxx
+* Wed Nov 30 2005 sndirsch@xxxxxxx
- created package
++++++ sisctrl.diff ++++++
--- /var/tmp/diff_new_pack.PH6313/_old 2009-03-11 23:47:38.000000000 +0100
+++ /var/tmp/diff_new_pack.PH6313/_new 2009-03-11 23:47:38.000000000 +0100
@@ -11,3 +11,23 @@
if(!gui.xvinit) return TRUE;
resizexvwindow();
showxvimage();
+--- src/sisctrl.c.orig 2009-03-10 09:07:19.000000000 +0000
++++ src/sisctrl.c 2009-03-10 09:08:05.000000000 +0000
+@@ -419,7 +419,7 @@
+
+ /* Get/Set gamma brightness. Does proper unlocking/locking */
+
+-static Bool
++static void
+ sd_writegammabr(unsigned int br, unsigned int bg, unsigned int bb)
+ {
+ if(UnlockSiSDirect(1)) {
+@@ -433,7 +433,7 @@
+ } else fprintf(stderr, xverrorstring);
+ }
+
+-static Bool
++static void
+ sd_writenewgammabr(unsigned int br, unsigned int bg, unsigned int bb,
+ unsigned int cr, unsigned int cg, unsigned int cb)
+ {
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |