diff --git a/alpine.changes b/alpine.changes index 12c32fd..3251d15 100644 --- a/alpine.changes +++ b/alpine.changes @@ -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 diff --git a/alpine.spec b/alpine.spec index 7ef3315..330caaa 100644 --- a/alpine.spec +++ b/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. #