Kévin THIERRY [Mon, 3 Nov 2014 14:56:55 +0000 (15:56 +0100)]
packaging: Bump to 3.12.0
Use upstream git repo instead of pristine-tar
Bug-Tizen: TC-1916
Bug-Tizen: TC-2163
Change-Id: I723ea91dcc3dcb420f8ff9eb4f6660be9e600e46
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Philippe Coval [Wed, 5 Nov 2014 13:55:33 +0000 (14:55 +0100)]
packaging: use tag from upstream git
Change-Id: Ifb58a19735679623d662241b341249a6ce756f1a
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Alexandru Cornea [Fri, 28 Jun 2013 20:44:21 +0000 (23:44 +0300)]
resetting manifest requested domain to floor
Anas Nashif [Fri, 1 Feb 2013 20:36:28 +0000 (12:36 -0800)]
update to 3.7.2
Anas Nashif [Fri, 1 Feb 2013 19:53:27 +0000 (11:53 -0800)]
Update to 3.7.4
Anas Nashif [Mon, 14 Jan 2013 14:27:19 +0000 (06:27 -0800)]
Update to 3.6
Anas Nashif [Mon, 14 Jan 2013 14:23:10 +0000 (06:23 -0800)]
update to 3.6
Anas Nashif [Tue, 27 Nov 2012 03:48:49 +0000 (19:48 -0800)]
set license files with %license
Chris E Ferron [Mon, 12 Nov 2012 21:19:39 +0000 (13:19 -0800)]
inital packaging commit
Chris E Ferron [Mon, 12 Nov 2012 21:19:23 +0000 (13:19 -0800)]
inital packaging commit
David King [Mon, 24 Mar 2014 12:19:08 +0000 (12:19 +0000)]
version 3.12.0
Volker Sobek [Sat, 22 Mar 2014 17:39:19 +0000 (18:39 +0100)]
gnome-autogen.sh: Fix check if stdin is a tty
Commit
7f977b021462 introduced a check if stdin is ins't a tty, and
prevent printing terminal codes in this case. But the check was wrong
and always failed.
https://bugzilla.gnome.org/show_bug.cgi?id=726892
Ryan Lortie [Thu, 13 Mar 2014 13:57:29 +0000 (09:57 -0400)]
gnome-autogen: require automake 1.11.2
This is the version of automake that introduced ACLOCAL_PATH support, so
make sure that we have it before attempting to configure the package.
Ryan Lortie [Wed, 12 Mar 2014 23:24:51 +0000 (19:24 -0400)]
gnome-common: use ACLOCAL_PATH over ACLOCAL_FLAGS
jhbuild has set this variable for more than two years.
https://bugzilla.gnome.org/show_bug.cgi?id=726208
Ryan Lortie [Wed, 12 Mar 2014 23:54:40 +0000 (19:54 -0400)]
gnome-autogen.sh: correct IFS value
Due to a likely copy-paste mistake, the default value of IFS was being
set to 9 spaces instead of a tab and a space. Fix that.
https://bugzilla.gnome.org/show_bug.cgi?id=726208
David King [Mon, 16 Dec 2013 15:30:45 +0000 (15:30 +0000)]
gnome-autogen.sh: Check for appdata-xml.m4 with APPDATA_XML
Philip Withnall [Sun, 27 Oct 2013 12:08:38 +0000 (12:08 +0000)]
compiler-flags: Simplify a case statement slightly
Philip Withnall [Sun, 27 Oct 2013 12:02:55 +0000 (12:02 +0000)]
compiler-flags: Replace deprecated AC_HELP_STRING with AS_HELP_STRING
Javier Jardón [Tue, 23 Jul 2013 10:53:00 +0000 (11:53 +0100)]
Read the dirlist file unconditionally
David King [Mon, 23 Sep 2013 14:28:42 +0000 (15:28 +0100)]
version 3.10.0
Philip Withnall [Thu, 5 Sep 2013 05:11:14 +0000 (23:11 -0600)]
compiler-flags: Add a #serial line
As suggested in bug #707475, this will ensure the latest version of
gnome-compiler-flags.m4 is used if conflicting versions are found in
different directories in the autoconf search path.
Helps: https://bugzilla.gnome.org/show_bug.cgi?id=707475
Philip Withnall [Wed, 4 Sep 2013 06:48:19 +0000 (00:48 -0600)]
compiler-flags: Add an optional second argument for custom warnings
This allows module authors to choose to enforce stricter warnings on
a per-module basis, to avoid the situation where an outside
contributor submits a patch which introduces warnings the maintainer
has enabled locally.
Closes: https://bugzilla.gnome.org/show_bug.cgi?id=707475
Seán de Búrca [Tue, 27 Aug 2013 13:55:53 +0000 (07:55 -0600)]
Run intltool before autoreconf so intltool.m4 is picked up by aclocal.
https://bugzilla.gnome.org/show_bug.cgi?id=705365
Javier Jardón [Mon, 22 Jul 2013 15:22:38 +0000 (16:22 +0100)]
gnome-autogen.sh: run glib-gettexize if using GLib gettext
This code was removed by error in
commit
323bbfe0989405725379cada1aa5cb361fd2999f
Javier Jardón [Fri, 19 Jul 2013 11:09:17 +0000 (12:09 +0100)]
gnome-autogen.sh: Check only for autoreconf
autoconf, automake, libtool, gettext are already checked by autoreconf
Javier Jardón [Fri, 19 Jul 2013 11:05:50 +0000 (12:05 +0100)]
Rename configure.in to configure.ac
Javier Jardón [Thu, 18 Jul 2013 16:44:27 +0000 (17:44 +0100)]
gnome-autogen: Do not use sed to get the AC_CONFIG_MACRO_DIR directory
Javier Jardón [Thu, 18 Jul 2013 14:09:50 +0000 (15:09 +0100)]
macros2/gnome-autogen.sh: Create m4 directory if it doesnt exits
This is a automake bug fixed in automake 1.13.2
Javier Jardón [Thu, 27 Jun 2013 11:07:17 +0000 (12:07 +0100)]
gnome-autogen.sh: Use autoreconf
instead autopoint/libtoolize/autoconf/automake manually
Yosef Or Boczko [Sun, 23 Jun 2013 05:52:17 +0000 (08:52 +0300)]
Add support for automake 1.14
Dan Winship [Wed, 8 May 2013 17:26:19 +0000 (13:26 -0400)]
code-coverage: fix conditionalization
The "make clean" rule added by gnome-code-coverage.m4 was not
conditionalized (making it spew errors on "make clean" when built
without coverage support, since $(LCOV) expanded to ""), and the other
rules were conditionalized incorrectly (testing "ifdef
CODE_COVERAGE_ENABLED", when that variable was always set, just
sometimes to "no"). Fix both problems.
https://bugzilla.gnome.org/show_bug.cgi?id=699943
Paolo Borelli [Mon, 8 Apr 2013 10:21:48 +0000 (12:21 +0200)]
Add support for lcov 1.10
David King [Mon, 14 Jan 2013 22:51:31 +0000 (22:51 +0000)]
version 3.7.4
Ross Burton [Thu, 10 Jan 2013 09:48:27 +0000 (09:48 +0000)]
COPYING: add GPL-2 license file
Finally declare gnome-common to be GPL 2+, by doing some source code
archaeology.
These files we can effectively ignore:
.gitignore
AUTHORS
ChangeLog.pre-git
NEWS
README
doc-build/README
doc/usage.txt
gnome-common.doap
macros2/README.cvs-commits
The build files you could argue are boilerplate/uncopyrightable:
Makefile.am
autogen.sh
configure.in
doc-build/Makefile.am
macros2/Makefile.am
So that leaves:
doc-build/gnome-doc-common.in
doc-build/omf.make
doc-build/xmldocs.make
Appeared in
e16ea58db92e05b9720acdc6992175ec346dfc91. Appears to have
been copy-pasted from scrollkeeper-example2, LGPLv2.1.
macros2/gnome-autogen.sh
Can be traced back to gnome-libs
88f7376472d3ee54329213c118b46225703d8223, which
is GPLv2/LGPLv2.
macros2/gnome-code-coverage.m4
LGPLv2.1+.
macros2/gnome-common.m4
macros2/gnome-compiler-flags.m4
Synced with gnome-core as of
425e5cc9aad003c9f64d43f2d3f15e04a97db854, so
LGPLv2.1+.
The long-standing assumption is that gnome-common was GPLv2+, so use that
license. Finally the tyranny of unclear licensing is over!
https://bugzilla.gnome.org/show_bug.cgi?id=133689
Ross Burton [Thu, 10 Jan 2013 09:45:36 +0000 (09:45 +0000)]
build: remove useless (empty or ancient) files that we don't need
Raphael Kubo da Costa [Tue, 8 Jan 2013 16:45:24 +0000 (18:45 +0200)]
Add support for automake 1.13.
Dodji Seketeli [Mon, 10 Dec 2012 15:38:04 +0000 (16:38 +0100)]
Better support of using AUTOCONF environment variable
When I launch gnome-autogen.sh by telling it to use a version of
autoconf that is at a particular path -- by using the AUTOCONF
environment variable -- I can see that there is a spot in the script
that fails to honour that variable. I thus get the error message
(that I trim to just keep the relevant part):
AUTOCONF=/my/autoconf AUTOM4TE=/my/autom4te /bin/sh -x /usr/bin/gnome-autogen.sh
[...]
+++ find_configure_files /home/dodji/devel/git/gdl/master
+++ configure_ac=
+++ test -f /home/dodji/devel/git/gdl/master/configure.ac
+++ test -f /home/dodji/devel/git/gdl/master/configure.in
+++ configure_ac=/home/dodji/devel/git/gdl/master/configure.in
+++ test x/home/dodji/devel/git/gdl/master/configure.in '!=' x
+++ echo /home/dodji/devel/git/gdl/master/configure.in
+++ autoconf -t 'AC_CONFIG_SUBDIRS:$1' /home/dodji/devel/git/gdl/master/configure.in
+++ read dir
/home/dodji/devel/git/gdl/master/configure.in:8: error: Autoconf version 2.65 or higher is required
/home/dodji/devel/git/gdl/master/configure.in:8: the top level
autom4te: /bin/m4 failed with exit status: 63
I think the problem is that the find_configure_files function uses
'autoconf' directly instead of using $AUTOCONF. So it's taking the
autoconf binary that is in my path, and that one doesn't satisfy the
version requirement of the configure.in script template that is in.
/home/dodji/devel/git/gdl/master/configure.in.
The patch below fixes that essentially by s/autoconf/$AUTOCONF there,
and also by moving the definition point of the AUTOCONF variable --
that is done by a call to version_check -- before the first spot that
actually uses it.
It's worth noting that this bug appears to have been introduced by the
patch attached to bug #510713.
Tested on my Fedora Rawhide system.
* macros2/gnome-autogen.sh (find_configure_files): Use the
AUTOCONF variable, rather than calling the autoconf program
directly. Remove the now useless comment.
(<at global scope>): Move the definition of the AUTOCONF variable
before its first use.
Colin Walters [Tue, 13 Nov 2012 18:17:00 +0000 (13:17 -0500)]
compiler-warnings: Fix tabs->spaces
Per https://bugzilla.gnome.org/show_bug.cgi?id=688192
Colin Walters [Mon, 12 Nov 2012 20:06:44 +0000 (15:06 -0500)]
compiler-warnings: Drop -Wdeclaration-after-statement
Some GNOME modules want the ability to use C99, let's not hamper them.
https://bugzilla.gnome.org/show_bug.cgi?id=688192
Colin Walters [Mon, 12 Nov 2012 20:04:02 +0000 (15:04 -0500)]
compiler-warnings: Drop -Wno-sign-comare
It's not part of -Wall, and we're not explicitly turning it on here,
so there's no point in turning it off, since it's not on.
Additionally, if a given module did want it on, it's clearer if
the compiler flags don't have -Wno-sign-compare -Wsign-compare.
https://bugzilla.gnome.org/show_bug.cgi?id=688192
Colin Walters [Mon, 12 Nov 2012 20:02:38 +0000 (15:02 -0500)]
compiler-warnings: Move -Wnested-externs to the always-on warning set
Since there's no reason to have it different for yes/maximum.
https://bugzilla.gnome.org/show_bug.cgi?id=688192
Colin Walters [Mon, 12 Nov 2012 20:00:06 +0000 (15:00 -0500)]
compiler-warnings: code cleanup: Extract common warnings into variables
Will make future refactoring clearer, and also we have comments now.
https://bugzilla.gnome.org/show_bug.cgi?id=688192
Colin Walters [Mon, 12 Nov 2012 17:09:57 +0000 (12:09 -0500)]
compiler-warnings: Drop -Waggregate-return
This trips up gnome-desktop using things like XSyncValue, and while
it's possible to avoid, we shouldn't punish people who are pushed to
use structures as return values by external APIs.
Returning a two-element structure is not a big deal.
Colin Walters [Mon, 12 Nov 2012 17:09:20 +0000 (12:09 -0500)]
compiler-warnings: cosmetic cleanup: Put each warning on own line
So that further patches are more readable.
David King [Sat, 28 Jul 2012 14:19:55 +0000 (15:19 +0100)]
Add lots of warnings to GNOME_COMPILE_WARNINGS
Following Colin Walters' thread on desktop-devel-list:
https://mail.gnome.org/archives/desktop-devel-list/2012-July/msg00100.html
Add a selection of more strict warnings to the default level of
GNOME_COMPILE_WARNINGS. Check all the warnings by passing them to GCC,
and ignore those which fail. Set the severity of some of the warnings to
errors, so that particularly bad code is rejected (set the warning level
to ‘minimum’ is you wish to avoid this behaviour). Fixes bug 568546 and
bug 608953.
Philip Withnall [Wed, 31 Oct 2012 13:38:04 +0000 (13:38 +0000)]
code-coverage: Relicence to LGPLv2.1+
As gnome-common is widely used, it’s useful for it to have a fairly liberal
licence. This relicences the gnome-code-coverage.m4 file from GPLv3+ to
LGPLv2.1+.
Permission has been obtained (by private e-mail) from the other contributors:
• Christian Persch <chpe@gnome.org>
• Xan Lopez <xan@gnome.org>
See also: https://bugzilla.gnome.org/show_bug.cgi?id=133689
Christian Persch [Tue, 23 Oct 2012 20:12:01 +0000 (22:12 +0200)]
code coverage: Quiet lcov and add extra ignore patterns
Make lcov be quiet if V=0, and add a new CODE_COVERAGE_IGNORE_PATTERN
variable to be able to add extra files to ignore in code coverage reporting.
Christian Persch [Mon, 15 Oct 2012 23:01:00 +0000 (01:01 +0200)]
Post release version bump
Christian Persch [Mon, 15 Oct 2012 23:00:38 +0000 (01:00 +0200)]
version 3.6.0
Colin Watson [Wed, 3 Oct 2012 13:34:23 +0000 (14:34 +0100)]
Add missing semicolons to omf_timestamp rule
Fixes bug 685388.
Javier Jardón [Sat, 8 Sep 2012 07:44:42 +0000 (16:44 +0900)]
3.5.91
Philip Withnall [Fri, 7 Sep 2012 20:32:52 +0000 (21:32 +0100)]
code-coverage: Add some ‘user’ documentation
Xan Lopez [Mon, 3 Sep 2012 21:15:08 +0000 (23:15 +0200)]
code-coverage: quote the results path for code coverage
In some cases it can have spaces in it, so we need to quote it.
Philip Withnall [Sun, 29 Jul 2012 15:58:21 +0000 (17:58 +0200)]
Bug 606720 — Add code coverage support
Add a GNOME_CODE_COVERAGE m4 macro to allow projects to easily add code
coverage support using lcov.
This is heavily based on the code coverage tooling from GLib (LGPLv2.1+),
originally written by Patrick Hulin and modified by Matthias Clasen, Stef
Walter and Simon McVittie since.
Closes: https://bugzilla.gnome.org/show_bug.cgi?id=606720
Behdad Esfahbod [Sat, 4 Aug 2012 14:13:55 +0000 (15:13 +0100)]
Trace AC_CONFIG_SUBDIRS with autoconf
Find configure.ac and configure.in files using the trace functionality
of autoconf in order to skip build directories from incomplete make
distcheck runs. Fixes bug 510713.
Christian Persch [Sun, 19 Aug 2012 17:25:05 +0000 (19:25 +0200)]
Revert "Trace AC_CONFIG_SUBDIRS with autoconf"
This reverts commit
646fa962712313aadacaaf58c8fd5dd57edc5882.
The change broke calling autogen from outside the source directory.
David King [Tue, 14 Aug 2012 06:05:15 +0000 (07:05 +0100)]
Add David King to maintainers
Matthias Clasen [Wed, 8 Aug 2012 17:30:11 +0000 (13:30 -0400)]
3.5.5
Behdad Esfahbod [Sat, 4 Aug 2012 14:13:55 +0000 (15:13 +0100)]
Trace AC_CONFIG_SUBDIRS with autoconf
Find configure.ac and configure.in files using the trace functionality
of autoconf in order to skip build directories from incomplete make
distcheck runs. Fixes bug 510713.
Eike Siewertsen [Tue, 2 Mar 2010 13:11:40 +0000 (14:11 +0100)]
Check for glibtoolize in gnome-autogen.sh
Fixes bug 564558.
Loïc Minier [Wed, 1 Aug 2012 22:13:35 +0000 (23:13 +0100)]
Scrollkeeper srcdir!=builddir fix, bug 409060
Fix the install rule too.
Loïc Minier [Wed, 1 Aug 2012 21:42:43 +0000 (22:42 +0100)]
Fix srcdir!=builddir for Scrollkeeper, bug 315320
David King [Mon, 30 Jul 2012 16:13:19 +0000 (17:13 +0100)]
Do not call automake with --force, bug 612329
The --force option for automake is not documented, so gnome-autogen.sh
should not use it.
Emilio Pozuelo Monfort [Mon, 30 Jul 2012 14:24:00 +0000 (15:24 +0100)]
Fix bashisms in gnome-autogen.sh, bug 588020
Xiao-Long Chen [Sun, 29 Apr 2012 17:44:32 +0000 (13:44 -0400)]
Add support for automake 1.12
Bug #675093.
Christian Persch [Mon, 26 Mar 2012 12:42:13 +0000 (14:42 +0200)]
Post release version bump
Christian Persch [Mon, 26 Mar 2012 12:41:41 +0000 (14:41 +0200)]
Version 3.4.0.1
Christian Persch [Mon, 26 Mar 2012 12:38:52 +0000 (14:38 +0200)]
Post release version bump
Christian Persch [Mon, 26 Mar 2012 12:37:45 +0000 (14:37 +0200)]
Version 3.4.0
Javier Jardón [Mon, 12 Mar 2012 13:16:41 +0000 (13:16 +0000)]
VTE has been converted to deprecation attributes
Javier Jardón [Mon, 12 Mar 2012 12:58:16 +0000 (12:58 +0000)]
ATK has been converted to deprecation attributes
Matthias Clasen [Thu, 13 Oct 2011 21:58:12 +0000 (17:58 -0400)]
Pango has been converted to deprecation attributes
Matthias Clasen [Wed, 12 Oct 2011 16:32:49 +0000 (12:32 -0400)]
Don't break the build with deprecations
At least for glib/gdk/gtk, we now have deprecation compiler warnings
set up, so there is no need to forcibly break everybody's build
just to get them to notice deprecations.
https://bugzilla.gnome.org/show_bug.cgi?id=661273
Colin Walters [Wed, 22 Jun 2011 19:53:42 +0000 (15:53 -0400)]
gnome-autogen.sh: Don't print terminal codes if stdin isn't a tty
Otherwise this shows up as garbage in log files.
Shaun McCance [Thu, 12 May 2011 15:00:09 +0000 (11:00 -0400)]
gnome-autogen.sh: Check for yelp.m4 with YELP_HELP_INIT
Christian Persch [Thu, 12 May 2011 15:47:02 +0000 (17:47 +0200)]
Post branch version bump
Christian Persch [Sun, 3 Apr 2011 17:44:18 +0000 (19:44 +0200)]
Version 2.34.0
Christian Persch [Sun, 3 Apr 2011 17:43:50 +0000 (19:43 +0200)]
Fix distcheck
Christian Persch [Sun, 30 May 2010 20:41:02 +0000 (22:41 +0200)]
Define GNOME_COMMON_INIT with AU_DEFUN
... to mark it as deprecated.
Bug #608285.
Christian Persch [Sun, 30 May 2010 20:31:50 +0000 (22:31 +0200)]
Add serial to gnome-common.m4
Christian Persch [Sun, 30 May 2010 19:44:00 +0000 (21:44 +0200)]
Remove gnome1 cruft
Christian Persch [Sun, 30 May 2010 19:42:54 +0000 (21:42 +0200)]
Bump version
Mathias Hasselmann [Fri, 19 Mar 2010 07:55:57 +0000 (08:55 +0100)]
Use dirname, instead of basename for finding srcdir
Partially fixes bug #510989.
Pablo Castellano [Mon, 4 Jan 2010 01:41:09 +0000 (02:41 +0100)]
Updated .gitignore file
Christian Persch [Mon, 21 Sep 2009 11:43:27 +0000 (13:43 +0200)]
Post branch version update
Christian Persch [Sun, 6 Sep 2009 14:11:06 +0000 (16:11 +0200)]
Distcheck with --disable-silent-rules
Christian Persch [Sun, 6 Sep 2009 14:10:17 +0000 (16:10 +0200)]
Version 2.28.0
Christian Persch [Sun, 6 Sep 2009 14:09:58 +0000 (16:09 +0200)]
Remove MAINTAINERS, and dist the DOAP file
Christian Persch [Sun, 16 Aug 2009 20:07:31 +0000 (22:07 +0200)]
Use AM_SILENT_RULES
Vincent Untz [Sun, 9 Aug 2009 11:55:03 +0000 (13:55 +0200)]
Fix build breakage in modules caused by commit
aac1a8ec
Christian Persch [Sat, 8 Aug 2009 13:22:23 +0000 (15:22 +0200)]
Chech for single header includes.
When maintainer mode is enabled, check for single header includes as
well as deprecated flags (#557070).
Christian Persch [Mon, 18 May 2009 13:02:38 +0000 (15:02 +0200)]
Support for automake 1.11
Bastien Nocera [Wed, 13 May 2009 09:48:10 +0000 (10:48 +0100)]
Remove auto-generated ChangeLog from the tree
Christian Persch [Mon, 11 May 2009 13:12:27 +0000 (15:12 +0200)]
Autogenerate ChangeLog
Vincent Legoll [Sun, 26 Apr 2009 22:07:05 +0000 (00:07 +0200)]
Trivial update
* Remove CVS references, use "repository tree"
* Fix whitespace
* Fix typo "The" -> "There"
Vincent Legoll [Sun, 26 Apr 2009 23:36:14 +0000 (01:36 +0200)]
Move to "development" category
Vincent Legoll [Sun, 26 Apr 2009 23:24:55 +0000 (01:24 +0200)]
Add the required DOAP project description (used
gnome-system-monitor as a template)
Rodney Dawes [Sun, 29 Mar 2009 03:11:13 +0000 (03:11 +0000)]
Only pass --enable-maintainer-mode when AM_MAINTAINER_MODE is present
svn path=/trunk/; revision=3929
Christian Persch [Thu, 19 Mar 2009 20:19:02 +0000 (20:19 +0000)]
Takeover
svn path=/trunk/; revision=3928
Christian Persch [Thu, 19 Mar 2009 20:18:42 +0000 (20:18 +0000)]
Revert "Add single include disabling cppflags"
Oops, this wasn't meant to be committed just yet.
This reverts commit
f95de3b4b636786d1e297f40df32ee32f71ebce7.
svn path=/trunk/; revision=3927