Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package notmuch for openSUSE:Factory checked 
in at 2024-05-21 18:36:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notmuch (Old)
 and      /work/SRC/openSUSE:Factory/.notmuch.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notmuch"

Tue May 21 18:36:38 2024 rev:46 rq:1175364 version:0.38.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/notmuch/notmuch.changes  2024-01-29 
22:29:20.550155018 +0100
+++ /work/SRC/openSUSE:Factory/.notmuch.new.1880/notmuch.changes        
2024-05-21 18:37:11.104018775 +0200
@@ -1,0 +2,8 @@
+Sat May 18 15:18:13 UTC 2024 - Andreas Stieger <[email protected]>
+
+- update to 0.38.3:
+  * Fix a bug in configuration code that caused the notmuch command
+    to erroneously report "Error: could not locate database" under
+    some circumstances
+
+-------------------------------------------------------------------

Old:
----
  notmuch-0.38.2.tar.xz
  notmuch-0.38.2.tar.xz.asc

New:
----
  notmuch-0.38.3.tar.xz
  notmuch-0.38.3.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ notmuch.spec ++++++
--- /var/tmp/diff_new_pack.vruX45/_old  2024-05-21 18:37:11.832045480 +0200
+++ /var/tmp/diff_new_pack.vruX45/_new  2024-05-21 18:37:11.836045626 +0200
@@ -2,6 +2,7 @@
 # spec file for package notmuch
 #
 # Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2024 Andreas Stieger <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +19,7 @@
 
 %define libversion 5
 Name:           notmuch
-Version:        0.38.2
+Version:        0.38.3
 Release:        0
 Summary:        The mail indexer
 License:        GPL-3.0-or-later
@@ -132,7 +133,7 @@
 %endif
 
 %prep
-%autosetup
+%autosetup -p1
 
 %build
 #hand-made configure script
@@ -205,8 +206,7 @@
 %endif
 # {with tests}
 
-%post -n libnotmuch%{libversion} -p /sbin/ldconfig
-%postun -n libnotmuch%{libversion} -p /sbin/ldconfig
+%ldconfig_scriptlets -n libnotmuch%{libversion}
 
 %files
 %doc AUTHORS NEWS README
@@ -221,29 +221,35 @@
 %{_mandir}/man7/%{name}-sexp-queries.7%{?ext_man}
 
 %files -n libnotmuch%{libversion}
+%license COPYING COPYING-GPL-3
 %{_libdir}/libnotmuch.so.%{libversion}*
 
 %files devel
+%license COPYING COPYING-GPL-3
 %{_includedir}/%{name}.h
 %{_libdir}/libnotmuch.so
 
 %files doc
+%license COPYING COPYING-GPL-3
 %{_infodir}/nmbug.info%{?ext_info}
 %{_infodir}/%{name}.info%{?ext_info}
 %{_infodir}/%{name}-*.info%{?ext_info}
 
 %if %{with python3}
 %files -n python3-%{name}
+%license COPYING COPYING-GPL-3
 %doc bindings/python/README
 %{python3_sitelib}/%{name}/
 %{python3_sitelib}/%{name}*egg-info
 
 %files -n python-%{name}-doc
+%license COPYING COPYING-GPL-3
 %doc bindings/python3/docs/build/dirhtml/
 %endif
 
 %if %{with emacs}
 %files emacs
+%license COPYING COPYING-GPL-3
 %{_datadir}/emacs/site-lisp/
 %exclude %{_datadir}/applications/
 %endif

++++++ notmuch-0.38.2.tar.xz -> notmuch-0.38.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notmuch-0.38.2/NEWS new/notmuch-0.38.3/NEWS
--- old/notmuch-0.38.2/NEWS     2023-12-01 12:51:40.000000000 +0100
+++ new/notmuch-0.38.3/NEWS     2024-03-10 03:51:31.000000000 +0100
@@ -1,3 +1,13 @@
+Notmuch 0.38.3 (2024-03-09)
+===========================
+
+CLI
+---
+
+Fix a bug in configuration code that caused the notmuch command to
+erroneously report "Error: could not locate database" under some
+circumstances.
+
 Notmuch 0.38.2 (2023-12-01)
 ===========================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notmuch-0.38.2/bindings/python/notmuch/version.py 
new/notmuch-0.38.3/bindings/python/notmuch/version.py
--- old/notmuch-0.38.2/bindings/python/notmuch/version.py       2023-12-01 
12:51:40.000000000 +0100
+++ new/notmuch-0.38.3/bindings/python/notmuch/version.py       2024-03-10 
03:51:31.000000000 +0100
@@ -1,3 +1,3 @@
 # this file should be kept in sync with ../../../version
-__VERSION__ = '0.38.2'
+__VERSION__ = '0.38.3'
 SOVERSION = '5'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notmuch-0.38.2/debian/changelog 
new/notmuch-0.38.3/debian/changelog
--- old/notmuch-0.38.2/debian/changelog 2023-12-01 12:51:40.000000000 +0100
+++ new/notmuch-0.38.3/debian/changelog 2024-03-10 03:51:31.000000000 +0100
@@ -1,3 +1,17 @@
+notmuch (0.38.3-1) unstable; urgency=medium
+
+  * New upstream bugfix release
+
+ -- David Bremner <[email protected]>  Sat, 09 Mar 2024 22:49:01 -0400
+
+notmuch (0.38.3-1) unstable; urgency=medium
+
+  * New upstream bugfix release
+  * Bug fix: "Recommends transitional package gnupg-agent instead of
+    gpg-agent", thanks to Andreas Metzler (Closes: #1064114).
+
+ -- David Bremner <[email protected]>  Sat, 17 Feb 2024 09:03:50 -0400
+
 notmuch (0.38.2-1) unstable; urgency=medium
 
   * New upstream bugfix release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notmuch-0.38.2/debian/control 
new/notmuch-0.38.3/debian/control
--- old/notmuch-0.38.2/debian/control   2023-12-01 12:51:40.000000000 +0100
+++ new/notmuch-0.38.3/debian/control   2024-03-10 03:51:31.000000000 +0100
@@ -55,7 +55,7 @@
  ${shlibs:Depends},
 Recommends:
  elpa-notmuch | notmuch-vim | notmuch-mutt | alot,
- gnupg-agent,
+ gpg-agent,
  gpgsm,
 Suggests:
  mailscripts,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notmuch-0.38.2/doc/conf.py 
new/notmuch-0.38.3/doc/conf.py
--- old/notmuch-0.38.2/doc/conf.py      2023-12-01 12:51:40.000000000 +0100
+++ new/notmuch-0.38.3/doc/conf.py      2024-03-10 03:51:31.000000000 +0100
@@ -16,7 +16,7 @@
 
 # General information about the project.
 project = u'notmuch'
-copyright = u'2009-2023, Carl Worth and many others'
+copyright = u'2009-2024, Carl Worth and many others'
 
 location = os.path.dirname(__file__)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notmuch-0.38.2/lib/open.cc 
new/notmuch-0.38.3/lib/open.cc
--- old/notmuch-0.38.2/lib/open.cc      2023-12-01 12:51:40.000000000 +0100
+++ new/notmuch-0.38.3/lib/open.cc      2024-03-10 03:51:31.000000000 +0100
@@ -249,6 +249,11 @@
        return NOTMUCH_STATUS_NO_DATABASE;
     }
 
+    if (*message) {
+       free (*message);
+       *message = NULL;
+    }
+
     return NOTMUCH_STATUS_SUCCESS;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notmuch-0.38.2/test/T055-path-config.sh 
new/notmuch-0.38.3/test/T055-path-config.sh
--- old/notmuch-0.38.2/test/T055-path-config.sh 2023-12-01 12:51:40.000000000 
+0100
+++ new/notmuch-0.38.3/test/T055-path-config.sh 2024-03-10 03:51:31.000000000 
+0100
@@ -374,6 +374,11 @@
           notmuch new
           test_expect_equal "$(xapian-metadata get ${XAPIAN_PATH} version)" 3
           ;;
+       home_mail|maildir_env)
+          test_begin_subtest "No errors from config list ($config)"
+          notmuch config list 2>OUTPUT 1>/dev/null
+          test_expect_equal_file /dev/null OUTPUT
+          ;;
        *)
           backup_database
           test_begin_subtest ".notmuch without xapian/ handled gracefully 
($config)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notmuch-0.38.2/version.txt 
new/notmuch-0.38.3/version.txt
--- old/notmuch-0.38.2/version.txt      2023-12-01 12:51:40.000000000 +0100
+++ new/notmuch-0.38.3/version.txt      2024-03-10 03:51:31.000000000 +0100
@@ -1 +1 @@
-0.38.2
+0.38.3

Reply via email to