* This release fixes a build issue introduced in 1.1.0 that
causes builds to fail on NetBSD and other systems without
sincos() in the math library.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xclock?expand=0&rev=14
61 lines
2.2 KiB
Plaintext
61 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Apr 8 09:40:30 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.1.1
|
|
* This release fixes a build issue introduced in 1.1.0 that
|
|
causes builds to fail on NetBSD and other systems without
|
|
sincos() in the math library.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 3 21:42:17 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.1.0
|
|
* This minor feature update includes an enhancement from Keith
|
|
Packard to make the analog clock hands update more smoothly
|
|
when using the X Render extension.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 15 10:01:47 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.0.9
|
|
* Use _CONST_X_STRING to make libXt declare String as const char *
|
|
* Clear -Wsign-compare warning from gcc 7.3
|
|
* Consistently use X_GETTIMEOFDAY
|
|
* Fix logic sourrouning && and ||
|
|
* Use fabsf when dealing with floating point numbers
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 20 14:17:16 UTC 2019 - sndirsch@suse.com
|
|
|
|
- Update to version 1.0.8
|
|
* bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 6 11:20:27 UTC 2014 - sndirsch@suse.com
|
|
|
|
- fixed license to X11 in specfile
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 12 20:04:36 UTC 2013 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.0.7:
|
|
+ Combine usage message strings & print them to stderr, not
|
|
stdout.
|
|
+ Add noreturn attributes suggested by -Wmissing-noreturn.
|
|
+ Store sine & cosine tables as doubles instead of floats.
|
|
+ Don't rely on being able to set tab stops.
|
|
- Add pkgconfig(xproto) BuildRequires, new dependency.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 14 22:00:02 UTC 2012 - dimstar@opensuse.org
|
|
|
|
- Update to version 1.0.6:
|
|
+ Calculate text and window size from LC_CTYPE instead of LC_TIME
|
|
+ Build system fixes.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split xclock from xorg-x11. Initial version: 1.0.5.
|
|
|