commit imwheel for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package imwheel for openSUSE:Factory checked 
in at 2015-08-01 11:34:08

Comparing /work/SRC/openSUSE:Factory/imwheel (Old)
 and  /work/SRC/openSUSE:Factory/.imwheel.new (New)


Package is imwheel

Changes:

--- /work/SRC/openSUSE:Factory/imwheel/imwheel.changes  2013-04-23 
17:19:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.imwheel.new/imwheel.changes 2015-08-01 
11:34:10.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 14 10:34:17 UTC 2015 - mplus...@suse.com
+
+- Clenaup spec file with spec-cleaner
+- Include %changelog in spec file
+- Trim dependencies
+
+---



Other differences:
--
++ imwheel.spec ++
--- /var/tmp/diff_new_pack.Pv8XVU/_old  2015-08-01 11:34:11.0 +0200
+++ /var/tmp/diff_new_pack.Pv8XVU/_new  2015-08-01 11:34:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package imwheel
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,17 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Name:   imwheel
 Version:1.0.0pre12
 Release:0
-License:GPL-2.0+
 Summary:Mouse Event to Key Event Mapper Daemon
-Url:http://imwheel.sourceforge.net
+License:GPL-2.0+
 Group:  Hardware/Other
+Url:http://imwheel.sourceforge.net
 Source: 
http://prdownloads.sourceforge.net/imwheel/imwheel-%{version}.tar.gz
-
 # PATCH-FIX-UPSTREAM to prevent compiler warnings
 # cast from pointer to integer of different size
 Patch1: imwheel-intptr_t.patch
@@ -35,15 +33,16 @@
 Patch3: imwheel-fix_destdir.patch
 # PATCH-FEATURE-OPENSUSE to put configs to /etc/ instead of /etc/X11.
 Patch4: imwheel-config_file_path.patch
-
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  gcc
-BuildRequires:  glibc-devel
 BuildRequires:  libtool
-BuildRequires:  make
-BuildRequires:  xorg-x11-devel
-
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(ice)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xmu)
+BuildRequires:  pkgconfig(xt)
+BuildRequires:  pkgconfig(xtst)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -61,11 +60,12 @@
 
 %build
 autoreconf -fiv
-%configure --with-x
+%configure \
+  --with-x 
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
@@ -73,4 +73,6 @@
 %doc M-BA47 NEWS README TODO
 %config(noreplace) %{_sysconfdir}/imwheelrc
 %{_bindir}/imwheel
-%doc %{_mandir}/man1/imwheel.1*
+%{_mandir}/man1/imwheel.1*
+
+%changelog




commit imwheel for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package imwheel for openSUSE:Factory checked 
in at 2013-04-23 17:19:46

Comparing /work/SRC/openSUSE:Factory/imwheel (Old)
 and  /work/SRC/openSUSE:Factory/.imwheel.new (New)


Package is imwheel, Maintainer is c...@suse.de

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.imwheel.new/imwheel.changes 2013-04-23 
17:19:48.0 +0200
@@ -0,0 +1,18 @@
+---
+Mon Apr 22 11:43:29 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  No indication in package that GPL-2.0 (i.e. only) is intended
+
+---
+Sat Apr 20 15:49:09 UTC 2013 - dap.darkn...@gmail.com
+ - Macro replacing makeinstall = make_install
+   via `spec-cleaner` was reverted to build at SLE_11_SP2.
+
+---
+Sat Apr  6 19:52:54 UTC 2013 - dap.darkn...@gmail.com
+- Spec header and changes file were added to correspond to distro policy.
+- License tag was set to GPL-2.0 to correspond to distro policy.
+- Spec file was fixed up via `spec-cleaner`.
+- Patches were commented to correspond to distro policy.
+- Clean section was removed as unnecessary.

New:

  imwheel-1.0.0pre12.tar.gz
  imwheel-config_file_path.patch
  imwheel-fix_destdir.patch
  imwheel-fix_uninitialized_var.patch
  imwheel-intptr_t.patch
  imwheel.changes
  imwheel.spec



Other differences:
--
++ imwheel.spec ++
#
# spec file for package imwheel
#
# Copyright (c) 2013 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:   imwheel
Version:1.0.0pre12
Release:0
License:GPL-2.0+
Summary:Mouse Event to Key Event Mapper Daemon
Url:http://imwheel.sourceforge.net
Group:  Hardware/Other
Source: 
http://prdownloads.sourceforge.net/imwheel/imwheel-%{version}.tar.gz

# PATCH-FIX-UPSTREAM to prevent compiler warnings
# cast from pointer to integer of different size
Patch1: imwheel-intptr_t.patch
# PATCH-FIX-UPSTREAM to fix uninitialized variable hsi.
Patch2: imwheel-fix_uninitialized_var.patch
# PATCH-FIX-OPENSUSE not to install to root only.
Patch3: imwheel-fix_destdir.patch
# PATCH-FEATURE-OPENSUSE to put configs to /etc/ instead of /etc/X11.
Patch4: imwheel-config_file_path.patch

BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  gcc
BuildRequires:  glibc-devel
BuildRequires:  libtool
BuildRequires:  make
BuildRequires:  xorg-x11-devel

BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A daemon for X11, which watches for mouse wheel actions and outputs them as
keypresses. It can be configured separately for different windows. It also
allows input from it's own (included) gpm, or from jamd, or from XFree86 ZAxis
mouse wheel conversion.

%prep
%setup -q
%patch1
%patch2
%patch3
%patch4

%build
autoreconf -fiv
%configure --with-x
make %{?_smp_mflags}

%install
%makeinstall

%files
%defattr(-,root,root)
%doc AUTHORS BUGS ChangeLog COPYING EMACS FREEBSD
%doc M-BA47 NEWS README TODO
%config(noreplace) %{_sysconfdir}/imwheelrc
%{_bindir}/imwheel
%doc %{_mandir}/man1/imwheel.1*
++ imwheel-config_file_path.patch ++
--- util.c.orig 2008-01-08 00:09:32.0 +0100
+++ util.c  2008-01-08 00:09:49.0 +0100
@@ -735,7 +735,7 @@
 
 struct WinAction *getRC()
 {
-   char fname[2][1024]={,/etc/X11/imwheel/imwheelrc}, line[1024], *p, 
*q, winid[1024];
+   char fname[2][1024]={,/etc/imwheelrc}, line[1024], *p, *q, 
winid[1024];
int fi,i;
struct WinAction *newwa=NULL;
FILE *f=NULL;
--- imwheel.1.orig  2008-01-08 00:08:14.0 +0100
+++ imwheel.1   2008-01-08 00:08:34.0 +0100
@@ -329,9 +329,9 @@
 .fi
 .RE
 .SH IMWHEELRC
-IMWheel uses, optionally, two configuration files.  One called 
/etc/X11/imwheel/imwheelrc,
+IMWheel uses, optionally, two configuration files.  One called /etc/imwheelrc,
 which is used for everybody.