Hello community,

here is the log from the commit of package moreutils for openSUSE:Factory 
checked in at 2016-10-02 00:09:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/moreutils (Old)
 and      /work/SRC/openSUSE:Factory/.moreutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "moreutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/moreutils/moreutils.changes      2016-09-24 
15:22:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.moreutils.new/moreutils.changes 2016-10-02 
00:09:50.000000000 +0200
@@ -1,0 +2,21 @@
+Mon Sep 12 10:45:46 UTC 2016 - aloi...@gmx.com
+
+- Update to version 0.60
+  * New implementation of isutf8 by Julien Palard.
+    + Noncharacters (ending with 0xFFFF and 0xFFFE)
+      were considered invalid when encoded in utf8,
+      according to the unicode standard they are valid:
+      "However, they are not illegal in interchange, nor
+      does their presence cause Unicode text to be
+      ill-formed."
+    + \xf4\xbf\xbf\xbf was considered valid UTF8, which
+      is not: after 0xF4 the following byte should be
+      between 80 and 8F.
+    + This implementation does not try to decode the stream,
+      so it checks it faster.
+    + Add --list option. Closes: #691330
+  * Support bullding in Cygwin. Thanks, StalkR
+  * OSX build fix. Thanks, Tony Kelman.
+
+- Fixed RPM_OPT_FLAGS
+-------------------------------------------------------------------

Old:
----
  moreutils-0.59.tar.gz

New:
----
  moreutils-0.60.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ moreutils.spec ++++++
--- /var/tmp/diff_new_pack.ozFWfc/_old  2016-10-02 00:09:52.000000000 +0200
+++ /var/tmp/diff_new_pack.ozFWfc/_new  2016-10-02 00:09:52.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           moreutils
-Version:        0.59
+Version:        0.60
 Release:        0
 Summary:        Additional Unix Utilities
 License:        GPL-2.0+ and GPL-2.0 and MIT
@@ -70,10 +70,10 @@
 
 %prep
 %setup -q
+sed -e 's/^CFLAGS =/CFLAGS ?=/' -i is_utf8/Makefile
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="%{optflags}"
 %if 0%{?suse_version}
 export DOCBOOKXSL="/usr/share/xml/docbook/stylesheet/nwalsh/current"
 %endif

++++++ moreutils-0.59.tar.gz -> moreutils-0.60.tar.gz ++++++
++++ 2523 lines of diff (skipped)


Reply via email to