Changelog for
xfce4-dev-tools-4.12.0-7.1.x86_64.rpm :
Sat Feb 28 13:00:00 2015 gberAATTopensuse.org
- update to version 4.12.0
- bump version
- require xfce4-panel-4.11 for panel plugins
- restore AC_REVISION
Tue Feb 17 13:00:00 2015 gberAATTopensuse.org
- update to version 4.11.1
- update list of files to clean with xdt-autogen
- remove definitions related to the obsolete xfce-mcs-manager
- remove obsolete check for threaded panels (<= 4.1.90)
- bump dependencies for xfce4-dev-tools and m4macros
- fix autotools m4 warning
- fix out of source building (bxo#10899)
- display warning if AC_PROG_INTLTOOL is used (bxo#8930)
Wed Apr 30 14:00:00 2014 gberAATTopensuse.org
- update to version 4.11.0
- remove FORTIFY_SOURCE=2
- some build improvements
- correctly quote AC_COMPILE_IFELSE macro
- avoid gnu_printf warnings in debugging in gcc 4.8
Sun Apr 29 14:00:00 2012 gberAATTopensuse.org
- update to version 4.10.0
- bump glib dependency to 2.24
Sat Apr 14 14:00:00 2012 gberAATTopensuse.org
- update to version 4.9.2
- fix license
- remove the old BM_ macros
- use ?_VERSION for special versioned binary detection
- never disable checks
Sun Apr 8 14:00:00 2012 gberAATTopensuse.org
- update to version 4.9.1
- add support for LT_PREREQ
- remove spec file and rpm build target
- do not create a gzip tarball
- never use xdt-autogen in autogen.sh
- fix FSF address and add missing licenses
- don\'t use -g3 for full debugging
- use pkg-config macro for detection
- port exo-csource to xdt-csource
Tue Mar 27 14:00:00 2012 gberAATTopensuse.org
- added source URL
Fri Aug 5 14:00:00 2011 cooloAATTnovell.com
- add requires to called tools (hope I catched them all)
Mon Jan 17 13:00:00 2011 gberAATTopensuse.org
- update to version 4.8.0
- check for glibtoolize
Mon Dec 27 13:00:00 2010 gberAATTopensuse.org
- corrected group
- improved description
Wed Dec 1 13:00:00 2010 prusnakAATTopensuse.org
- cleanup spec file
Mon Nov 8 13:00:00 2010 prusnakAATTopensuse.org
- updated to 4.7.3
* build ChangeLog from GIT
* add check stage for documentation submodules
* check for automake 1.11
* check if $1 is a file before calling cat
Thu Jul 22 14:00:00 2010 andreaAATTopensuse.org
- revert back to 4.6.0 for now
- make package noarch
Wed Nov 11 13:00:00 2009 prusnakAATTsuse.cz
- updated to 4.7.2
- changes from 4.7.0
- Do AATTREVISIONAATT and AATTLINGUASAATT substitutions in xdt-autogen instead of
requiring people to put it in their autogen.sh files.
- Also support the newer IT_PROG_INTLTOOL macro
- Added --version and -V options to display the xdt-autogen version
- Added ability for autogen.sh scripts to set an environment
variable XDT_AUTOGEN_REQUIRED_VERSION to depend on a particular version
of xdt-autogen.
- Add a bunch more compiler warnings for --enable-debug, and a new macro
XDT_SUPPORTED_FLAGS() that tests whether the compiler supports particular
option flags.
- changes from 4.7.1
- Also support the newer AC_CONFIG_HEADERS macro.
- Add XDT_FEATURE_VISIBILITY to check for and enable symbol visibility
support (only useful for building libraries).
- Add XDT_FEATURE_LINKER_OPTS that checks for and enables useful linker
optimizations if supported. This currently only checks for
- -as-needed and -O1, but more may be added in the future.
- Beef up XDT_FEATURE_DEBUG:
* Add new \'minimum\' debug level, which is now the default and behaves
similarly to the old \'no\' default.
* Debug level \'no\' disables many glib/gobject-related checks and
asserts (this is not really recommended).
* Debug level \'full\' disables code optimization.
* The macro now takes an argument to specify the default debug level.
- changes from 4.7.2
- Brown bag: fix typo that breaks XDT_FEATURE_LINKER_OPTS