Changeset 314
- Timestamp:
- Oct 15, 2012, 2:17:20 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified spec/trunk/SPECS/kbuild.spec ¶
r298 r314 18 18 %define ver_patch 9998 19 19 20 %define os2_release 220 %define os2_release 3 21 21 22 22 %define rpm_release 1 23 23 24 24 %define svn_url http://svn.netlabs.org/repos/kbuild/trunk 25 %define svn_rev 2 55725 %define svn_rev 2662 26 26 27 27 %define descr_brief kBuild is a GNU make fork with a set of scripts to simplify\ … … 40 40 Source: %{name}-%{version}.zip 41 41 42 Patch1: kbuild-001.patch 43 Patch2: kbuild-002.patch 44 Patch3: kbuild-003.patch 45 Patch4: kbuild-004.patch 42 Patch1: kbuild-001-os2_default_inst_dll_to_bin.patch 43 Patch2: kbuild-002-gcc3omf_make_ld_ar_quiet.patch 44 Patch3: kbuild-003-gcc3omf_support_dll_as_library_source.patch 45 Patch4: kbuild-004-gcc3omf_add_rc_support.patch 46 Patch5: kbuild-005-gcc3omf_gen_implib_for_dll.patch 47 Patch6: kbuild-006-fix-os2-build.patch 46 48 47 49 BuildRequires: kbuild … … 104 106 %patch4 105 107 [ $? = 0 ] || exit 1 108 %patch5 109 [ $? = 0 ] || exit 1 110 %patch6 111 [ $? = 0 ] || exit 1 106 112 %endif 107 113 … … 156 162 %changelog 157 163 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 158 170 * Fri Feb 10 2012 Dmitriy Kuminov <coding/dmik.org> 0.1.9998.2-1 159 171 - New SVN release 2557 of version 0.1.9998.
Note:
See TracChangeset
for help on using the changeset viewer.