commit frink for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package frink for openSUSE:Factory checked 
in at 2011-12-08 11:48:38

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


Package is "frink", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/frink/frink.changes  2011-09-23 
01:58:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.frink.new/frink.changes 2011-12-08 
11:48:40.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 15:45:39 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ frink.spec ++
--- /var/tmp/diff_new_pack.4cCdqv/_old  2011-12-08 11:48:44.0 +0100
+++ /var/tmp/diff_new_pack.4cCdqv/_new  2011-12-08 11:48:44.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package frink (Version 2.2.2)
+# spec file for package frink
 #
-# 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,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   frink
 Url:http://catless.ncl.ac.uk/Programs/Frink
 Version:2.2.2
-Release:188
+Release:0
 Summary:Static Testing and Formatting for Tcl Programs
+BuildRequires:  automake
 Group:  Development/Languages/Tcl
-License:BSD 3-Clause
+License:BSD-3-Clause
 Source0:%name-%{version}p4.tar.bz2
 Patch0: %name.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit frink for openSUSE:Factory

2015-01-23 Thread h_root
Hello community,

here is the log from the commit of package frink for openSUSE:Factory checked 
in at 2015-01-23 15:47:15

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


Package is "frink"

Changes:

--- /work/SRC/openSUSE:Factory/frink/frink.changes  2011-12-08 
11:48:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.frink.new/frink.changes 2015-01-23 
15:47:18.0 +0100
@@ -1,0 +2,16 @@
+Tue Jan 13 15:20:38 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 2.3.1.a2
+  + -O option should now work
+  + Added -L option which controls switch case body indenting
+   - which causes a proc paramter definition {a b} to become { a b }
+   - which causes wrapped comments to start a new comment rather than
+ use \
+   - which cause comments not to wrap at all
+- Cleanup spec file
+- Adapt frink.patch to upstream changes > frink-2.3.1a2.patch
+- Remove redundant %clean section
+- Package ChangeLog, COPYING and TODO into doc directory
+- COPYRIGHT is not provided anymore
+
+---

Old:

  frink-2.2.2p4.tar.bz2

New:

  frink-2.3.1.a2.tar.gz



Other differences:
--
++ frink.spec ++
--- /var/tmp/diff_new_pack.8ICzG7/_old  2015-01-23 15:47:19.0 +0100
+++ /var/tmp/diff_new_pack.8ICzG7/_new  2015-01-23 15:47:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package frink
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   frink
 Url:http://catless.ncl.ac.uk/Programs/Frink
-Version:2.2.2
+Version:2.3.1.a2
 Release:0
 Summary:Static Testing and Formatting for Tcl Programs
-BuildRequires:  automake
-Group:  Development/Languages/Tcl
 License:BSD-3-Clause
-Source0:%name-%{version}p4.tar.bz2
+Group:  Development/Languages/Tcl
+BuildRequires:  automake
+Source0:ftp://catless.ncl.ac.uk/pub/%name-%version.tar.gz
 Patch0: %name.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -35,14 +36,8 @@
 See /usr/share/doc/packages/frink/README and the output of "frink -h"
 for details.
 
-
-
-Authors:
-
-Lindsay Marshall 
-
 %prep
-%setup -q
+%setup -q -n %{name}-2.3.1
 %patch0
 
 %build
@@ -51,15 +46,11 @@
 make
 
 %install
-rm -rf %buildroot
 make DESTDIR="%buildroot" install
 
-%clean
-rm -rf %buildroot
-
 %files
 %defattr(-,root,root)
 %_prefix/bin/frink
-%doc AUTHORS README COPYRIGHT
+%doc AUTHORS ChangeLog COPYING README TODO
 
 %changelog

++ frink.patch ++
--- /var/tmp/diff_new_pack.8ICzG7/_old  2015-01-23 15:47:19.0 +0100
+++ /var/tmp/diff_new_pack.8ICzG7/_new  2015-01-23 15:47:19.0 +0100
@@ -24,8 +24,8 @@
  # Checks for programs.
  AC_PROG_CC
  
--CFLAGS="-ansii -g -Wall"
-+AM_CFLAGS="-ansi -g -Wall"
+-CFLAGS="-g"
++AM_CFLAGS="-g"
  
  AC_PROG_INSTALL
  AC_PROG_AWK

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