Hello community,

here is the log from the commit of package notmuch for openSUSE:Factory checked 
in at 2015-02-05 11:01:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notmuch (Old)
 and      /work/SRC/openSUSE:Factory/.notmuch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notmuch"

Changes:
--------
--- /work/SRC/openSUSE:Factory/notmuch/notmuch.changes  2013-02-19 
14:03:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.notmuch.new/notmuch.changes     2015-02-05 
11:01:31.000000000 +0100
@@ -1,0 +2,54 @@
+Wed Feb  4 21:14:54 UTC 2015 - mvysko...@opensuse.org
+
+- workaround a source checker issue by moving bcond macros behind
+  Name and Version tag
+
+-------------------------------------------------------------------
+Fri Jan 30 00:00:01 CET 2015 - dste...@suse.cz
+
+- readd the signature file and update keyring
+
+-------------------------------------------------------------------
+Fri Jan 30 00:00:00 CET 2015 - dste...@suse.cz
+
+- spec updates
+  - remove gpg checks (broken) and the related files
+  - define lib version
+- version 0.19
+  - Stopped notmuch dump failing if someone writes to the database
+  - notmuch insert requires succesful message indexing for success status
+  - notmuch insert has gained support for post-insert hook
+  - notmuch deliver is deprecated
+  - notmuch search now supports --duplicate=N option with --output=messages
+  - Added notmuch address subcommand
+- versions 0.18.1, 0.18.2
+  - This is a bug fix and portability release
+  - Resurrect support for single-message mbox files
+- version 0.18
+  - The folder: search prefix now requires an exact match
+  - There is a new path: search prefix
+  - Notmuch database upgrade due to folder: and path: changes
+  - Support for indexing mbox files has been dropped
+  - notmuch dump now defaults to batch-tag format
+  - notmuch new has a --quiet option
+  - notmuch insert respects maildir.synchronize_flags config option
+- version 0.17
+  - Incompatible change in SHA1 computation
+  - New options to better support handling duplicate messages
+  - Improved notmuch new performance for unchanged folders
+  - notmuch reply --format=text RFC 2047-encodes headers
+  - notmuch compact command
+  - emacs interface:
+    - notmuch-tree (formerly notmuch-pick) has been added to mainline
+    - The notmuch-tag function now requires a list of tag changes
+    - Fixed notmuch-reply putting reply in primary selection
+    - Fixed notmuch-mua-reply point placement when signature involved
+- version 0.16
+  - Support for delivering messages to Maildir
+  - notmuch count --batch option
+  - notmuch tag option to remove all tags from matching messages
+  - Decrypting commands explicitly expect a gpg-agent
+  - Bash command-line completion
+  - many emacs interface updates
+
+-------------------------------------------------------------------

Old:
----
  notmuch-0.15.2.tar.gz
  notmuch-0.15.2.tar.gz.sha1.asc

New:
----
  notmuch-0.19.tar.gz
  notmuch-0.19.tar.gz.sha1
  notmuch-0.19.tar.gz.sha1.asc

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

Other differences:
------------------
++++++ notmuch.spec ++++++
--- /var/tmp/diff_new_pack.Q4gXSr/_old  2015-02-05 11:01:34.000000000 +0100
+++ /var/tmp/diff_new_pack.Q4gXSr/_new  2015-02-05 11:01:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package 
+# spec file for package notmuch
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+Name:           notmuch
+Version:        0.19
+Release:        0
+Summary:        The mail indexer
+License:        GPL-3.0+
+Group:          Productivity/Networking/Email/Utilities
+Url:            http://notmuchmail.org
+Source0:        http://notmuchmail.org/releases/%{name}-%{version}.tar.gz
+Source1:        http://notmuchmail.org/releases/%{name}-%{version}.tar.gz.sha1
+Source2:        
http://notmuchmail.org/releases/%{name}-%{version}.tar.gz.sha1.asc
+Source3:        notmuch.keyring
+
 %{bcond_without python}
 %{bcond_without python3}
 %{bcond_without emacs}
@@ -23,33 +36,20 @@
 %{bcond_with ruby}
 %{bcond_with go}
 
-Name:           notmuch
-Version:        0.15.2
-Release:        0
-License:        GPL-3.0+
-Summary:        The mail indexer
-Url:            http://notmuchmail.org
-Group:          Productivity/Networking/Email/Utilities
-Source0:        http://notmuchmail.org/releases/%{name}-%{version}.tar.gz
-Source1:        
http://notmuchmail.org/releases/%{name}-%{version}.tar.gz.sha1.asc
-Source2:        notmuch.keyring
+%define libversion 4
 
 BuildRequires:  libxapian-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(gmime-2.6)
 BuildRequires:  pkgconfig(talloc)
 
-%if 0%{?suse_version} >= 1230
-BuildRequires:  gpg-offline
-%endif
-
 %if %{with emacs}
 BuildRequires:  emacs-el
 BuildRequires:  emacs-nox
 %endif
 %if %{with python}
-BuildRequires:  python-devel
 BuildRequires:  python-Sphinx
+BuildRequires:  python-devel
 %endif
 %if %{with python3}
 BuildRequires:  python3-devel
@@ -94,17 +94,17 @@
 %package devel
 Summary:    Development files for %{name}
 Group:      Development/Libraries/C and C++
-Requires:   libnotmuch3 = %{version}-%{release}
+Requires:       libnotmuch%{libversion} = %{version}-%{release}
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
-%package -n libnotmuch3
+%package -n libnotmuch%{libversion}
 Summary:    A shared library for %{name}
 Group:      Productivity/Networking/Email/Utilities
 
-%description -n libnotmuch3
+%description -n libnotmuch%{libversion}
 The libnotmuch3 package contains shared libraries for %{name}.
 
 %if %{with python}
@@ -155,9 +155,6 @@
 %endif
 
 %prep
-%if 0%{?suse_version} >= 1230
-%gpg_verify %{S:1}
-%endif
 %setup -q
 
 %build
@@ -216,21 +213,20 @@
 popd
 %endif
 
-%post -n libnotmuch3 -p /sbin/ldconfig
-%postun -n libnotmuch3 -p /sbin/ldconfig
+%post -n libnotmuch%{libversion} -p /sbin/ldconfig
+%postun -n libnotmuch%{libversion} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING COPYING-GPL-3 NEWS README
 %{_bindir}/%{name}
-%{_sysconfdir}/bash_completion.d/%{name}
 %{_mandir}/man1/%{name}*.1*
 %{_mandir}/man5/%{name}-hooks.5*
 %{_mandir}/man7/%{name}-search-terms.7*
 
-%files -n libnotmuch3
+%files -n libnotmuch%{libversion}
 %defattr(-,root,root)
-%{_libdir}/libnotmuch.so.3*
+%{_libdir}/libnotmuch.so.%{libversion}*
 
 %files devel
 %defattr(-,root,root)

++++++ notmuch-0.15.2.tar.gz -> notmuch-0.19.tar.gz ++++++
++++ 55968 lines of diff (skipped)

++++++ notmuch-0.15.2.tar.gz.sha1.asc -> notmuch-0.19.tar.gz.sha1 ++++++
--- /work/SRC/openSUSE:Factory/notmuch/notmuch-0.15.2.tar.gz.sha1.asc   
2013-02-19 14:03:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.notmuch.new/notmuch-0.19.tar.gz.sha1    
2015-02-05 11:01:31.000000000 +0100
@@ -1,11 +1 @@
------BEGIN PGP MESSAGE-----
-Version: GnuPG v1.4.12 (GNU/Linux)
-
-owGbwMvMwMTop9H731Xt80zGNQlJUnn5JbmlyRm6BnqGpnpGeiWJRXrpVXrFGYmG
-gQq/3yQnpSWnpVqYmBimpKSmGBmZWaQkGpmbGKQmmackmiSbGlgmG1lYJiUpKGA1
-h6tjDgsDIxMDGysTyDQGLk4BmOX2bcz/vZT+6jLWH4ntfZrlZrnRIG3N08V39rt4
-eehJLuQuPnXxylZXznM7Xn3QuSMla/0k+okJT5RhoqZjfzE729zP1mqcO6Y4t/de
-qWpZ0V7PfpVln7XAt6v392h9aZkzSWtXgbUe57lJ795xxuXopuozxM5j/lV4cyvz
-8QN3Y57ctJPYpeZ01UAcAA==
-=RsHV
------END PGP MESSAGE-----
+df023988f67e329357a5e8d00c4f6fc71249b89f  notmuch-0.19.tar.gz

++++++ notmuch.keyring ++++++
++++ 2781 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/notmuch/notmuch.keyring
++++ and /work/SRC/openSUSE:Factory/.notmuch.new/notmuch.keyring

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to