changeset 56:8122094c79b1

Updated copyright year; updated spec file.
author Sjoerd Mullender <sjoerd@acm.org>
date Wed, 26 Jan 2022 15:07:02 +0100 (2022-01-26)
parents 68263b10998e
children d77cd888a2f2
files CMakeLists.txt Makefile README.rst cmake/Modules/FindPCRE.cmake cxx-reverse/CMakeLists.txt cxx-reverse/reverse.cpp gmean/Makefile gmean/README.rst gmean/gmean.c monetdbe/CMakeLists.txt monetdbe/example1.c regexp/CMakeLists.txt regexp/Makefile regexp/README.rst regexp/regexp.c reverse/CMakeLists.txt reverse/Makefile reverse/MonetDB-reverse.spec reverse/reverse.c
diffstat 19 files changed, 24 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Jan 26 14:59:05 2022 +0100
+++ b/CMakeLists.txt	Wed Jan 26 15:07:02 2022 +0100
@@ -3,7 +3,7 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V.
+# Copyright 1997 - July 2008 CWI, August 2008 - 2022 MonetDB B.V.
 #]]
 
 cmake_minimum_required(VERSION 3.12)
--- a/Makefile	Wed Jan 26 14:59:05 2022 +0100
+++ b/Makefile	Wed Jan 26 15:07:02 2022 +0100
@@ -2,7 +2,7 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 2013-2021 MonetDB B.V.
+# Copyright 2013-2022 MonetDB B.V.
 
 all:
 
--- a/README.rst	Wed Jan 26 14:59:05 2022 +0100
+++ b/README.rst	Wed Jan 26 15:07:02 2022 +0100
@@ -2,7 +2,7 @@
 .. License, v. 2.0.  If a copy of the MPL was not distributed with this
 .. file, You can obtain one at http://mozilla.org/MPL/2.0/.
 ..
-.. Copyright 2013-2021 MonetDB B.V.
+.. Copyright 2013-2022 MonetDB B.V.
 
 .. This document is written in reStructuredText (see
    http://docutils.sourceforge.net/ for more information).
--- a/cmake/Modules/FindPCRE.cmake	Wed Jan 26 14:59:05 2022 +0100
+++ b/cmake/Modules/FindPCRE.cmake	Wed Jan 26 15:07:02 2022 +0100
@@ -3,7 +3,7 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V.
+# Copyright 1997 - July 2008 CWI, August 2008 - 2022 MonetDB B.V.
 #]]
 
 # Adapted from https://github.com/LuaDist/pcre/blob/master/FindPCRE.cmake
--- a/cxx-reverse/CMakeLists.txt	Wed Jan 26 14:59:05 2022 +0100
+++ b/cxx-reverse/CMakeLists.txt	Wed Jan 26 15:07:02 2022 +0100
@@ -3,7 +3,7 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V.
+# Copyright 1997 - July 2008 CWI, August 2008 - 2022 MonetDB B.V.
 #]]
 
 
--- a/cxx-reverse/reverse.cpp	Wed Jan 26 14:59:05 2022 +0100
+++ b/cxx-reverse/reverse.cpp	Wed Jan 26 15:07:02 2022 +0100
@@ -3,7 +3,7 @@
  * License, v. 2.0.  If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  *
- * Copyright 2013-2021 MonetDB B.V.
+ * Copyright 2013-2022 MonetDB B.V.
  */
 
 /* monetdb_config.h must be included as the first include file */
--- a/gmean/Makefile	Wed Jan 26 14:59:05 2022 +0100
+++ b/gmean/Makefile	Wed Jan 26 15:07:02 2022 +0100
@@ -2,7 +2,7 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 2013-2021 MonetDB B.V.
+# Copyright 2013-2022 MonetDB B.V.
 
 LIBDIR = $(shell pkgconf --variable=libdir monetdb5)
 
--- a/gmean/README.rst	Wed Jan 26 14:59:05 2022 +0100
+++ b/gmean/README.rst	Wed Jan 26 15:07:02 2022 +0100
@@ -2,7 +2,7 @@
 .. License, v. 2.0.  If a copy of the MPL was not distributed with this
 .. file, You can obtain one at http://mozilla.org/MPL/2.0/.
 ..
-.. Copyright 2021 MonetDB B.V.
+.. Copyright 2021-2022 MonetDB B.V.
 
 .. This document is written in reStructuredText (see
    http://docutils.sourceforge.net/ for more information).
--- a/gmean/gmean.c	Wed Jan 26 14:59:05 2022 +0100
+++ b/gmean/gmean.c	Wed Jan 26 15:07:02 2022 +0100
@@ -2,7 +2,7 @@
  * License, v. 2.0.  If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  *
- * Copyright 2021 MonetDB B.V.
+ * Copyright 2021-2022 MonetDB B.V.
  */
 
 /* monetdb_config.h must be included as the first include file */
--- a/monetdbe/CMakeLists.txt	Wed Jan 26 14:59:05 2022 +0100
+++ b/monetdbe/CMakeLists.txt	Wed Jan 26 15:07:02 2022 +0100
@@ -3,7 +3,7 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 1997 - July 2008 CWI, August 2008 - 2020 MonetDB B.V.
+# Copyright 1997 - July 2008 CWI, August 2008 - 2022 MonetDB B.V.
 #]]
 
 add_executable(example1 example1.c)
--- a/monetdbe/example1.c	Wed Jan 26 14:59:05 2022 +0100
+++ b/monetdbe/example1.c	Wed Jan 26 15:07:02 2022 +0100
@@ -3,7 +3,7 @@
  * License, v. 2.0.  If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  *
- * Copyright 1997 - July 2008 CWI, August 2008 - 2020 MonetDB B.V.
+ * Copyright 1997 - July 2008 CWI, August 2008 - 2022 MonetDB B.V.
  */
 
 #include "monetdbe.h"
--- a/regexp/CMakeLists.txt	Wed Jan 26 14:59:05 2022 +0100
+++ b/regexp/CMakeLists.txt	Wed Jan 26 15:07:02 2022 +0100
@@ -3,7 +3,7 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V.
+# Copyright 1997 - July 2008 CWI, August 2008 - 2022 MonetDB B.V.
 #]]
 
 add_library(regexp SHARED)
--- a/regexp/Makefile	Wed Jan 26 14:59:05 2022 +0100
+++ b/regexp/Makefile	Wed Jan 26 15:07:02 2022 +0100
@@ -2,7 +2,7 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 2013-2021 MonetDB B.V.
+# Copyright 2013-2022 MonetDB B.V.
 
 LIBDIR = $(shell pkgconf --variable=libdir monetdb5)
 
--- a/regexp/README.rst	Wed Jan 26 14:59:05 2022 +0100
+++ b/regexp/README.rst	Wed Jan 26 15:07:02 2022 +0100
@@ -2,7 +2,7 @@
 .. License, v. 2.0.  If a copy of the MPL was not distributed with this
 .. file, You can obtain one at http://mozilla.org/MPL/2.0/.
 ..
-.. Copyright 2018-2021 MonetDB B.V.
+.. Copyright 2018-2022 MonetDB B.V.
 
 .. This document is written in reStructuredText (see
    http://docutils.sourceforge.net/ for more information).
--- a/regexp/regexp.c	Wed Jan 26 14:59:05 2022 +0100
+++ b/regexp/regexp.c	Wed Jan 26 15:07:02 2022 +0100
@@ -2,7 +2,7 @@
  * License, v. 2.0.  If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  *
- * Copyright 2018-2021 MonetDB B.V.
+ * Copyright 2018-2022 MonetDB B.V.
  */
 
 /* monetdb_config.h must be included as the first include file */
--- a/reverse/CMakeLists.txt	Wed Jan 26 14:59:05 2022 +0100
+++ b/reverse/CMakeLists.txt	Wed Jan 26 15:07:02 2022 +0100
@@ -3,7 +3,7 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V.
+# Copyright 1997 - July 2008 CWI, August 2008 - 2022 MonetDB B.V.
 #]]
 
 add_library(reverse SHARED)
--- a/reverse/Makefile	Wed Jan 26 14:59:05 2022 +0100
+++ b/reverse/Makefile	Wed Jan 26 15:07:02 2022 +0100
@@ -2,7 +2,7 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 2013-2018 MonetDB B.V.
+# Copyright 2013-2022 MonetDB B.V.
 
 LIBDIR = $(shell pkgconf --variable=libdir monetdb5)
 
--- a/reverse/MonetDB-reverse.spec	Wed Jan 26 14:59:05 2022 +0100
+++ b/reverse/MonetDB-reverse.spec	Wed Jan 26 15:07:02 2022 +0100
@@ -2,10 +2,10 @@
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
-# Copyright 2013-2018 MonetDB B.V.
+# Copyright 2013-2022 MonetDB B.V.
 
 Name:		MonetDB-reverse
-Version:	1.2
+Version:	1.3
 Release:	1%{?dist}
 Summary:	reverse UDF for MonetDB
 
@@ -13,12 +13,12 @@
 URL:		http://www.monetdb.org/
 Source0:	%{name}-%{version}.tar.bz2
 
-# 11.39.11, and even 11.39.17, not good enough since some include files
-# are missing
-BuildRequires:	MonetDB-SQL-server5-devel >= 11.39.11
+# we need at least 11.41.1 (not released, so in practice a later
+# version) because we use bat_iterator_end.
+BuildRequires:	MonetDB-SQL-server5-devel >= 11.41.1
 BuildRequires:	/usr/bin/rst2html
 BuildRequires:	/usr/bin/rst2pdf
-Requires:	MonetDB-SQL-server5%{?_isa} >= 11.39.11
+Requires:	MonetDB-SQL-server5%{?_isa} >= 11.41.1
 
 %description
 Simple example User-Defined Function (UDF) for MonetDB.
--- a/reverse/reverse.c	Wed Jan 26 14:59:05 2022 +0100
+++ b/reverse/reverse.c	Wed Jan 26 15:07:02 2022 +0100
@@ -3,7 +3,7 @@
  * License, v. 2.0.  If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  *
- * Copyright 2013-2021 MonetDB B.V.
+ * Copyright 2013-2022 MonetDB B.V.
  */
 
 /* monetdb_config.h must be included as the first include file */