SHA256
1
0
forked from pool/gawk

Accepting request 741824 from home:ignatenkobrain:branches:openSUSE:Factory

- Fix typo in Summary
- Stop overriding %_libexecdir with %_libdir
- Fix the backward compatibility of the inplace extension:
  * Add gawk-inplace-namespace-part1.patch
  * Add gawk-inplace-namespace-part2.patch
  * Add gawk-inplace-namespace-part3.patch
- Run autoreconf as part of the build process

OBS-URL: https://build.opensuse.org/request/show/741824
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=77
This commit is contained in:
Stefan Seyfried
2019-10-29 09:22:29 +00:00
committed by Git OBS Bridge
parent 5039ee1e3d
commit c3fa851474
5 changed files with 660 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Oct 22 11:30:29 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
- Fix typo in Summary
- Stop overriding %_libexecdir with %_libdir
-------------------------------------------------------------------
Tue Oct 22 05:56:27 UTC 2019 - Igor Gnatenko <i.gnatenko.brain@gmail.com>
- Fix the backward compatibility of the inplace extension:
* Add gawk-inplace-namespace-part1.patch
* Add gawk-inplace-namespace-part2.patch
* Add gawk-inplace-namespace-part3.patch
- Run autoreconf as part of the build process
-------------------------------------------------------------------
Tue Aug 27 06:51:05 UTC 2019 - Jan Engelhardt <jengelh@inai.de>