From 993fab6c0111476e3cf672c95a2805ca1798b7bb Mon Sep 17 00:00:00 2001 From: Joan Moreau Date: Wed, 10 Nov 2021 21:19:10 +0000 Subject: [PATCH 1/7] iversion 1.5.0 --- .gitignore | 1 + dovecot-fts-xapian.spec | 7 ++++++- sources | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e9268a8..10a0855 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /dovecot-fts-xapian-1.4.12.tar.gz /dovecot-fts-xapian-1.4.13.tar.gz +/dovecot-fts-xapian-1.5.0-1.fc35.src.rpm diff --git a/dovecot-fts-xapian.spec b/dovecot-fts-xapian.spec index ec57d20..bf5bc0d 100644 --- a/dovecot-fts-xapian.spec +++ b/dovecot-fts-xapian.spec @@ -1,6 +1,6 @@ %global __brp_check_rpaths %{nil} Name: dovecot-fts-xapian -Version: 1.4.13 +Version: 1.5.0 Release: 1%{?dist} Summary: Dovecot FTS plugin based on Xapian @@ -46,6 +46,11 @@ echo ">>> Inside post <<<" %changelog +* Wed Nov 10 2021 Joan Moreau - 1.5.0 +- FreeBSD compatibility +* Mon Nov 1 2021 Joan Moreau - 1.4.14-1 +- Alignment with Dovecot 2.3.17 +- Better memory management for FreeBSD * Sun Sep 12 2021 Joan Moreau - 1.4.13-1 - Rebuild for dovecot 2.3.16 - Epel7 comptability diff --git a/sources b/sources index 7621b8c..5a6bb76 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (dovecot-fts-xapian-1.4.13.tar.gz) = 01302feffd8dd0c09bfc5e247b6eb0e51390ce4f29c0fc705f8b76cd362ea8678ed2d534f1e832f7760d55effbbd72ba1c43ae0d91e20cd3e96b703fb3126def +SHA512 (dovecot-fts-xapian-1.5.0-1.fc35.src.rpm) = 9a6ba9ba9863497c66b31928bae3a78c2fd1cae95a519ae016c6bc0717a2646371904d9839c55bf540d3f0505966de8eeb1fbb464350c3368f42cecd4eb5c991 From 1343506759130dfeff71ca53959e0166a3862672 Mon Sep 17 00:00:00 2001 From: Joan Moreau Date: Wed, 10 Nov 2021 21:22:50 +0000 Subject: [PATCH 2/7] iVersion 1.5.0 --- sources | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 sources diff --git a/sources b/sources deleted file mode 100644 index 5a6bb76..0000000 --- a/sources +++ /dev/null @@ -1,2 +0,0 @@ -SHA512 (dovecot-fts-xapian-1.4.13.tar.gz) = 01302feffd8dd0c09bfc5e247b6eb0e51390ce4f29c0fc705f8b76cd362ea8678ed2d534f1e832f7760d55effbbd72ba1c43ae0d91e20cd3e96b703fb3126def -SHA512 (dovecot-fts-xapian-1.5.0-1.fc35.src.rpm) = 9a6ba9ba9863497c66b31928bae3a78c2fd1cae95a519ae016c6bc0717a2646371904d9839c55bf540d3f0505966de8eeb1fbb464350c3368f42cecd4eb5c991 From 0c5609cd843cc0144c04bfd95e69498221e33497 Mon Sep 17 00:00:00 2001 From: Joan Moreau Date: Fri, 12 Nov 2021 13:28:07 +0000 Subject: [PATCH 3/7] Version 1.5.1 --- dovecot-fts-xapian.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dovecot-fts-xapian.spec b/dovecot-fts-xapian.spec index bf5bc0d..9410ad6 100644 --- a/dovecot-fts-xapian.spec +++ b/dovecot-fts-xapian.spec @@ -1,6 +1,6 @@ %global __brp_check_rpaths %{nil} Name: dovecot-fts-xapian -Version: 1.5.0 +Version: 1.5.1 Release: 1%{?dist} Summary: Dovecot FTS plugin based on Xapian @@ -46,6 +46,8 @@ echo ">>> Inside post <<<" %changelog +* Thu Nov 11 2021 Joan Moreau - 1.5.1 +- Fixed preprocessor issue * Wed Nov 10 2021 Joan Moreau - 1.5.0 - FreeBSD compatibility * Mon Nov 1 2021 Joan Moreau - 1.4.14-1 From d0991f6eb6e650bba8ded71efa221cb2669b03ba Mon Sep 17 00:00:00 2001 From: Joan Moreau Date: Fri, 12 Nov 2021 13:31:31 +0000 Subject: [PATCH 4/7] Version 1.5.1 --- bodhi.template.last | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 bodhi.template.last diff --git a/bodhi.template.last b/bodhi.template.last new file mode 100644 index 0000000..2953b8e --- /dev/null +++ b/bodhi.template.last @@ -0,0 +1,42 @@ +[ dovecot-fts-xapian-1.5.1-1.fc36 ] + +# bugfix, security, enhancement, newpackage (required) +type=bugfix + +# testing, stable +request=stable + +# Bug numbers: 1234,9876 +bugs= + +# Severity: low, medium, high, urgent +# This is required for security updates. +# severity=unspecified + +display_name= + + +# Here is where you give an explanation of your update. +# Content can span multiple lines, as long as they are indented deeper than +# the first line. For example, +# notes=first line +# second line +# and so on +notes=Fixed preprocessor issue + +# Enable request automation based on the stable/unstable karma thresholds +autokarma=True +stable_karma=3 +unstable_karma=-3 + +# Automatically close bugs when this marked as stable +close_bugs=True + +# Suggest that users restart after update +suggest_reboot=False + +# A boolean to require that all of the bugs in your update have been confirmed by testers. +require_bugs=True + +# A boolean to require that this update passes all test cases before reaching stable. +require_testcases=True From 4841d57094972e4faa3714210ba79982a780fa9a Mon Sep 17 00:00:00 2001 From: Joan Moreau Date: Fri, 12 Nov 2021 13:34:56 +0000 Subject: [PATCH 5/7] Version 1.5.1 --- bodhi.template.last | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bodhi.template.last b/bodhi.template.last index 2953b8e..5c13e61 100644 --- a/bodhi.template.last +++ b/bodhi.template.last @@ -11,7 +11,7 @@ bugs= # Severity: low, medium, high, urgent # This is required for security updates. -# severity=unspecified +severity=high display_name= From 15e78dafb50558b1d13b03897f0a7a989870bfa6 Mon Sep 17 00:00:00 2001 From: Joan Moreau Date: Fri, 12 Nov 2021 13:35:00 +0000 Subject: [PATCH 6/7] Version 1.5.1 --- bodhi.template.last | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 bodhi.template.last diff --git a/bodhi.template.last b/bodhi.template.last deleted file mode 100644 index 5c13e61..0000000 --- a/bodhi.template.last +++ /dev/null @@ -1,42 +0,0 @@ -[ dovecot-fts-xapian-1.5.1-1.fc36 ] - -# bugfix, security, enhancement, newpackage (required) -type=bugfix - -# testing, stable -request=stable - -# Bug numbers: 1234,9876 -bugs= - -# Severity: low, medium, high, urgent -# This is required for security updates. -severity=high - -display_name= - - -# Here is where you give an explanation of your update. -# Content can span multiple lines, as long as they are indented deeper than -# the first line. For example, -# notes=first line -# second line -# and so on -notes=Fixed preprocessor issue - -# Enable request automation based on the stable/unstable karma thresholds -autokarma=True -stable_karma=3 -unstable_karma=-3 - -# Automatically close bugs when this marked as stable -close_bugs=True - -# Suggest that users restart after update -suggest_reboot=False - -# A boolean to require that all of the bugs in your update have been confirmed by testers. -require_bugs=True - -# A boolean to require that this update passes all test cases before reaching stable. -require_testcases=True From 73bdbf5b9d6ee229069cc88d7aacb6c8be1a0d51 Mon Sep 17 00:00:00 2001 From: Joan Moreau Date: Fri, 12 Nov 2021 13:35:44 +0000 Subject: [PATCH 7/7] Version 1.5.1 --- .gitignore | 1 + sources | 1 + 2 files changed, 2 insertions(+) create mode 100644 sources diff --git a/.gitignore b/.gitignore index 10a0855..eb3b25d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /dovecot-fts-xapian-1.4.12.tar.gz /dovecot-fts-xapian-1.4.13.tar.gz /dovecot-fts-xapian-1.5.0-1.fc35.src.rpm +/dovecot-fts-xapian-1.5.1.tar.gz diff --git a/sources b/sources new file mode 100644 index 0000000..f0378e7 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (dovecot-fts-xapian-1.5.1.tar.gz) = ad5512ea703a49d0dffe3a18ff890570650019831c9742a3db2d5c58bb9d4254e0709e7abe5cd9d80c991a3ce621eb9e8fcc89a27b4af7f569238821a684d7cd