Hello community,

here is the log from the commit of package dos2unix for openSUSE:Factory 
checked in at 2017-07-08 12:27:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dos2unix (Old)
 and      /work/SRC/openSUSE:Factory/.dos2unix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dos2unix"

Sat Jul  8 12:27:28 2017 rev:55 rq:508489 version:7.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/dos2unix/dos2unix.changes        2016-06-03 
16:34:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dos2unix.new/dos2unix.changes   2017-07-08 
12:27:29.712885536 +0200
@@ -1,0 +2,11 @@
+Thu Jul  6 07:50:15 UTC 2017 - [email protected]
+
+- Use find -exec instead of find | xargs: helps handle cases for
+  files with spaces and quotes in their filenames.
+
+-------------------------------------------------------------------
+Wed Jul  5 19:33:38 UTC 2017 - [email protected]
+
+- Update to 7.3.5
+
+-------------------------------------------------------------------

Old:
----
  dos2unix-7.3.4.tar.gz

New:
----
  dos2unix-7.3.5.tar.gz

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

Other differences:
------------------
++++++ dos2unix.spec ++++++
--- /var/tmp/diff_new_pack.7TEku2/_old  2017-07-08 12:27:30.356794709 +0200
+++ /var/tmp/diff_new_pack.7TEku2/_new  2017-07-08 12:27:30.360794145 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dos2unix
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -20,7 +20,7 @@
 Summary:        Text converters to and from DOS/MAC to UNIX
 License:        BSD-2-Clause
 Group:          Productivity/Text/Convertors
-Version:        7.3.4
+Version:        7.3.5
 Release:        0
 Url:            http://waterlan.home.xs4all.nl/dos2unix.html
 Source:         
http://waterlan.home.xs4all.nl/dos2unix/dos2unix-%{version}.tar.gz
@@ -37,7 +37,7 @@
 
 %prep
 %setup -q
-find . -type f | xargs chmod -x
+find . -type f -exec chmod -x '{}' \;
 
 %build
 export RPM_OPT_FLAGS

++++++ dos2unix-7.3.4.tar.gz -> dos2unix-7.3.5.tar.gz ++++++
++++ 31033 lines of diff (skipped)


Reply via email to