21 Commits

Author SHA256 Message Date
8c1b4702db Accepting request 1313064 from home:vlefebvre:branches:devel:tools:building
Release to 13.00.01

OBS-URL: https://build.opensuse.org/request/show/1313064
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=33
2025-10-22 15:45:27 +00:00
Klaus Kämpf
ce40e9b705 Accepting request 1180986 from home:bmwiedemann:branches:devel:tools:building
Add reproducible.patch to make package build reproducible

OBS-URL: https://build.opensuse.org/request/show/1180986
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=31
2024-06-17 13:16:22 +00:00
35cbb3db70 Accepting request 1068216 from home:marxin:branches:devel:tools:building
- Add gcc-13-fix.patch in order to fix the upstream issue:
  https://gitlab.com/fbb-git/icmake/-/issues/5

OBS-URL: https://build.opensuse.org/request/show/1068216
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=29
2023-02-28 17:14:10 +00:00
Klaus Kämpf
a0ef0d5faa Accepting request 1037053 from home:Andreas_Schwab:Factory
- Build with %{optflags}

OBS-URL: https://build.opensuse.org/request/show/1037053
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=27
2022-11-21 10:29:29 +00:00
Klaus Kämpf
c225d79aa9 Accepting request 1031901 from home:vlefebvre:branches:devel:tools:building
- Break the build cycle dependency with libbobcat
  * Change build requires from libbobcat-devel to libbobcat-light-devel-static

OBS-URL: https://build.opensuse.org/request/show/1031901
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=25
2022-10-28 08:23:30 +00:00
Klaus Kämpf
fbfb06cb70 Accepting request 1010478 from home:vlefebvre:branches:devel:tools:building
- Adding build requries to libbobcat on specfile. 

- upgrade to 10.03.00
  * On little-engine architectures icmake 10.02.00 should not be used as it
    only writes the least significant bytes of multi-byte values to its .bim
    files. This error was repaired in version 10.03.00
- upgrade to 10.02.00  
  * Daniel Bungert noticed that icmake couldn't be used on big-endian
    architectures (like the s390x emulator). The bug was caused by icmake
    using little-endian number representations in its .bim files. Starting
    this version little-endian number representations are still used in the
    .bim files, but on big-endian acrchitectures numbers are converted to
    little-endian representations before writing them to the .bim files and
    converted to big-endian representations when reading numbers from .bim
    files.
  * A cosmetic flaw was fixed in the output of the icmake unassembler.
- upgrade to 10.01.00
  * Simplified -t argument handling in icmake
  * The icmake program (again) recognizes but ignores the -q option. Existing
    icmake scripts specifying -q should not be processed by icmake
    10.00.00. Icmake users are advised to remove -q options from their icmake
    scripts.
  * Calling icmake without action option results in an error.
- upgrade to 10.00.00
  * Icmake and its support programs now converted to C++
  * Added a new manpage: icmscript(7), describing the syntaxis, construction
    and predefined support functions and other characteristics of icmake
    scripts. 
  * Added new options --no-process (-N), --unassemble (-u), and --verbose (-V)
    to icmake,

OBS-URL: https://build.opensuse.org/request/show/1010478
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=24
2022-10-16 16:52:44 +00:00
1fc64ebe12 Accepting request 891533 from home:susnux:branches:devel:tools:building
- Fixed SourceUrl

OBS-URL: https://build.opensuse.org/request/show/891533
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=22
2021-05-17 11:06:13 +00:00
Klaus Kämpf
814c7c4e20 Accepting request 765287 from home:jmoellers:branches:devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/765287
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=21
2020-01-20 07:57:37 +00:00
ab083fb0f0 Accepting request 455316 from home:dimstar:Factory
Fix build with rpm 4.13

OBS-URL: https://build.opensuse.org/request/show/455316
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=19
2017-02-08 09:03:31 +00:00
8b513ef5de * Fixed an annoying typo in [/usr/lib/icmake/]icmbuild.
- Upgrade to 9.02.01
  * Fixed a flaw in [/usr/lib/icmake/]icmbuild: when DEFCOM "library" was
    defined in icmconf, and precompiled headers were requested, then MAIN had
    to be defined as well. This is not required anymore.
- Upgrade to 9.02.00
  * icmbuild now is a small program, providing help or starting the icmbuild
    script in LIBDIR (cf. INSTALL)
  * Man-pages were updated
  * Cosmetic changes to icmake --help's output
  * The name of the optional configuration file YEAR was changed to YEARS
    (as it defines YEARS, not YEAR)
  * `icmconf' was added to /etc/icmake/icmstart.rc
  * As mentioned in icmake's man-page the program `icmun' is mainly used in 
    some specific situations. In icmake's daily practice it isn't
    used. Therefore it was moved from the standard binary programs directory
    to icmake's LIB directory (commonly /usr/lib/icmake).
  * The file /etc/icmake/icmake.rc was nowhere used and was removed.
- Upgrade to 9.01.00
  * Man-pages weren't properly updated at 9.00.00. This was fixed in this
    release. 
- Upgrade to 9.00.00
  * Added support program icm-dep computing dependencies for USE_ALL classes
    and precompiled headers, called from /usr/bin/icmbuild, or directly using
    icmake's option --icm-dep (-d)
  * Icmake supports several long options in addition to the standard short
    options. See icmake(1) for details.
  * Changed references to IS_* into O_* in icmake(1)'s man-page. The IS_
    entries were already unavailable, but the man-page still referred to
    them. Now fixed.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=17
2017-02-02 19:17:07 +00:00
e5feade578 Accepting request 454188 from home:jmoellers:branches:devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/454188
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=16
2017-02-02 19:13:05 +00:00
aeb7934e1e - Update to 8.01.00
* See changelog for details

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=14
2016-02-28 11:17:08 +00:00
e0fb4e11ee - Do not run updatescanner as it breaks build
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=12
2016-01-12 09:15:43 +00:00
eafe386a38 Accepting request 352758 from home:pluskalm:branches:devel:tools:building
- Update to 8.00.05
  * see attached changelog
- Drop no longer necessary adapt-examples-path.patch
- Don't strip installed binaries
- Cleanup spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/352758
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=11
2016-01-10 11:15:35 +00:00
a86eaa2933 - Revert part of previous changes
- Build with correct cflags

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=9
2015-12-04 21:16:03 +00:00
3383ecbd2e Accepting request 347349 from home:posophe:branches:devel:tools:building
update

OBS-URL: https://build.opensuse.org/request/show/347349
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=8
2015-12-03 19:16:46 +00:00
Klaus Kämpf
ece6f9b25e Accepting request 184528 from home:posophe:branches:devel:tools:building
update

OBS-URL: https://build.opensuse.org/request/show/184528
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=6
2013-07-29 07:27:03 +00:00
Klaus Kämpf
23c16632da - Clarified license with author: GPL-3.0 (bnc#795979)
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=4
2013-01-03 10:07:17 +00:00
Klaus Kämpf
1feea758b0 - Clarified license with author: GPL-3.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=3
2013-01-03 10:06:21 +00:00
Klaus Kämpf
ac85a31c58 - Initial version 7.19.00
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=2
2012-12-12 14:43:13 +00:00
Ismail Dönmez
6da1171964 Accepting request 145184 from home:kwk
icmake is a build dependency for the new version of Publishing/yodl
which in turn is a development dependency for SWIG

OBS-URL: https://build.opensuse.org/request/show/145184
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icmake?expand=0&rev=1
2012-12-12 10:19:14 +00:00