Changeset 1624 for spec/trunk/SPECS


Ignore:
Timestamp:
Mar 29, 2019, 3:18:22 PM (7 years ago)
Author:
Silvan Scherrer
Message:

spec: rpm: Release version 4.13.0-18.

File:
1 edited

Legend:

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

    r1204 r1624  
    3131Name: rpm
    3232Version: %{rpmver}
    33 Release: %{?snapver:0.%{snapver}.}17%{?dist}
     33Release: %{?snapver:0.%{snapver}.}18%{?dist}
    3434Group: System Environment/Base
    3535Url: http://www.rpm.org/
    3636Vendor: bww bitwise works GmbH
    3737
    38 %scm_source svn http://svn.netlabs.org/repos/rpm/rpm/trunk 1184
     38%scm_source svn http://svn.netlabs.org/repos/rpm/rpm/trunk 1621
    3939
    4040%if %{with int_bdb}
     
    294294LIBS="-lintl -lcx"
    295295export CPPFLAGS CFLAGS LDFLAGS LIBS
     296export VENDOR="%{vendor}"
    296297
    297298autoreconf -i -f
     
    494495%{rpmhome}/macros.p*
    495496%{rpmhome}/fileattrs/*
     497%exclude %{rpmhome}/*.dbg
    496498
    497499%files sign
     
    501503%files -n python2-%{name}
    502504%{python_sitearch}/%{name}/
     505%exclude %{python_sitearch}/%{name}/*.dbg
    503506#{python_sitearch}/%{name}_python-*.egg-info
    504507
     
    523526
    524527%changelog
     528* Fri Mar 29 2019 Silvan Scherrer <silvan.scherrer@aroa.ch> 4.13.0-18
     529- add buildlevel string
     530- fix ticket #333
     531
    525532* Fri Jul 10 2017 Dmitriy Kuminov <coding@dmik.org> 4.13.0-17
    526533- Depend on LIBCx 0.5.3 due to _fread override.
Note: See TracChangeset for help on using the changeset viewer.