commit isapnp for openSUSE:Factory

2020-01-09 Thread root
Hello community,

here is the log from the commit of package isapnp for openSUSE:Factory checked 
in at 2020-01-09 22:53:35

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


Package is "isapnp"

Thu Jan  9 22:53:35 2020 rev:22 rq:762489 version:1.26

Changes:

--- /work/SRC/openSUSE:Factory/isapnp/isapnp.changes2016-02-24 
14:25:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.isapnp.new.6675/isapnp.changes  2020-01-09 
22:54:13.262818177 +0100
@@ -1,0 +2,5 @@
+Thu Jan  9 17:03:57 UTC 2020 - Marcus Meissner 
+
+- use -ftlo-fat-objects for static library
+
+---



Other differences:
--
++ isapnp.spec ++
--- /var/tmp/diff_new_pack.ZJIRU6/_old  2020-01-09 22:54:14.022818557 +0100
+++ /var/tmp/diff_new_pack.ZJIRU6/_new  2020-01-09 22:54:14.030818561 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package isapnp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 Version:1.26
 Release:0
 Summary:An ISA Plug and Play Configuration Utility
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Hardware/Other
 Source: isapnptools-%{version}.tar.bz2
 Source1:boot.isapnp
@@ -66,7 +66,7 @@
 %define warn_flags -W -Wall -Wstrict-prototypes -Wno-unused-parameter
 rm -f acconfig.h
 autoreconf -fiv
-export CFLAGS="%{optflags} %{warn_flags}"
+export CFLAGS="%{optflags} %{warn_flags} -ffat-lto-objects"
 %configure \
   --sbindir=/sbin
 touch src/isapnp_main.l




commit isapnp for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

here is the log from the commit of package isapnp for openSUSE:Factory checked 
in at 2016-02-24 14:25:29

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


Package is "isapnp"

Changes:

--- /work/SRC/openSUSE:Factory/isapnp/isapnp.changes2015-09-08 
17:44:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.isapnp.new/isapnp.changes   2016-02-24 
14:25:30.0 +0100
@@ -1,0 +2,8 @@
+Sun Jan 17 11:59:37 UTC 2016 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Use %configure macro
+- Do not strip binaries
+- Do not ship INSTALL file
+
+---



Other differences:
--
++ isapnp.spec ++
--- /var/tmp/diff_new_pack.SqNlxs/_old  2016-02-24 14:25:31.0 +0100
+++ /var/tmp/diff_new_pack.SqNlxs/_new  2016-02-24 14:25:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package isapnp
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,9 +17,6 @@
 
 
 Name:   isapnp
-BuildRequires:  automake
-BuildRequires:  flex
-PreReq: %fillup_prereq %insserv_prereq
 Version:1.26
 Release:0
 Summary:An ISA Plug and Play Configuration Utility
@@ -28,10 +25,14 @@
 Source: isapnptools-%{version}.tar.bz2
 Source1:boot.isapnp
 Source2:README.SUSE
-Patch:  isapnp-1.26-powerpc.diff
+Patch0: isapnp-1.26-powerpc.diff
 Patch2: isapnp-autotools.diff
 Patch3: isapnp-codecleanup.diff
 Patch4: isapnp-static_nonstatic_mix.diff
+BuildRequires:  automake
+BuildRequires:  flex
+Requires(pre):  %fillup_prereq
+Requires(pre):  %insserv_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86
 
@@ -41,34 +42,22 @@
 using a configuration file.
 
 For more information, refer to:
-/usr/share/doc/packages/isapnp/README.SUSE
-
-
-
-Authors:
-
-Peter Fox 
+%{_docdir}/isapnp/README.SUSE
 
 %package devel
 Summary:ISA PnP library and headers
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
-Provides:   isapnp:/usr/include/isapnp/pnp.h
+Provides:   isapnp:%{_includedir}/isapnp/pnp.h
 
 %description devel
 This package contains all that's needed to develop programs that use
 libisapnp.
 
-
-
-Authors:
-
-Peter Fox 
-
 %prep
 %setup -q -n isapnptools-%{version}
 chmod u+x src/*
-%patch
+%patch0
 %patch2
 %patch3
 %patch4
@@ -76,38 +65,37 @@
 %build
 %define warn_flags -W -Wall -Wstrict-prototypes -Wno-unused-parameter
 rm -f acconfig.h
-autoreconf --force --install
+autoreconf -fiv
 export CFLAGS="%{optflags} %{warn_flags}"
-./configure --mandir=%{_mandir} --prefix=/ --includedir=/usr/include 
--libdir=%_libdir
+%configure \
+  --sbindir=/sbin
 touch src/isapnp_main.l
 make all
 
 %install
-rm -rf %{buildroot}
-cp %SOURCE2 .
-make DESTDIR=%{buildroot} install-strip
-install -d %{buildroot}/etc/init.d
-install -m 744 %SOURCE1 %{buildroot}/etc/init.d/boot.isapnp
+cp %{SOURCE2} .
+make DESTDIR=%{buildroot} install
+install -D -m 744 %{SOURCE1} %{buildroot}%{_initddir}/boot.isapnp
 
 %post
 %{fillup_and_insserv -y boot.isapnp}
 
 %postun
-%{insserv_cleanup}
+%insserv_cleanup
 
 %files
 %defattr(-,root,root)
 /sbin/isapnp
 /sbin/pnpdump
-%config /etc/init.d/boot.isapnp
-%doc AUTHORS COPYING ChangeLog INSTALL NEWS README README.SUSE
+%config %{_initddir}/boot.isapnp
+%doc AUTHORS COPYING ChangeLog NEWS README README.SUSE
 %doc doc/isapnpfaq.txt
-%doc %{_mandir}/man5/*.5.gz
-%doc %{_mandir}/man8/*.8.gz
+%{_mandir}/man5/*.5%{ext_man}
+%{_mandir}/man8/*.8%{ext_man}
 
 %files devel
 %defattr(-,root,root)
-/usr/include/isapnp
-%_libdir/libisapnp.a
+%{_includedir}/isapnp
+%{_libdir}/libisapnp.a
 
 %changelog




commit isapnp for openSUSE:Factory

2015-09-08 Thread h_root
Hello community,

here is the log from the commit of package isapnp for openSUSE:Factory checked 
in at 2015-09-08 17:39:49

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


Package is "isapnp"

Changes:

--- /work/SRC/openSUSE:Factory/isapnp/isapnp.changes2015-04-13 
20:52:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.isapnp.new/isapnp.changes   2015-09-08 
17:44:38.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 21 15:49:32 UTC 2015 - qz...@suse.com
+
+- change README.SuSE to README.SUSE.
+  to full fit FATE#316521 Get rid of files using the old SUSE 
spelling.(bnc#942310)
+
+---

Old:

  README.SuSE

New:

  README.SUSE



Other differences:
--
++ isapnp.spec ++
--- /var/tmp/diff_new_pack.z3Xlts/_old  2015-09-08 17:44:39.0 +0200
+++ /var/tmp/diff_new_pack.z3Xlts/_new  2015-09-08 17:44:39.0 +0200
@@ -27,7 +27,7 @@
 Group:  Hardware/Other
 Source: isapnptools-%{version}.tar.bz2
 Source1:boot.isapnp
-Source2:README.SuSE
+Source2:README.SUSE
 Patch:  isapnp-1.26-powerpc.diff
 Patch2: isapnp-autotools.diff
 Patch3: isapnp-codecleanup.diff
@@ -41,7 +41,7 @@
 using a configuration file.
 
 For more information, refer to:
-/usr/share/doc/packages/isapnp/README.SuSE
+/usr/share/doc/packages/isapnp/README.SUSE
 
 
 
@@ -100,7 +100,7 @@
 /sbin/isapnp
 /sbin/pnpdump
 %config /etc/init.d/boot.isapnp
-%doc AUTHORS COPYING ChangeLog INSTALL NEWS README README.SuSE
+%doc AUTHORS COPYING ChangeLog INSTALL NEWS README README.SUSE
 %doc doc/isapnpfaq.txt
 %doc %{_mandir}/man5/*.5.gz
 %doc %{_mandir}/man8/*.8.gz

++ README.SUSE ++
README.SUSE for package 'isapnp'


See the documentation in /usr/doc/packages/isapnp.
Quickinstall:

1) Run pnpdump to generate an isapnp.conf file:
---
pnpdump > /etc/isapnp.conf


2) Edit the isapnp.conf file to place the device(s)
---
where your driver(s) expect. This is where step 4 would have
been useful.

a) All configuration information is commented out, so uncomment
the lines beginning with '# (' that you want to use.
b) If the resource data specified a range of values, then only
the first will be put in the config entry. This should be editted
to suit.
c) DON'T FORGET to uncomment the (ACT Y) at the end of the logical
device entry if you want the device enabled !


3) Run isapnp
-
on the isapnp.conf file to check it has no errors.

4) Try to load the modules to access the PnP-hardware.

5) Booting:
---
If the file '/etc/isapnp.conf' exists, the programm 'isapnp' will be
executed automatically by '/sbin/init.d/pnp' in runlevel 1, 2 and 3.



commit isapnp for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

here is the log from the commit of package isapnp for openSUSE:Factory checked 
in at 2015-04-13 20:52:47

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


Package is isapnp

Changes:

--- /work/SRC/openSUSE:Factory/isapnp/isapnp.changes2011-12-02 
13:21:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.isapnp.new/isapnp.changes   2015-04-13 
20:52:48.0 +0200
@@ -1,0 +2,5 @@
+Tue Mar 31 18:46:51 UTC 2015 - crrodrig...@opensuse.org
+
+- There is no isapnp support in x86_64 remove from Exclusivearch 
+
+---



Other differences:
--
++ isapnp.spec ++
--- /var/tmp/diff_new_pack.Tg09P3/_old  2015-04-13 20:52:49.0 +0200
+++ /var/tmp/diff_new_pack.Tg09P3/_new  2015-04-13 20:52:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package isapnp
 #
-# Copyright (c) 2011 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,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   isapnp
-License:GPL-2.0+
-Group:  Hardware/Other
 BuildRequires:  automake
 BuildRequires:  flex
 PreReq: %fillup_prereq %insserv_prereq
 Version:1.26
 Release:0
 Summary:An ISA Plug and Play Configuration Utility
+License:GPL-2.0+
+Group:  Hardware/Other
 Source: isapnptools-%{version}.tar.bz2
 Source1:boot.isapnp
 Source2:README.SuSE
@@ -32,7 +33,7 @@
 Patch3: isapnp-codecleanup.diff
 Patch4: isapnp-static_nonstatic_mix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 x86_64
+ExclusiveArch:  %ix86
 
 %description
 Two programs--one allows the dumping of resource data and generation of