Accepting request 225451 from server:mail
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/225451 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alpine?expand=0&rev=36
This commit is contained in:
commit
a1939e4441
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 3 11:54:13 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- The pico and pilot standalone programs have version numbers of
|
||||
their own; expose these in the .spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 11:43:51 UTC 2014 - max@suse.com
|
||||
|
||||
|
10
alpine.spec
10
alpine.spec
@ -81,6 +81,8 @@ command.
|
||||
%package -n pico
|
||||
Summary: A small, easy to use editor
|
||||
Group: Productivity/Editors/Other
|
||||
Version: 5.07
|
||||
Release: 0
|
||||
|
||||
%description -n pico
|
||||
Pico is a simple, display-oriented text editor based on the Pine
|
||||
@ -88,19 +90,17 @@ message system composer. As with Pine, commands are displayed at the
|
||||
bottom of the screen, and context-sensitive help is provided.
|
||||
Characters are inserted into the text as they are typed.
|
||||
|
||||
|
||||
|
||||
%package -n pilot
|
||||
Summary: Simple file system browser
|
||||
Group: Productivity/File utilities
|
||||
Version: 2.99
|
||||
Release: 0
|
||||
|
||||
%description -n pilot
|
||||
Pilot is a simple, display-oriented file system browser based on the
|
||||
Pine message system composer. As with Pine, commands are displayed at
|
||||
the bottom of the screen, and context-sensitive help is provided.
|
||||
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%if !%{build_vanilla}
|
||||
@ -155,7 +155,7 @@ export CFLAGS="${RPM_OPT_FLAGS/-O2/-Os} \
|
||||
# On -Waddress:
|
||||
#
|
||||
# Added with gcc-4.2: It warns when the address of a variable (not a pointer)
|
||||
# is used in an expression. Since addresses of variables are # always non-zero,
|
||||
# is used in an expression. Since addresses of variables are always non-zero,
|
||||
# they are always true and can be safely removed from the expression,
|
||||
# but the code is safe nontheless.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user