From 345b00ff43f9adcfa2621bd706492c2420c5e1786c7e843f66967455c3ac3b2d Mon Sep 17 00:00:00 2001 From: Erwin Waterlander Date: Wed, 5 Jul 2017 19:35:10 +0000 Subject: [PATCH 1/2] - Update to 7.3.5 OBS-URL: https://build.opensuse.org/package/show/Base:System/dos2unix?expand=0&rev=79 --- dos2unix-7.3.4.tar.gz | 3 --- dos2unix-7.3.5.tar.gz | 3 +++ dos2unix.changes | 5 +++++ dos2unix.spec | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 dos2unix-7.3.4.tar.gz create mode 100644 dos2unix-7.3.5.tar.gz diff --git a/dos2unix-7.3.4.tar.gz b/dos2unix-7.3.4.tar.gz deleted file mode 100644 index 6e2f7db..0000000 --- a/dos2unix-7.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ccda7bbc5a2f903dafd95900abb5bf5e77a769b572ef25150fde4056c5f30c5 -size 640991 diff --git a/dos2unix-7.3.5.tar.gz b/dos2unix-7.3.5.tar.gz new file mode 100644 index 0000000..3a424dd --- /dev/null +++ b/dos2unix-7.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72caa2fb5cb739403315472fe522eda41aabab2a02ad6f5589639330af262e5 +size 662133 diff --git a/dos2unix.changes b/dos2unix.changes index b708e80..f6b3d99 100644 --- a/dos2unix.changes +++ b/dos2unix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 5 19:33:38 UTC 2017 - waterlan@xs4all.nl + +- Update to 7.3.5 + ------------------------------------------------------------------- Wed May 25 20:59:41 UTC 2016 - waterlan@xs4all.nl diff --git a/dos2unix.spec b/dos2unix.spec index 220d806..4d99783 100644 --- a/dos2unix.spec +++ b/dos2unix.spec @@ -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 @@ Name: dos2unix 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 From be062a9cd369b150dc1fe286e4269960613a18269482a5a2ac1e4482e5957f4b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 6 Jul 2017 11:30:12 +0000 Subject: [PATCH 2/2] Accepting request 508458 from home:dimstar:Factory - Use find -exec instead of find | xargs: helps handle cases for files with spaces and quotes in their filenames. OBS-URL: https://build.opensuse.org/request/show/508458 OBS-URL: https://build.opensuse.org/package/show/Base:System/dos2unix?expand=0&rev=80 --- dos2unix.changes | 6 ++++++ dos2unix.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dos2unix.changes b/dos2unix.changes index f6b3d99..fa9e5da 100644 --- a/dos2unix.changes +++ b/dos2unix.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 6 07:50:15 UTC 2017 - dimstar@opensuse.org + +- 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 - waterlan@xs4all.nl diff --git a/dos2unix.spec b/dos2unix.spec index 4d99783..410f8cc 100644 --- a/dos2unix.spec +++ b/dos2unix.spec @@ -37,7 +37,7 @@ format to DOS format and unix2dos converts from UNIX to MAC format. %prep %setup -q -find . -type f | xargs chmod -x +find . -type f -exec chmod -x '{}' \; %build export RPM_OPT_FLAGS