From 20a456e33222ed31008db3c328f1e10c212acf00 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 12 Jun 2018 13:57:31 +0300 Subject: Make project url and email optional in package manifest --- libbrep/package.cxx | 4 ++-- libbrep/package.hxx | 12 ++++++------ libbrep/package.xml | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) (limited to 'libbrep') diff --git a/libbrep/package.cxx b/libbrep/package.cxx index 7d94422..3e457b2 100644 --- a/libbrep/package.cxx +++ b/libbrep/package.cxx @@ -55,11 +55,11 @@ namespace brep strings tg, optional ds, string ch, - url_type ur, + optional ur, optional du, optional su, optional pu, - email_type em, + optional em, optional pe, optional be, dependencies_type dp, diff --git a/libbrep/package.hxx b/libbrep/package.hxx index b86350e..d403784 100644 --- a/libbrep/package.hxx +++ b/libbrep/package.hxx @@ -19,9 +19,9 @@ // Used by the data migration entries. // -#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 6 +#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 7 -#pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 6, closed) +#pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 7, open) namespace brep { @@ -306,11 +306,11 @@ namespace brep strings tags, optional description, string changes, - url_type, + optional, optional doc_url, optional src_url, optional package_url, - email_type, + optional, optional package_email, optional build_email, dependencies_type, @@ -342,11 +342,11 @@ namespace brep strings tags; optional description; string changes; - url_type url; + optional url; optional doc_url; optional src_url; optional package_url; - email_type email; + optional email; optional package_email; optional build_email; dependencies_type dependencies; diff --git a/libbrep/package.xml b/libbrep/package.xml index 9b83bb2..08ecc61 100644 --- a/libbrep/package.xml +++ b/libbrep/package.xml @@ -1,5 +1,5 @@ - + @@ -82,16 +82,16 @@ - - + + - - + + -- cgit v1.1