Accepting request 122500 from home:adra:branches:Base:System

Update to version 1.40.9, Removed -ggdb from CFLAGS and CXXFLAGS (no reference is made why this is needed)

OBS-URL: https://build.opensuse.org/request/show/122500
OBS-URL: https://build.opensuse.org/package/show/Base:System/help2man?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2012-05-26 19:17:49 +00:00 committed by Git OBS Bridge
parent 3970e79022
commit 122a0d9f9f
4 changed files with 23 additions and 6 deletions

View File

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

3
help2man-1.40.9.tar.gz Normal file
View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed May 23 21:21:38 UTC 2012 - asterios.dramis@gmail.com
- Update to version 1.40.9:
* Update Japanese translation.
* Update Esperanto translation.
* Update Vietnamese translation.
* Update German translation.
From 1.40.8:
* Update French translation.
* Update Italian translation.
* Update Polish translation.
* Update Russian translation.
* Update Ukranian translation.
* Modify self-extracting scripts to output to a temporary file.
* Ensure that help2man exists before building manual pages.
- Removed "-ggdb" from CFLAGS and CXXFLAGS (no reference was found why this is
needed).
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 25 13:09:36 UTC 2012 - asterios.dramis@gmail.com Sun Mar 25 13:09:36 UTC 2012 - asterios.dramis@gmail.com

View File

@ -17,7 +17,7 @@
Name: help2man Name: help2man
Version: 1.40.7 Version: 1.40.9
Release: 0 Release: 0
Summary: Create Simple Man Pages from --help Output Summary: Create Simple Man Pages from --help Output
License: GPL-3.0+ License: GPL-3.0+
@ -42,8 +42,6 @@ still providing some useful information.
%setup -q %setup -q
%build %build
export CFLAGS="%{optflags} -ggdb"
export CXXFLAGS="%{optflags} -ggdb"
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}