SHA256
1
0
forked from pool/cdk
Commit Graph

33 Commits

Author SHA256 Message Date
Dominique Leuenberger
6f408d525b 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
Dr. Werner Fink
c7188da1a6 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
Dr. Werner Fink
babeb0c48b 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
Dr. Werner Fink
038e6228bd 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
Dr. Werner Fink
a81d2e7056 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
Dominique Leuenberger
a88fc3e58a 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
b8831b0c64 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
7a3aa7948c OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=23 2022-04-27 06:57:03 +00:00
Dominique Leuenberger
86c7dd32df 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
a08717400d 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
Dominique Leuenberger
cc8e1bca95 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
Dr. Werner Fink
c038619285 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
Dr. Werner Fink
42669203bc 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
Dr. Werner Fink
f0f3828716 .
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=17
2019-02-22 08:11:54 +00:00
Dr. Werner Fink
a4d01b2c74 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
Dominique Leuenberger
ed7539d3d8 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
6ccfb82d8d 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
Dominique Leuenberger
e5e181f8b0 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
9ab215ebde - 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
fdf4aabf55 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
d6f993fbc2 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
fec15cb3b6 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
53f5f5ccb3 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
81fce5e049 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
45541c703c 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
d002692767 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
a44472a8b0 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
f80904eb0e 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
2619f7eda4 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
afc8f018e7 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
04d0f419c8 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
e94789186c 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
0f15adc6e6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=1 2007-01-15 23:06:42 +00:00