Hello community, here is the log from the commit of package rzsz for openSUSE:Factory checked in at 2018-01-22 16:19:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rzsz (Old) and /work/SRC/openSUSE:Factory/.rzsz.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rzsz" Mon Jan 22 16:19:50 2018 rev:2 rq:567976 version:0.12.20 Changes: -------- --- /work/SRC/openSUSE:Factory/rzsz/rzsz.changes 2017-09-07 22:13:56.788783355 +0200 +++ /work/SRC/openSUSE:Factory/.rzsz.new/rzsz.changes 2018-01-22 16:20:54.459229034 +0100 @@ -1,0 +2,10 @@ +Sun Jan 21 13:35:25 UTC 2018 - [email protected] + +- add lrzsz-0.12.20-fix-lsz-getopt.patch: fix for boo#1076576 + +------------------------------------------------------------------- +Thu Jan 18 12:42:46 UTC 2018 - [email protected] + +- Run spec-cleaner + +------------------------------------------------------------------- New: ---- lrzsz-0.12.20-fix-lsz-getopt.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rzsz.spec ++++++ --- /var/tmp/diff_new_pack.1opuRG/_old 2018-01-22 16:20:55.011203217 +0100 +++ /var/tmp/diff_new_pack.1opuRG/_new 2018-01-22 16:20:55.015203029 +0100 @@ -1,7 +1,7 @@ # # spec file for package rzsz # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -31,10 +31,11 @@ Patch6: lrzsz-0.12.20-automake-1.12.patch Patch7: lrzsz-0.12.20-automake-1.13.patch Patch8: lrzsz-0.12.20-null-pointer.patch +# PATCH-FIX-UPSTREAM fix getopt optstring boo#1076576 +Patch9: lrzsz-0.12.20-fix-lsz-getopt.patch BuildRequires: autoconf BuildRequires: automake Provides: lrzsz -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description rzsz allows you to use "sz filename" to send a file to your local @@ -49,6 +50,7 @@ %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 # Missing file >> config.rpath @@ -64,7 +66,7 @@ make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install %find_lang lrzsz # Fix various symlinks @@ -85,7 +87,6 @@ %endif %files -f lrzsz.lang -%defattr(-,root,root) %{_mandir}/man1/* %doc README.* ABOUT-NLS AUTHORS COMPATABILITY COPYING ChangeLog NEWS THANKS TODO %{_bindir}/rb ++++++ lrzsz-0.12.20-fix-lsz-getopt.patch ++++++ --- lrzsz-0.12.20.orig/src/lsz.c +++ lrzsz-0.12.20/src/lsz.c @@ -349,7 +349,7 @@ main(int argc, char **argv) Rxtimeout = 600; while ((c = getopt_long (argc, argv, - "2+48abB:C:c:dfeEghHi:kL:l:m:M:NnOopRrqsSt:TUuvw:XYy", + "2+48abB:C:c:dfeEghHi:kL:l:m:M:NnOopRrqs:St:TUuvw:XYy", long_options, (int *) 0))!=EOF) { unsigned long int tmp;
