commit xtermset for openSUSE:Factory

2019-02-04 Thread root
Hello community,

here is the log from the commit of package xtermset for openSUSE:Factory 
checked in at 2019-02-04 21:18:22

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


Package is "xtermset"

Mon Feb  4 21:18:22 2019 rev:21 rq:666260 version:0.5.2

Changes:

--- /work/SRC/openSUSE:Factory/xtermset/xtermset.changes2015-08-13 
18:09:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtermset.new.28833/xtermset.changes 
2019-02-04 21:18:23.647714317 +0100
@@ -1,0 +2,5 @@
+Tue Jan 15 14:16:07 UTC 2019 - Martin Pluskal 
+
+- Modernise spec file
+
+---



Other differences:
--
++ xtermset.spec ++
--- /var/tmp/diff_new_pack.1iDi8u/_old  2019-02-04 21:18:24.159714123 +0100
+++ /var/tmp/diff_new_pack.1iDi8u/_new  2019-02-04 21:18:24.159714123 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xtermset
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,9 +20,9 @@
 Version:0.5.2
 Release:0
 Summary:A program to change the settings of an xterm
-License:GPL-2.0+ and MIT
+License:GPL-2.0-or-later AND MIT
 Group:  System/X11/Terminals
-Url:http://sourceforge.net/projects/clts/
+URL:http://sourceforge.net/projects/clts/
 Source: 
http://downloads.sourceforge.net/project/clts/xtermset/%{version}/%{name}-%{version}.tar.gz
 Patch0: %{name}-%{version}.dif
 Patch1: %{name}-%{version}-strcat.patch
@@ -31,7 +31,6 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Xtermset allows you to change the characteristics of an xterm window
@@ -51,11 +50,11 @@
 make %{?_smp_mflags}
 
 %install
-make "DESTDIR=$RPM_BUILD_ROOT" install
+%make_install
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README THANKS
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README THANKS
 %{_bindir}/xtermset
 %{_mandir}/man?/*
 %{_datadir}/xtermset/




commit xtermset for openSUSE:Factory

2015-08-13 Thread h_root
Hello community,

here is the log from the commit of package xtermset for openSUSE:Factory 
checked in at 2015-08-13 18:09:04

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


Package is "xtermset"

Changes:

--- /work/SRC/openSUSE:Factory/xtermset/xtermset.changes2013-04-08 
15:04:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtermset.new/xtermset.changes   2015-08-13 
18:09:05.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 11 06:50:04 UTC 2015 - mplus...@suse.com
+
+- Use %configure macro
+- Update dependencies
+- Cleanup spec file with spec-cleaner
+
+---



Other differences:
--
++ xtermset.spec ++
--- /var/tmp/diff_new_pack.zTqzUi/_old  2015-08-13 18:09:06.0 +0200
+++ /var/tmp/diff_new_pack.zTqzUi/_new  2015-08-13 18:09:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xtermset
 #
-# 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
@@ -17,18 +17,20 @@
 
 
 Name:   xtermset
-BuildRequires:  automake
+Version:0.5.2
+Release:0
 Summary:A program to change the settings of an xterm
 License:GPL-2.0+ and MIT
 Group:  System/X11/Terminals
-Version:0.5.2
-Release:0
 Url:http://sourceforge.net/projects/clts/
 Source: 
http://downloads.sourceforge.net/project/clts/xtermset/%{version}/%{name}-%{version}.tar.gz
 Patch0: %{name}-%{version}.dif
 Patch1: %{name}-%{version}-strcat.patch
 Patch2: %{name}-%{version}-dash.patch
 Patch3: xtermset-automake-1.13.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -37,20 +39,16 @@
 you would give an xterm at startup.
 
 %prep
-%setup
+%setup -q
 %patch0
 %patch1
 %patch2
 %patch3 -p1
 
 %build
-aclocal
-automake -a
-autoconf
-CFLAGS="$RPM_OPT_FLAGS" ./configure \
---prefix=/usr \
---mandir=%{_mandir}
-make
+autoreconf -fiv
+%configure
+make %{?_smp_mflags}
 
 %install
 make "DESTDIR=$RPM_BUILD_ROOT" install
@@ -58,11 +56,8 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README THANKS
-/usr/bin/xtermset
+%{_bindir}/xtermset
 %{_mandir}/man?/*
-/usr/share/xtermset/
-
-%clean
-[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf  %{buildroot}
+%{_datadir}/xtermset/
 
 %changelog




commit xtermset for openSUSE:Factory

2013-04-08 Thread h_root
Hello community,

here is the log from the commit of package xtermset for openSUSE:Factory 
checked in at 2013-04-08 15:04:37

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


Package is "xtermset", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xtermset/xtermset.changes2013-03-19 
12:44:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.xtermset.new/xtermset.changes   2013-04-08 
15:04:38.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr  5 08:00:18 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls 
+
+---

Old:

  xtermset-0.5.2.tar.bz2

New:

  xtermset-0.5.2.tar.gz



Other differences:
--
++ xtermset.spec ++
--- /var/tmp/diff_new_pack.yyQ5fR/_old  2013-04-08 15:04:39.0 +0200
+++ /var/tmp/diff_new_pack.yyQ5fR/_new  2013-04-08 15:04:39.0 +0200
@@ -24,7 +24,7 @@
 Version:0.5.2
 Release:0
 Url:http://sourceforge.net/projects/clts/
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/clts/xtermset/%{version}/%{name}-%{version}.tar.gz
 Patch0: %{name}-%{version}.dif
 Patch1: %{name}-%{version}-strcat.patch
 Patch2: %{name}-%{version}-dash.patch

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



commit xtermset for openSUSE:Factory

2013-03-19 Thread h_root
Hello community,

here is the log from the commit of package xtermset for openSUSE:Factory 
checked in at 2013-03-19 12:44:02

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


Package is "xtermset", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xtermset/xtermset.changes2013-01-14 
22:39:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.xtermset.new/xtermset.changes   2013-03-19 
12:44:03.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 13 12:35:33 CET 2013 - pgaj...@suse.cz
+
+- builds with automake 1.13
+  * automake-1.13.patch
+
+---

New:

  xtermset-automake-1.13.patch



Other differences:
--
++ xtermset.spec ++
--- /var/tmp/diff_new_pack.IF5Kzr/_old  2013-03-19 12:44:04.0 +0100
+++ /var/tmp/diff_new_pack.IF5Kzr/_new  2013-03-19 12:44:04.0 +0100
@@ -28,6 +28,7 @@
 Patch0: %{name}-%{version}.dif
 Patch1: %{name}-%{version}-strcat.patch
 Patch2: %{name}-%{version}-dash.patch
+Patch3: xtermset-automake-1.13.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,6 +41,7 @@
 %patch0
 %patch1
 %patch2
+%patch3 -p1
 
 %build
 aclocal

++ xtermset-automake-1.13.patch ++
Index: xtermset-0.5.2/configure.in
===
--- xtermset-0.5.2.orig/configure.in
+++ xtermset-0.5.2/configure.in
@@ -9,7 +9,7 @@
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 AC_INIT(reconf)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE(xtermset,0.5.2)
 AC_PROG_CC
 AC_AIX
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xtermset for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package xtermset for openSUSE:Factory 
checked in at 2013-01-14 22:38:59

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


Package is "xtermset", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xtermset/xtermset.changes2011-12-05 
12:46:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.xtermset.new/xtermset.changes   2013-01-14 
22:39:00.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 12 13:54:29 UTC 2013 - co...@suse.com
+
+- remove suse_update_config
+
+---



Other differences:
--
++ xtermset.spec ++
--- /var/tmp/diff_new_pack.EdGSHS/_old  2013-01-14 22:39:00.0 +0100
+++ /var/tmp/diff_new_pack.EdGSHS/_new  2013-01-14 22:39:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xtermset
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -16,12 +16,11 @@
 #
 
 
-
 Name:   xtermset
 BuildRequires:  automake
-License:GPL-2.0+ ; MIT
-Group:  System/X11/Terminals
 Summary:A program to change the settings of an xterm
+License:GPL-2.0+ and MIT
+Group:  System/X11/Terminals
 Version:0.5.2
 Release:0
 Url:http://sourceforge.net/projects/clts/
@@ -43,7 +42,6 @@
 %patch2
 
 %build
-%{suse_update_config -f}
 aclocal
 automake -a
 autoconf

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



commit xtermset for openSUSE:Factory

2011-12-05 Thread h_root
Hello community,

here is the log from the commit of package xtermset for openSUSE:Factory 
checked in at 2011-12-05 12:46:44

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


Package is "xtermset", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xtermset/xtermset.changes2011-12-01 
12:27:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.xtermset.new/xtermset.changes   2011-12-05 
12:46:49.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec  1 09:21:21 UTC 2011 - cfarr...@suse.com
+
+- license update: GPL-2.0+ ; MIT
+  SPDX format
+
+---



Other differences:
--
++ xtermset.spec ++
--- /var/tmp/diff_new_pack.BDkSlv/_old  2011-12-05 12:46:53.0 +0100
+++ /var/tmp/diff_new_pack.BDkSlv/_new  2011-12-05 12:46:53.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   xtermset
 BuildRequires:  automake
-License:GPL-2.0+; X11/MIT
+License:GPL-2.0+ ; MIT
 Group:  System/X11/Terminals
 Summary:A program to change the settings of an xterm
 Version:0.5.2

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



commit xtermset for openSUSE:Factory

2011-12-01 Thread h_root
Hello community,

here is the log from the commit of package xtermset for openSUSE:Factory 
checked in at 2011-12-01 12:27:47

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


Package is "xtermset", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xtermset/xtermset.changes2011-09-23 
12:52:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtermset.new/xtermset.changes   2011-12-01 
12:27:52.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 30 10:25:13 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ xtermset.spec ++
--- /var/tmp/diff_new_pack.CkfY9i/_old  2011-12-01 12:27:58.0 +0100
+++ /var/tmp/diff_new_pack.CkfY9i/_new  2011-12-01 12:27:58.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xtermset (Version 0.5.2)
+# spec file for package xtermset
 #
-# Copyright (c) 2008 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,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   xtermset
-License:GPL v2 or later; X11/MIT
+BuildRequires:  automake
+License:GPL-2.0+; X11/MIT
 Group:  System/X11/Terminals
-AutoReqProv:on
 Summary:A program to change the settings of an xterm
 Version:0.5.2
-Release:255
+Release:0
 Url:http://sourceforge.net/projects/clts/
 Source: %{name}-%{version}.tar.bz2
 Patch0: %{name}-%{version}.dif
@@ -37,13 +36,6 @@
 from the command line. Most options have the same names as those that
 you would give an xterm at startup.
 
-
-
-Authors:
-
-Breyten Ernsting 
-Decklin Foster 
-
 %prep
 %setup
 %patch0

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