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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.frink.new/frink.changes 2015-01-23 
15:47:18.000000000 +0100
@@ -1,0 +2,16 @@
+Tue Jan 13 15:20:38 UTC 2015 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.8ICzG7/_new  2015-01-23 15:47:19.000000000 +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 <[email protected]>
-
 %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.000000000 +0100
+++ /var/tmp/diff_new_pack.8ICzG7/_new  2015-01-23 15:47:19.000000000 +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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to