Skip to content

Commit

Permalink
Release 5.90.1
Browse files Browse the repository at this point in the history
Most Autotools fixes are present, so is possible to
produce tarballs for distribution.
  • Loading branch information
esodan committed Aug 1, 2018
1 parent 1b2a84a commit 99cd187
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ if ENABLE_GTK_DOC
TESTS=$(GTKDOC_CHECK)
endif

DISTCHECK_CONFIGURE_FLAGS = --enable-gi-system-install=no

if HAVE_LIBXSLT
XSLT_DIR=libgda-xslt
XSLT_PC=libgda-xslt-$(GDA_ABI_VERSION).pc
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libgda 5.90.1
- Minor Autotools fixes for distribution

libgda-ui 5.90.1
- Minor Autotools fixes for distribution

libgda 5.90.0
- Removed Deprecated API from 5.x and 4.x series
- Added new DDL module, from Pavlo Solntsev <p.sun.fun@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_define(major, 5)
m4_define(minor, 90)
m4_define(micro, 0)
m4_define(micro, 1)
m4_define([gda_stable],
m4_if(m4_eval(minor % 2), [0], [yes], [no]))
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 2 additions & 0 deletions libgda-ui/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ EXTRA_DIST += \
Gdaui-6.0.metadata \
$(vapi_DATA)

DISTCLEANFILES=libgdaui-6.0.vapi

endif

endif
2 changes: 1 addition & 1 deletion providers/firebird/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libgda-firebird-6.0.pc

EXTRA_DIST = $(xml_in_files) libgda-firebird-6.0.pc.in parser.y gen_def.c firebird.gresource.xml
DISTCLEANFILES = $(xml_DATA)
DISTCLEANFILES = $(xml_DATA) firebird.gresources.c

CLEANFILES = \
parser.h \
Expand Down
2 changes: 1 addition & 1 deletion providers/skel-implementation/capi/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pkgconfigdir = $(libdir)/pkgconfig
noinst_DATA += libgda-capi-6.0.pc

EXTRA_DIST = $(xml_in_files) libgda-capi-6.0.pc.in parser.y gen_def.c $(keyword_files) capi.gresource.xml
DISTCLEANFILES = $(noinst_DATA)
DISTCLEANFILES = $(noinst_DATA) capi.gresources.c keywords_hash.code

CLEANFILES = parser.h parser.c parser.out capi_token_types.h gen_def$(EXEEXT_FOR_BUILD) \
mkkeywordhash$(EXEEXT_FOR_BUILD) keywords_hash.c \
Expand Down
4 changes: 4 additions & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,7 @@ test_server_operation_LDADD = \
$(COREDEPS_LIBS)

EXTRA_DIST = dbstruct.xml

DISTCLEANFILES= \
ddl_test.db \
op_test_db.db
4 changes: 3 additions & 1 deletion tests/ddl/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ include $(top_srcdir)/glib-tap.mk
EXTRA_DIST += column_test.xml \
ddl-db.xml \
fkey_test.xml \
view_test.xml
view_test.xml

DISTCLEANFILES=ddl-test-out.xml ddl_test.db
1 change: 1 addition & 0 deletions tools/browser/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,6 @@ EXTRA_DIST = \

DISTCLEANFILES = \
$(desktop_DATA) \
gda-browser-6.0.desktop.in \
$(appdata_DATA)

0 comments on commit 99cd187

Please sign in to comment.