42018abc14
Accepting request 1267695 from devel:tools
...
OBS-URL: https://build.opensuse.org/request/show/1267695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unifdef?expand=0&rev=23
2025-04-08 15:51:07 +00:00
56306ede14
add constexpr.patch to fix gcc-15 compile time error
...
OBS-URL: https://build.opensuse.org/package/show/devel:tools/unifdef?expand=0&rev=20
2025-04-07 14:13:18 +00:00
bf067f3189
Accepting request 994274 from devel:tools
...
OBS-URL: https://build.opensuse.org/request/show/994274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unifdef?expand=0&rev=22
2022-08-10 15:14:49 +00:00
Martin Liška
1f6153b9f9
Accepting request 994269 from home:marxin:branches:devel:tools
...
- Add fix-fgets-.-size-1.patch that fixes broken package
(https://github.com/fanf2/unifdef/pull/15 ).
OBS-URL: https://build.opensuse.org/request/show/994269
OBS-URL: https://build.opensuse.org/package/show/devel:tools/unifdef?expand=0&rev=18
2022-08-10 08:53:34 +00:00
714f921817
Accepting request 877843 from devel:tools
...
- update to 2.12:
* man: note incomplete C++ raw string literal support
* C++11 raw string literal support
* doc: clarify where to send bug reports
* unifdef.1: clarify backslash-newline behaviour in DESCRIPTION
* unifdef: more fixes for weird whitespace
* portability: fix problems compiling with C++ compiler
* Avoid -Wmissing-initializer
* man: use .Mt to mark up email addresses
OBS-URL: https://build.opensuse.org/request/show/877843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unifdef?expand=0&rev=21
2021-03-10 07:57:09 +00:00
b86d7f2251
- update to 2.12:
...
* man: note incomplete C++ raw string literal support
* C++11 raw string literal support
* doc: clarify where to send bug reports
* unifdef.1: clarify backslash-newline behaviour in DESCRIPTION
* unifdef: more fixes for weird whitespace
* portability: fix problems compiling with C++ compiler
* Avoid -Wmissing-initializer
* man: use .Mt to mark up email addresses
OBS-URL: https://build.opensuse.org/package/show/devel:tools/unifdef?expand=0&rev=16
2021-03-08 23:27:29 +00:00
b5d77a4332
Accepting request 347429 from devel:tools
...
1
OBS-URL: https://build.opensuse.org/request/show/347429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unifdef?expand=0&rev=20
2015-12-06 06:41:36 +00:00
6df4c8ab24
Accepting request 347423 from home:rudi_m:branches:devel:tools
...
- Update to 2.11:
* bug fixes
* add support for additional #if/#elif operators
* improve portability to Windows
OBS-URL: https://build.opensuse.org/request/show/347423
OBS-URL: https://build.opensuse.org/package/show/devel:tools/unifdef?expand=0&rev=14
2015-12-04 10:29:34 +00:00
Tomáš Chvátal
c797cfc135
Accepting request 223936 from devel:tools
...
- Update to 2.10:
* fix a bug in the -f option's support for #undef directives
* improve portability to Windows (forwarded request 223819 from rudi_m)
OBS-URL: https://build.opensuse.org/request/show/223936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unifdef?expand=0&rev=18
2014-02-28 15:22:31 +00:00
Philipp Thomas
f62f70470d
Accepting request 223819 from home:rudi_m:branches:devel:tools
...
- Update to 2.10:
* fix a bug in the -f option's support for #undef directives
* improve portability to Windows
OBS-URL: https://build.opensuse.org/request/show/223819
OBS-URL: https://build.opensuse.org/package/show/devel:tools/unifdef?expand=0&rev=12
2014-02-26 10:49:36 +00:00
Stephan Kulow
773d6801e2
Accepting request 178341 from devel:tools
...
Update to 2.9
OBS-URL: https://build.opensuse.org/request/show/178341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unifdef?expand=0&rev=16
2013-06-11 04:39:24 +00:00
Philipp Thomas
42738cc1c2
- Update to 2.9:
...
* further debugging improvements
* improve indirect macro definitions
* Note in the debug output when a macro value is updated.
* Do not change a macro from defined to undefined.
* Recursive definitions no longer cause a loop.
* support for simple macro value indirection
OBS-URL: https://build.opensuse.org/package/show/devel:tools/unifdef?expand=0&rev=10
2013-06-10 11:34:11 +00:00
Stephan Kulow
df7ee49a0d
Accepting request 174683 from devel:tools
...
- update to 2.8:
* read #define and #undef preprocessor directives from auxiliary
header-like files given with the -f command line option.
* you can use -f instead of or in addition to the -D and -U options
* test suite fixes
- remove unifdef-2.7-tests-fix-multimissing.sh.patch
- fix broken (out-commented) rpm description text (forwarded request 174663 from rudi_m)
OBS-URL: https://build.opensuse.org/request/show/174683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unifdef?expand=0&rev=15
2013-05-07 14:03:12 +00:00
Stephan Kulow
721021e6a2
Accepting request 174663 from home:rudi_m:branches:devel:tools
...
- update to 2.8:
* read #define and #undef preprocessor directives from auxiliary
header-like files given with the -f command line option.
* you can use -f instead of or in addition to the -D and -U options
* test suite fixes
- remove unifdef-2.7-tests-fix-multimissing.sh.patch
- fix broken (out-commented) rpm description text
OBS-URL: https://build.opensuse.org/request/show/174663
OBS-URL: https://build.opensuse.org/package/show/devel:tools/unifdef?expand=0&rev=8
2013-05-07 08:30:05 +00:00
Stephan Kulow
bd3deecb22
Accepting request 162175 from devel:tools
...
- update to 2.7:
* process multiple files with one invocation
* include filenames on #line directives when appropriate.
* experimental support for Windows, feedback from Windows
developers is welcome
* various bug fixes
- add unifdef-2.7-tests-fix-multimissing.sh.patch (forwarded request 162145 from rudi_m)
OBS-URL: https://build.opensuse.org/request/show/162175
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unifdef?expand=0&rev=14
2013-04-02 18:44:40 +00:00
5f00d38ba7
Accepting request 162145 from home:rudi_m:branches:devel:tools
...
- update to 2.7:
* process multiple files with one invocation
* include filenames on #line directives when appropriate.
* experimental support for Windows, feedback from Windows
developers is welcome
* various bug fixes
- add unifdef-2.7-tests-fix-multimissing.sh.patch
OBS-URL: https://build.opensuse.org/request/show/162145
OBS-URL: https://build.opensuse.org/package/show/devel:tools/unifdef?expand=0&rev=6
2013-04-02 14:30:53 +00:00
Stephan Kulow
a1f3af5db5
Accepting request 101227 from devel:tools
...
- update to 2.6 using the latest fork of the original NetBSD
project
- license changed to BSD-2-Clause
(see request 100316)
- add automake as buildrequire to avoid implicit dependency
OBS-URL: https://build.opensuse.org/request/show/101227
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unifdef?expand=0&rev=11
2012-01-26 13:08:49 +00:00
OBS User autobuild
6fcbf6811d
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unifdef?expand=0&rev=6
2010-03-18 15:33:40 +00:00
OBS User unknown
5d7ae077bf
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unifdef?expand=0&rev=4
2009-06-17 22:32:10 +00:00
OBS User unknown
0a6680cf8d
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unifdef?expand=0&rev=2
2007-02-19 22:41:01 +00:00
OBS User unknown
8877bb9b16
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unifdef?expand=0&rev=1
2007-01-15 23:40:08 +00:00