Stefan Dirsch
f343d9bd41
* configure: Drop AM_MAINTAINER_MODE * autogen.sh: Honor NOCONFIGURE=1 * Update README for gitlab migration * Update configure.ac bug URL for gitlab migration * gitlab CI: add a basic build test * Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters * gitlab CI: stop requiring Signed-off-by in commits * constify a couple more function arguments * Mark global variables as static * Fix -Wshorten-64-to-32 warnings from clang * Fix -Wsign-conversion warning from clang * Reduce number of strcmp calls to check directory names for revision control * Use memmove instead of strcpy for overlapping strings * Use strlcat and strlcpy if available * autogen.sh: use quoted string variables * autogen: add default patch prefix * autogen.sh: use exec instead of waiting for configure to finish OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/lndir?expand=0&rev=6
33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Dec 5 10:46:05 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.0.4
|
|
* configure: Drop AM_MAINTAINER_MODE
|
|
* autogen.sh: Honor NOCONFIGURE=1
|
|
* Update README for gitlab migration
|
|
* Update configure.ac bug URL for gitlab migration
|
|
* gitlab CI: add a basic build test
|
|
* Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
|
|
* gitlab CI: stop requiring Signed-off-by in commits
|
|
* constify a couple more function arguments
|
|
* Mark global variables as static
|
|
* Fix -Wshorten-64-to-32 warnings from clang
|
|
* Fix -Wsign-conversion warning from clang
|
|
* Reduce number of strcmp calls to check directory names for revision control
|
|
* Use memmove instead of strcpy for overlapping strings
|
|
* Use strlcat and strlcpy if available
|
|
* autogen.sh: use quoted string variables
|
|
* autogen: add default patch prefix
|
|
* autogen.sh: use exec instead of waiting for configure to finish
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 16 08:33:59 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- modernize spec file (move license to licensedir)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split lndir from xorg-x11-util-devel. Initial version: 1.0.3.
|
|
|