Accepting request 508489 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/508489
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dos2unix?expand=0&rev=55
This commit is contained in:
Dominique Leuenberger 2017-07-08 10:27:28 +00:00 committed by Git OBS Bridge
commit 82736170bc
4 changed files with 17 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ccda7bbc5a2f903dafd95900abb5bf5e77a769b572ef25150fde4056c5f30c5
size 640991

3
dos2unix-7.3.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a72caa2fb5cb739403315472fe522eda41aabab2a02ad6f5589639330af262e5
size 662133

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
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
- Update to 7.3.5
-------------------------------------------------------------------
Wed May 25 20:59:41 UTC 2016 - waterlan@xs4all.nl

View File

@ -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
@ -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