commit tktable for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package tktable for openSUSE:Factory checked 
in at 2018-02-14 10:52:42

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


Package is "tktable"

Wed Feb 14 10:52:42 2018 rev:18 rq:576418 version:2.10

Changes:

--- /work/SRC/openSUSE:Factory/tktable/tktable.changes  2013-08-13 
12:58:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.tktable.new/tktable.changes 2018-02-14 
10:52:43.519301196 +0100
@@ -1,0 +2,8 @@
+Tue Feb 13 12:51:44 UTC 2018 - crrodrig...@opensuse.org
+
+- Remove BuildRequires on xorg-x11-*
+- Require tcl and tk >= tcl_version, applications linked
+  to the tcl/tk stubs static libraries are only forward
+  compatible but not backwards.  
+
+---



Other differences:
--
++ tktable.spec ++
--- /var/tmp/diff_new_pack.mRPTb5/_old  2018-02-14 10:52:44.135279025 +0100
+++ /var/tmp/diff_new_pack.mRPTb5/_new  2018-02-14 10:52:44.139278881 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tktable
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -19,7 +19,7 @@
 Name:   tktable
 BuildRequires:  autoconf
 BuildRequires:  tk-devel
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(x11)
 Version:2.10
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -27,6 +27,8 @@
 License:BSD-3-Clause
 Group:  Development/Libraries/Tcl
 Source: 
http://sourceforge.net/projects/tktable/files/tktable/%version/Tktable%version.tar.gz
+Requires:   tcl >= %{tcl_version}
+Requires:   tk >= %{tcl_version}
 
 %description
 The basic features of the widgets are:




commit tktable for openSUSE:Factory

2013-08-13 Thread h_root
Hello community,

here is the log from the commit of package tktable for openSUSE:Factory checked 
in at 2013-08-13 12:58:15

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


Package is tktable

Changes:

--- /work/SRC/openSUSE:Factory/tktable/tktable.changes  2011-12-25 
17:42:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.tktable.new/tktable.changes 2013-08-13 
12:58:16.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 20 15:16:27 UTC 2013 - m...@suse.com
+
+- Update to version 2.10 to fix build with Tcl/Tk 8.6.
+- Removed tktable.patch and tktable-warnings.patch.
+
+---

Old:

  Tktable2.9.tar.bz2
  tktable-warnings.patch
  tktable.patch

New:

  Tktable2.10.tar.gz



Other differences:
--
++ tktable.spec ++
--- /var/tmp/diff_new_pack.61gIIa/_old  2013-08-13 12:58:17.0 +0200
+++ /var/tmp/diff_new_pack.61gIIa/_new  2013-08-13 12:58:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tktable
 #
-# 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
@@ -15,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   tktable
 BuildRequires:  autoconf
 BuildRequires:  tk-devel
 BuildRequires:  xorg-x11-devel
-Version:2.9
+Version:2.10
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A Table/Matrix Widget Extension to Tcl/Tk
 License:BSD-3-Clause
 Group:  Development/Libraries/Tcl
-Source: Tktable%{version}.tar.bz2
-Patch0: tktable.patch
-Patch1: tktable-warnings.patch
+Source: 
http://sourceforge.net/projects/tktable/files/tktable/%version/Tktable%version.tar.gz
 
 %description
 The basic features of the widgets are:
@@ -76,8 +75,7 @@
 
 %prep
 %setup -q -n Tktable%{version}
-%patch0
-%patch1
+chmod 644 README* demos/tcllogo.gif
 
 %build
 autoconf
@@ -91,7 +89,7 @@
 make
 
 %install
-make install DESTDIR=%buildroot tclscriptdir=%tclscriptdir
+make install DESTDIR=%buildroot pkglibdir=%tcl_archdir/%name%version
 mkdir -p %buildroot%_mandir/mann
 install -m 644 doc/tkTable.n %buildroot%_mandir/mann
 
@@ -101,10 +99,9 @@
 %files
 %defattr(-,root,root)
 %_mandir/mann/*
-%_libdir/lib*
-%tclscriptdir/*
+%tcl_archdir/*
 %doc ChangeLog README.blt README.txt
-%doc TODO.txt license.txt UPGRADING.txt
+%doc TODO.txt license.txt
 %doc demos doc/tkTable.html
 
 %changelog

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



commit tktable for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package tktable for openSUSE:Factory checked 
in at 2011-12-25 17:42:23

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


Package is tktable, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/tktable/tktable.changes  2011-09-23 
12:48:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.tktable.new/tktable.changes 2011-12-25 
17:42:34.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 21 10:47:31 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ tktable.spec ++
--- /var/tmp/diff_new_pack.2X6Lhp/_old  2011-12-25 17:42:35.0 +0100
+++ /var/tmp/diff_new_pack.2X6Lhp/_new  2011-12-25 17:42:35.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package tktable (Version 2.9)
+# spec file for package tktable
 #
-# Copyright (c) 2009 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,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   tktable
-BuildRequires:  tk-devel xorg-x11-devel
+BuildRequires:  autoconf
+BuildRequires:  tk-devel
+BuildRequires:  xorg-x11-devel
 Version:2.9
-Release:176
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A Table/Matrix Widget Extension to Tcl/Tk
-Group:  Development/Libraries/Tcl
 License:BSD-3-Clause
+Group:  Development/Libraries/Tcl
 Source: Tktable%{version}.tar.bz2
 Patch0: tktable.patch
 Patch1: tktable-warnings.patch

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



commit tktable for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package tktable for openSUSE:Factory checked 
in at 2011-12-06 19:08:50

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


Package is tktable, Maintainer is m...@suse.com

Changes:




Other differences:
--
++ tktable.spec ++
--- /var/tmp/diff_new_pack.ukGbiO/_old  2011-12-06 19:42:59.0 +0100
+++ /var/tmp/diff_new_pack.ukGbiO/_new  2011-12-06 19:42:59.0 +0100
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A Table/Matrix Widget Extension to Tcl/Tk
 Group:  Development/Libraries/Tcl
-License:BSD 3-Clause
+License:BSD-3-Clause
 Source: Tktable%{version}.tar.bz2
 Patch0: tktable.patch
 Patch1: tktable-warnings.patch

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