commit setserial for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package setserial for openSUSE:Factory 
checked in at 2014-06-19 13:19:45

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


Package is setserial

Changes:

--- /work/SRC/openSUSE:Factory/setserial/setserial.changes  2014-05-13 
20:46:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.setserial.new/setserial.changes 2014-06-19 
13:19:47.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 12 12:30:06 UTC 2014 - tchva...@suse.com
+
+- Remove the usr merge compat stuff.
+
+---



Other differences:
--
++ setserial.spec ++
--- /var/tmp/diff_new_pack.QizmxA/_old  2014-06-19 13:19:48.0 +0200
+++ /var/tmp/diff_new_pack.QizmxA/_new  2014-06-19 13:19:48.0 +0200
@@ -60,18 +60,11 @@
 mkdir -p %{buildroot}%{_mandir}/man8
 mkdir -p %{buildroot}%{_sbindir}
 %make_install STRIP=:
-#UsrMerge
-mkdir -p %{buildroot}/bin
-ln -sf %{_bindir}/setserial %{buildroot}/bin
-#EndUsrMerge
 
 %files
 %defattr(-,root,root)
 %doc README setserial.lsm rc.serial
 %doc %{_mandir}/man?/*
 %{_bindir}/*
-#UsrMerge
-/bin/*
-#EndUsrMerge
 
 %changelog

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



commit setserial for openSUSE:Factory

2014-05-13 Thread h_root
Hello community,

here is the log from the commit of package setserial for openSUSE:Factory 
checked in at 2014-05-13 20:46:13

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


Package is setserial

Changes:

--- /work/SRC/openSUSE:Factory/setserial/setserial.changes  2012-11-02 
17:42:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.setserial.new/setserial.changes 2014-05-13 
20:46:14.0 +0200
@@ -1,0 +2,6 @@
+Mon May 12 14:24:51 UTC 2014 - tchva...@suse.com
+
+- Clean up with spec-cleaner.
+- Remove removal of initscript (deprecated 2 years ago)
+
+---



Other differences:
--
++ setserial.spec ++
--- /var/tmp/diff_new_pack.wPApN2/_old  2014-05-13 20:46:15.0 +0200
+++ /var/tmp/diff_new_pack.wPApN2/_new  2014-05-13 20:46:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package setserial
 #
-# Copyright (c) 2012 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
@@ -19,21 +19,20 @@
 Name:   setserial
 Version:2.17
 Release:0
-Provides:   util:/sbin/setserial
-PreReq: %insserv_prereq
-Requires:   /sbin/isserial
-Url:http://setserial.sourceforge.net
 Summary:A utility for configuring serial ports
 License:GPL-2.0+
 Group:  Hardware/Other
+Url:http://setserial.sourceforge.net
 Source0:
ftp://tsx-11.mit.edu/pub/linux/sources/sbin/setserial-%{version}.tar.bz2
 Patch0: %{name}-%{version}-autoconf.diff
 Patch1: %{name}-%{version}-error.diff
 Patch2: %{name}-%{version}-prototypes.diff
 Patch3: %{name}-%{version}-nohayes.diff
 Patch4: %{name}-%{version}-binaryInUsr.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  groff
+Requires:   /sbin/isserial
+Provides:   util:/sbin/setserial
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Setserial is a basic system utility for displaying or setting serial
@@ -51,27 +50,21 @@
 chmod -x rc.serial
 
 %build
-CFLAGS=$RPM_OPT_FLAGS -Wall \
+CFLAGS=%{optflags} -Wall \
 %configure
-make
+make %{?_smp_mflags}
 
 %install
-mkdir -p ${RPM_BUILD_ROOT}/%{_bindir}
-mkdir -p ${RPM_BUILD_ROOT}/etc/init.d
-mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
-mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
+mkdir -p %{buildroot}/%{_bindir}
+mkdir -p %{buildroot}%{_sysconfdir}/init.d
+mkdir -p %{buildroot}%{_mandir}/man8
+mkdir -p %{buildroot}%{_sbindir}
 %make_install STRIP=:
 #UsrMerge
-mkdir -p ${RPM_BUILD_ROOT}/bin
-ln -sf %{_bindir}/setserial ${RPM_BUILD_ROOT}/bin
+mkdir -p %{buildroot}/bin
+ln -sf %{_bindir}/setserial %{buildroot}/bin
 #EndUsrMerge
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%postun
-%{insserv_cleanup}
-
 %files
 %defattr(-,root,root)
 %doc README setserial.lsm rc.serial

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



commit setserial for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package setserial for openSUSE:Factory 
checked in at 2012-11-02 17:42:42

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


Package is setserial, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/setserial/setserial.changes  2012-02-21 
12:25:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.setserial.new/setserial.changes 2012-11-02 
17:42:51.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov  1 10:27:56 UTC 2012 - tog...@opensuse.org
+
+- add groff to BuildRequires
+- removed executable permission from rc.serial 
+
+---



Other differences:
--
++ setserial.spec ++
--- /var/tmp/diff_new_pack.3TDNeO/_old  2012-11-02 17:42:52.0 +0100
+++ /var/tmp/diff_new_pack.3TDNeO/_new  2012-11-02 17:42:52.0 +0100
@@ -33,6 +33,7 @@
 Patch3: %{name}-%{version}-nohayes.diff
 Patch4: %{name}-%{version}-binaryInUsr.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  groff
 
 %description
 Setserial is a basic system utility for displaying or setting serial
@@ -47,6 +48,8 @@
 %patch3 -p1
 %patch4
 
+chmod -x rc.serial
+
 %build
 CFLAGS=$RPM_OPT_FLAGS -Wall \
 %configure

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



commit setserial for openSUSE:Factory

2012-01-11 Thread h_root
Hello community,

here is the log from the commit of package setserial for openSUSE:Factory 
checked in at 2012-01-11 15:38:03

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


Package is setserial, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/setserial/setserial.changes  2011-12-25 
17:41:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.setserial.new/setserial.changes 2012-01-11 
15:38:58.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 10 16:05:18 UTC 2012 - dlova...@suse.com
+
+- Removed setserial.init (obsolete)
+
+---

Old:

  setserial.init



Other differences:
--
++ setserial.spec ++
--- /var/tmp/diff_new_pack.gs6DlQ/_old  2012-01-11 15:38:59.0 +0100
+++ /var/tmp/diff_new_pack.gs6DlQ/_new  2012-01-11 15:38:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package setserial
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   setserial
 Version:2.17
 Release:0
@@ -26,7 +28,6 @@
 License:GPL-2.0+
 Group:  Hardware/Other
 Source0:
ftp://tsx-11.mit.edu/pub/linux/sources/sbin/setserial-%{version}.tar.bz2
-Source1:setserial.init
 Patch0: %{name}-%{version}-autoconf.diff
 Patch1: %{name}-%{version}-error.diff
 Patch2: %{name}-%{version}-prototypes.diff
@@ -60,7 +61,6 @@
 mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
 mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
 make install DESTDIR=$RPM_BUILD_ROOT STRIP=:
-install %SOURCE1 ${RPM_BUILD_ROOT}/etc/init.d/setserial
 ln -sf /etc/init.d/setserial ${RPM_BUILD_ROOT}%{_sbindir}/rcsetserial
 
 %clean
@@ -73,7 +73,6 @@
 %defattr(-,root,root)
 %doc README setserial.lsm rc.serial
 %doc %{_mandir}/man?/*
-%config %{_sysconfdir}/init.d/setserial
 /bin/*
 %{_sbindir}/*
 

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



commit setserial for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package setserial for openSUSE:Factory 
checked in at 2011-12-25 17:41:21

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


Package is setserial, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/setserial/setserial.changes  2011-09-23 
12:46:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.setserial.new/setserial.changes 2011-12-25 
17:41:49.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 21 10:31:48 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---



Other differences:
--
++ setserial.spec ++
--- /var/tmp/diff_new_pack.QGFxit/_old  2011-12-25 17:41:50.0 +0100
+++ /var/tmp/diff_new_pack.QGFxit/_new  2011-12-25 17:41:50.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package setserial (Version 2.17)
+# spec file for package setserial
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   setserial
 Version:2.17
-Release:720
+Release:0
 Provides:   util:/sbin/setserial
 PreReq: %insserv_prereq
 Requires:   /sbin/isserial
-AutoReqProv:on
-Group:  Hardware/Other
-License:GPL-2.0+
 Url:http://setserial.sourceforge.net
 Summary:A utility for configuring serial ports
+License:GPL-2.0+
+Group:  Hardware/Other
 Source0:
ftp://tsx-11.mit.edu/pub/linux/sources/sbin/setserial-%{version}.tar.bz2
 Source1:setserial.init
 Patch0: %{name}-%{version}-autoconf.diff
@@ -50,7 +46,6 @@
 %patch3 -p1
 
 %build
-%suse_update_config
 CFLAGS=$RPM_OPT_FLAGS -Wall \
./configure \
--prefix=%{_prefix} \

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



commit setserial for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package setserial for openSUSE:Factory 
checked in at 2011-12-06 19:03:42

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


Package is setserial, Maintainer is vci...@suse.com

Changes:




Other differences:
--
++ setserial.spec ++
--- /var/tmp/diff_new_pack.yYTu9W/_old  2011-12-06 19:37:01.0 +0100
+++ /var/tmp/diff_new_pack.yYTu9W/_new  2011-12-06 19:37:01.0 +0100
@@ -26,7 +26,7 @@
 Requires:   /sbin/isserial
 AutoReqProv:on
 Group:  Hardware/Other
-License:GPLv2+
+License:GPL-2.0+
 Url:http://setserial.sourceforge.net
 Summary:A utility for configuring serial ports
 Source0:
ftp://tsx-11.mit.edu/pub/linux/sources/sbin/setserial-%{version}.tar.bz2

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