Hello community,

here is the log from the commit of package spicctrl for openSUSE:Factory 
checked in at 2014-11-12 00:21:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spicctrl (Old)
 and      /work/SRC/openSUSE:Factory/.spicctrl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spicctrl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/spicctrl/spicctrl.changes        2011-09-23 
12:46:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.spicctrl.new/spicctrl.changes   2014-11-12 
00:21:14.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Sep 22 20:24:35 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.9
+* Fix a small formatting error in the manpage
+* Fix getopt_long return type
+- Remove redundant %clean section
+
+-------------------------------------------------------------------

Old:
----
  spicctrl-1.8.tar.bz2

New:
----
  spicctrl-1.9.tar.bz2

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

Other differences:
------------------
++++++ spicctrl.spec ++++++
--- /var/tmp/diff_new_pack.1E48ey/_old  2014-11-12 00:21:15.000000000 +0100
+++ /var/tmp/diff_new_pack.1E48ey/_new  2014-11-12 00:21:15.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package spicctrl (Version 1.8)
+# spec file for package spicctrl
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,20 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           spicctrl
-Version:        1.8
-Release:        126
+Version:        1.9
+Release:        0
 Summary:        Control LCD Brightness and Bluetooth Power on Sony Vaio Laptops
 License:        GPL-2.0+
 Group:          Hardware/Other
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://popies.net/sonypi/
-AutoReqProv:    on
+Source:         http://popies.net/sonypi/%{name}-%{version}.tar.bz2
 ExclusiveArch:  %ix86
-Source0:        spicctrl-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 spicctrl is a utility that uses the Sony Programmable I/O Control
@@ -46,21 +43,18 @@
     Richard Bullington-McGuire <rbull...@pkrinternet.com>
 
 %prep
-%setup0
+%setup
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS"
+make CFLAGS="%optflags"
 
 %install
 make install PREFIX=%buildroot/usr DESTMAN=%buildroot/%_mandir/man1 
DESTDOC=%buildroot/%_docdir/%name
 
 %files
 %defattr(-,root,root)
-/usr/bin/spicctrl
+%_bindir/spicctrl
 %doc %_mandir/man1/spicctrl.1*
 %doc %_docdir/%name
 
-%clean
-[ "%{buildroot}" != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot}
-
 %changelog

++++++ spicctrl-1.8.tar.bz2 -> spicctrl-1.9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spicctrl-1.8/CHANGES new/spicctrl-1.9/CHANGES
--- old/spicctrl-1.8/CHANGES    2005-02-10 16:21:47.000000000 +0100
+++ new/spicctrl-1.9/CHANGES    2005-06-28 11:29:17.000000000 +0200
@@ -1,18 +1,17 @@
-spicctrl 1.0
-       First version.
-
-spicctrl 1.1
-       Add man page.
-       Add battery query options.
+spicctrl 1.9
+       Install manpage in the RPM.
+       Fix a small formatting error in the manpage.
+       Fix getopt_long return type.
 
-spicctrl 1.2
-       Add bluetooth subsystem management.
+spicctrl 1.8
+       Added methods to get/set the FAN status and to get the current 
+       temperature (Degree C).
 
-spicctrl 1.3
-       Make install rule.
+spicctrl 1.7
+       Fixed spec file to add module entries into modprobe.conf too
 
-spicctrl 1.4
-       Update contact information
+spicctrl 1.6
+       Added spec file for RPM
 
 spicctrl 1.5
        Source cleanups (Jean Delvare)
@@ -20,12 +19,19 @@
        Add AUTHORS/LICENSE/CHANGES
        Open /dev/sonypi in read/write mode only when needed (David Robinson)
 
-spicctrl 1.6
-       Added spec file for RPM
+spicctrl 1.4
+       Update contact information
 
-spicctrl 1.7
-       Fixed spec file to add module entries into modprobe.conf too
+spicctrl 1.3
+       Make install rule.
+
+spicctrl 1.2
+       Add bluetooth subsystem management.
+
+spicctrl 1.1
+       Add man page.
+       Add battery query options.
+
+spicctrl 1.0
+       First version.
 
-spicctrl 1.8
-       Added methods to get/set the FAN status and to get the current 
-       temperature (Degree C).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spicctrl-1.8/Makefile new/spicctrl-1.9/Makefile
--- old/spicctrl-1.8/Makefile   2005-02-10 16:21:47.000000000 +0100
+++ new/spicctrl-1.9/Makefile   2005-06-28 11:29:17.000000000 +0200
@@ -5,7 +5,7 @@
 OBJ = $(SRC:.c=.o)
 LIBS =
 DOCS = AUTHORS CHANGES LICENSE
-VERSION = 1.8
+VERSION = 1.9
 PREFIX = /usr/local
 DESTBIN = $(PREFIX)/bin
 DESTMAN = $(PREFIX)/man/man1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spicctrl-1.8/spicctrl.1 new/spicctrl-1.9/spicctrl.1
--- old/spicctrl-1.8/spicctrl.1 2005-02-10 16:21:47.000000000 +0100
+++ new/spicctrl-1.9/spicctrl.1 2005-02-14 13:56:40.000000000 +0100
@@ -50,6 +50,7 @@
 .TP
 .B \-S, --getbat2status
 Get the second battery status (present or not).
+.TP
 .B \-f, --setfanstatus=NUM
 Set fan speed (0=off, other values progressively increase the speed of the fan 
- note that there are only about 6 speed levels that map to the 8 bits)
 .TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spicctrl-1.8/spicctrl.c new/spicctrl-1.9/spicctrl.c
--- old/spicctrl-1.8/spicctrl.c 2005-02-10 16:21:47.000000000 +0100
+++ new/spicctrl-1.9/spicctrl.c 2005-06-28 11:29:17.000000000 +0200
@@ -35,7 +35,7 @@
 
 #include "spicctrl.h"
 
-static const char *version = "version 1.8, Feb 7, 2005";
+static const char *version = "version 1.9, Jun 28, 2005";
 
 /* Function prototypes */
 int main(int, char *[]);
@@ -48,7 +48,7 @@
  * Main function.
  */
 int main(int argc, char *argv[]) {
-       char c, choice = 0;
+       int c, choice = 0;
        __u32 value = 0;
        __u8 value8;
        __u16 value16;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spicctrl-1.8/spicctrl.spec 
new/spicctrl-1.9/spicctrl.spec
--- old/spicctrl-1.8/spicctrl.spec      2005-02-10 16:21:47.000000000 +0100
+++ new/spicctrl-1.9/spicctrl.spec      2005-06-28 11:29:17.000000000 +0200
@@ -1,6 +1,6 @@
 Summary: Sony Vaio SPIC Control Program
 Name: spicctrl
-Version: 1.8
+Version: 1.9
 Release: 1
 Copyright: GPL
 Group: Applications/System
@@ -28,7 +28,10 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/usr/sbin
+mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
 install %{_builddir}/%{name}-%{version}/spicctrl $RPM_BUILD_ROOT/usr/sbin
+install %{_builddir}/%{name}-%{version}/spicctrl.1 
$RPM_BUILD_ROOT/%{_mandir}/man1
+
 %post
 if [ ! -c /dev/sonypi ]; then
        rm -f /dev/sonypi
@@ -52,6 +55,7 @@
 fi
 %files
 %attr(0755,root,root) /usr/sbin/spicctrl
+%{_mandir}/man1/spicctrl.1*
 %doc %attr(0644,root,root) AUTHORS
 %doc %attr(0444,root,root) LICENSE
 %doc %attr(0444,root,root) CHANGES

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to