33 Commits

Author SHA256 Message Date
2a1bacc28d Accepting request 1094845 from security
- Let libcdk6_3_4 conflict with older libcdk6_2_4 

- Update to version 5.0.20230201
  + improve compiler-warnings in configure-checks.
  + change library dependencies in rpm spec-file.
  + update license in test-packages.
  + relicense as MIT-X11
  + reduce shellcheck warnings in support-scripts
  + updated configure script to work around regression in GNU grep 3.8
  + updated configure macros from xterm and ncurses development
  + update config.guess, config.sub
  + fix cppcheck style-warnings.
  + improve makefile header-dependencies by accounting for all generated
    headers (report/patch by Sergei Trofimovich).
  + updated configure macros from xterm and ncurses development:
    CF_ADD_INCDIR CF_APPEND_CFLAGS CF_DISABLE_ECHO CF_MAKEFLAGS
    CF_NCURSES_CONFIG CF_NCURSES_LIBS CF_PKG_CONFIG CF_REMOVE_CFLAGS
    CF_SHARED_OPTS CF_TRY_XOPEN_SOURCE CF_XOPEN_SOURCE
  + build-fix for HP-UX curses, which provides only part of the ACS_xxx
    definitions compatible with chtype's.
  + correct calls on SetViewSize in scroll.c, overlooked in 2005/04/24 
    (report by Brad Hines).
  + updated configure macros from xterm and ncurses development:
    CF_C11_NORETURN CF_CHECK_LIBTOOL_VERSION CF_CONST_X_STRING
    CF_DISABLE_LEAKS CF_FUNC_LSTAT CF_GETOPT_HEADER CF_NCURSES_CONFIG
    CF_NO_LEAKS_OPTION CF_SHARED_OPTS CF_UTF8_LIB CF_XOPEN_CURSES
    CF_XOPEN_SOURCE
  + update config.guess, config.sub
  + updated configure script, for _Noreturn and exit_curses checks.
  + spelling fixes, per codespell.

OBS-URL: https://build.opensuse.org/request/show/1094845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=25
2023-06-27 21:16:22 +00:00
c3527259c3 Let libcdk6_3_4 conflict with older libcdk6_2_4
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=29
2023-06-23 10:45:52 +00:00
b56509b7a0 Really remove old signature
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=28
2023-06-23 09:44:29 +00:00
b198d0e38f REally remove old tar ball
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=27
2023-06-23 07:57:00 +00:00
f7e2f473df Update to cdk-5.0-20230201
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=26
2023-06-23 07:03:50 +00:00
a537c1f00d Accepting request 975347 from security
OBS-URL: https://build.opensuse.org/request/show/975347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=24
2022-05-06 16:59:53 +00:00
6ba6e8fd70 Accepting request 972810 from home:jengelh:branches:security
- Resolve rpmlint report "libcdk5.x86_64: E:
  shlib-policy-name-error SONAME: libcdk.so.6.2.4, expected
  package suffix: 6_2_4"

OBS-URL: https://build.opensuse.org/request/show/972810
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=24
2022-05-06 07:55:50 +00:00
4d9e6944c9 OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=23 2022-04-27 06:57:03 +00:00
dc5ec7382c Accepting request 891075 from security
OBS-URL: https://build.opensuse.org/request/show/891075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=23
2021-05-06 20:53:07 +00:00
d1a7de7b61 Accepting request 890166 from home:susnux:branches:security
Update to version 5.0.20210324

OBS-URL: https://build.opensuse.org/request/show/890166
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=21
2021-05-06 15:07:01 +00:00
11fb6a61db Accepting request 679736 from security
- Remove debugging code from spec file

- Update to version 5.0.20190224
  + use HDR_ROOTNAME rather than PACKAGE in top-level makefile, to
    simplify building cdk and cdkw packages with non-conflicting paths.
  + add "check" rule to top-level makefile, for testing Arch Linux
    package.
  + modify test-package for RPMs to work with SUSE and Mageia.
- Enable wide version of libcdk(w)
- Enable ABI soname of the shared libraries
  + Somehow strange ABI 6.2.4 but RELEASE version is still 5.0

- Update to version 5.0.20190220
  * 2019/02/20
    + updated rpm spec-file, for test-builds.
    + added pkgsrc files, for test-builds.
    + updated FreeBSD port-files, for test-builds.
    + add getCdkTitle, which uses new display encoding "<#10>" for newline
      in the example which demonstrates it, mentry_ex2 (prompted by
      discussion with Stéphane Goujet).
    + fix similar memory leaks in setCDKRadioItems and setCDKSelectionItems
    + fix memory leak in setCDKScrollItems (report by Stéphane Goujet).
    + make functionKey parameter to getchCDKObject optional
      (suggested by Stéphane Goujet).
    + modify test-packages to adjust includes in cdk.h when using test
      package for ncurses6 which would confuse test-package for cdk-perl.
    + change shlib-version in test-package to "abi", for better
      compatibility with the test-package for cdk-perl.
    + add manpage for cdk5-config
    + documentation improvements (report by Stéphane Goujet).

OBS-URL: https://build.opensuse.org/request/show/679736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=22
2019-02-27 16:29:31 +00:00
ef43ed060d Remove debugging code from spec file
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=19
2019-02-27 08:08:10 +00:00
50bbb1b293 Update to cdk 5.0-20190224
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=18
2019-02-26 10:02:34 +00:00
de5726e10c .
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=17
2019-02-22 08:11:54 +00:00
efff320893 Update to version 5.0.20190220
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=16
2019-02-22 07:19:37 +00:00
ffdeddedee Accepting request 342087 from security
1

OBS-URL: https://build.opensuse.org/request/show/342087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=21
2015-11-04 14:33:39 +00:00
1268568455 Accepting request 341937 from home:posophe:branches:security
update

OBS-URL: https://build.opensuse.org/request/show/341937
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=14
2015-11-02 13:04:12 +00:00
672a6b8b56 Accepting request 266614 from security
- fixed url, added .asc and keyring

- Update to version 5.0.20141106
  + Too many things to list; please read the changelog file
- Cleanup specfile
- Split out cdk library to a lib subpackage
- Update Url and source download Url
- Remove obsolete cdk-4.9.13.dif

OBS-URL: https://build.opensuse.org/request/show/266614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=20
2014-12-29 23:50:09 +00:00
ea9d88e68c - fixed url, added .asc and keyring
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=12
2014-12-29 09:09:26 +00:00
256d6fe4dd Accepting request 266388 from home:posophe:branches:security
- Update to version 5.0.20141106
  + Too many things to list; please read the changelog file
- Cleanup specfile
- Split out cdk library to a lib subpackage
- Update Url and source download Url
- Remove obsolete cdk-4.9.13.dif

OBS-URL: https://build.opensuse.org/request/show/266388
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=11
2014-12-29 08:56:17 +00:00
Stephan Kulow
5ea0d6ccdf replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=15
2011-12-06 17:02:39 +00:00
Lars Vogdt
aa7cbd0667 Accepting request 86091 from security
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages (forwarded request 85962 from coolo)

OBS-URL: https://build.opensuse.org/request/show/86091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=13
2011-10-03 07:14:05 +00:00
Cristian Rodríguez
24d7730c8f Accepting request 85962 from home:coolo:removelibtool
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages

OBS-URL: https://build.opensuse.org/request/show/85962
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=9
2011-10-02 15:39:20 +00:00
Sascha Peilicke
b817040945 Accepting request 83891 from security
- Remove redundant tags/sections from specfile (forwarded request 83070 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/83891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=12
2011-09-21 14:57:09 +00:00
c855424c66 Accepting request 83070 from home:jengelh:bl-c
- Remove redundant tags/sections from specfile

OBS-URL: https://build.opensuse.org/request/show/83070
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=7
2011-09-20 13:35:46 +00:00
OBS User autobuild
ca4d7f0843 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=8 2010-03-18 14:39:16 +00:00
OBS User autobuild
da7a50d076 Accepting request 33069 from security
Copy from security/cdk based on submit request 33069 from user coolo

OBS-URL: https://build.opensuse.org/request/show/33069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=7
2010-02-23 00:13:43 +00:00
OBS User autobuild
874e436fb4 Accepting request 33069 from security
checked in (request 33069)

OBS-URL: https://build.opensuse.org/request/show/33069
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=6
2010-02-23 00:13:42 +00:00
Roman Drahtmueller
8d7e87e065 Accepting request 32915 from home:coolo:branches:openSUSE:Factory
Copy from home:coolo:branches:openSUSE:Factory/cdk via accept of submit request 32915 revision 2.
Request was accepted with message:
Jup. Danke

OBS-URL: https://build.opensuse.org/request/show/32915
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=5
2010-02-19 16:03:59 +00:00
OBS User autobuild
a2e2b6a54e Accepting request 19316 from security
Copy from security/cdk based on submit request 19316 from user coolo

OBS-URL: https://build.opensuse.org/request/show/19316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=5
2009-08-31 19:37:30 +00:00
OBS User unknown
0c0e646128 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=4 2009-03-25 21:47:09 +00:00
OBS User unknown
0983bac5b3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=2 2007-03-29 09:49:57 +00:00
OBS User unknown
392b58631d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=1 2007-01-15 23:06:42 +00:00