Re: [cygport] Bugfixes

2016-01-17 Thread Achim Gratz
Yaakov Selkowitz writes: > Do we really need to sort twice? On closer inspection, the last sort doesn't do anything at all since it operates on a single line. Corrected patch at http://repo.or.cz/cygport/rpm-style.git/commitdiff/2ed7b33c7b7730a7c3acddd78069c5bf2281b3a4 Regards, Achim. -- +<[Q

Re: [cygport] Bugfixes

2016-01-08 Thread Achim Gratz
Yaakov Selkowitz writes: >> http://repo.or.cz/cygport/rpm-style.git/commitdiff/c57857ab52ba0c1c7edf37ae4fb9384690dd1df1 > > Do we really need to sort twice? Not necessarily, but I didn't want to run sed on the whole lot. I've not tested which way is consuming more resources, though. The final so

Re: [cygport] Bugfixes

2016-01-07 Thread Yaakov Selkowitz
On 2015-12-12 09:19, Achim Gratz wrote: The following two patches fix a bug in the shebang detection which was not properly restricted to just the beginning of the file and a more obscure on in the dependency extraction. http://repo.or.cz/cygport/rpm-style.git/commitdiff/d5bd5854cce3acfea7572ce0

[cygport] Bugfixes

2015-12-12 Thread Achim Gratz
The following two patches fix a bug in the shebang detection which was not properly restricted to just the beginning of the file and a more obscure on in the dependency extraction. http://repo.or.cz/cygport/rpm-style.git/commitdiff/d5bd5854cce3acfea7572ce0276519149ee92081 http://repo.or.cz/cygpor