* Print which argument was unknown before giving usage message * Add -help and -version options * gitlab CI: stop requiring Signed-off-by in commits * Variable scope reductions * Initialize: fix indentation of conditional clause after if statement OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/oclock?expand=0&rev=9
51 lines
1.9 KiB
Plaintext
51 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Dec 5 02:51:19 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to 1.0.6
|
|
* Print which argument was unknown before giving usage message
|
|
* Add -help and -version options
|
|
* gitlab CI: stop requiring Signed-off-by in commits
|
|
* Variable scope reductions
|
|
* Initialize: fix indentation of conditional clause after if statement
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 31 09:14:38 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to 1.0.5:
|
|
* Update README for gitlab migration
|
|
* Update configure.ac bug URL for gitlab migration
|
|
* Pass -D_CONST_X_STRING to make libXt declare String as const char *
|
|
* Fix spelling/wording issues
|
|
* gitlab CI: add a basic build test
|
|
* Declare bitmap data as const
|
|
* Add cast to clear -Wsign-compare warning
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 7 09:57:21 UTC 2018 - mvetter@suse.com
|
|
|
|
- Update to 1.0.4:
|
|
+ Remove unused function TDrawArc
|
|
+ Reduce scope of variables in check_jewel_poly
|
|
+ config: Add missing AC_CONFIG_SRCDIR
|
|
+ configure: Drop AM_MAINTAINER_MODE
|
|
+ autogen.sh: Honor NOCONFIGURE=1
|
|
+ autogen.sh: use exec instead of waiting for configure to finish
|
|
+ autogen.sh: use quoted string variables
|
|
+ autogen: add default patch prefix
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 14 19:58:22 UTC 2012 - dimstar@opensuse.org
|
|
|
|
- Update to version 1.0.3:
|
|
+ Enable the latent XKBStdBell code in oclock.
|
|
+ Combine usage output into a single string/fprintf call.
|
|
+ Man page fixes.
|
|
+ Build system fixes.
|
|
- Add pkgconfig(xkbfile) BuildRequires: new dependency.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split oclock from xorg-x11. Initial version: 1.0.2.
|
|
|