Changeset 314


Ignore:
Timestamp:
Oct 15, 2012, 2:17:20 AM (13 years ago)
Author:
dmik
Message:

spec: kbuild: 0.1.9998.3-1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified spec/trunk/SPECS/kbuild.spec

    r298 r314  
    1818%define ver_patch   9998
    1919
    20 %define os2_release 2
     20%define os2_release 3
    2121
    2222%define rpm_release 1
    2323
    2424%define svn_url     http://svn.netlabs.org/repos/kbuild/trunk
    25 %define svn_rev     2557
     25%define svn_rev     2662
    2626
    2727%define descr_brief kBuild is a GNU make fork with a set of scripts to simplify\
     
    4040Source:     %{name}-%{version}.zip
    4141
    42 Patch1:     kbuild-001.patch
    43 Patch2:     kbuild-002.patch
    44 Patch3:     kbuild-003.patch
    45 Patch4:     kbuild-004.patch
     42Patch1:     kbuild-001-os2_default_inst_dll_to_bin.patch
     43Patch2:     kbuild-002-gcc3omf_make_ld_ar_quiet.patch
     44Patch3:     kbuild-003-gcc3omf_support_dll_as_library_source.patch
     45Patch4:     kbuild-004-gcc3omf_add_rc_support.patch
     46Patch5:     kbuild-005-gcc3omf_gen_implib_for_dll.patch
     47Patch6:     kbuild-006-fix-os2-build.patch
    4648
    4749BuildRequires: kbuild
     
    104106%patch4
    105107[ $? = 0 ] || exit 1
     108%patch5
     109[ $? = 0 ] || exit 1
     110%patch6
     111[ $? = 0 ] || exit 1
    106112%endif
    107113
     
    156162%changelog
    157163
     164* Mon Oct 15 2012 Dmitriy Kuminov <coding/dmik.org> 0.1.9998.3-1
     165- New SVN release 2662 of version 0.1.9998.
     166- New patches:
     167  - Automatically create import library for DLL in GCC3OMF/GXX3OMF
     168    tools (may be disasbled with KMK_NOIMPLIB in LDFLAGS) [005.patch].
     169
    158170* Fri Feb 10 2012 Dmitriy Kuminov <coding/dmik.org> 0.1.9998.2-1
    159171- New SVN release 2557 of version 0.1.9998.
Note: See TracChangeset for help on using the changeset viewer.