Ignore:
Timestamp:
Mar 4, 2019, 3:00:49 PM (7 years ago)
Author:
Silvan Scherrer
Message:

spec: cube: Release version 3.0-1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/cube.spec

    r1429 r1608  
    44Summary: REXX procedure used to modify a CONFIG.SYS-like ASCII file
    55Name: cube
    6 Version: 2.8
     6Version: 3.0
    77Release: 1%{?dist}
    88License: none
     
    1111Vendor: bww bitwise works GmbH
    1212
    13 %scm_source svn http://svn.netlabs.org/repos/cube/trunk 4
     13%scm_source svn http://svn.netlabs.org/repos/cube/trunk 9
    1414
    1515BuildRequires: rexx_exe
     
    3030
    3131%install
    32 rm -rf %{buildroot}
    33 mkdir -p $RPM_BUILD_ROOT%{_bindir}
    3432for f in *.exe ; do
    3533  install -p -m 0755 -D $f  $RPM_BUILD_ROOT%{_bindir}/$f
     
    4846
    4947%changelog
     48* Mon Mar 04 2019 Silvan Scherrer <silvan.scherrer@aroa> 3.0-1
     49- fixes ticket #2 (courtesy of RLW)
     50
    5051* Fri Jun 15 2018 Silvan Scherrer <silvan.scherrer@aroa> 2.8-1
    5152- gather all available sources together and join them
Note: See TracChangeset for help on using the changeset viewer.