[notmuch] Update to upstream release 0.19

Jamie Nguyen jamielinux at fedoraproject.org
Sat Nov 29 21:58:30 UTC 2014


commit e0439e413a36bc0027b44119aaac4e83ee058ffa
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sat Nov 29 20:53:16 2014 +0000

    Update to upstream release 0.19

 .gitignore                   |    3 +++
 notmuch-0.19.tar.gz.sha1     |    1 +
 notmuch-0.19.tar.gz.sha1.asc |   16 ++++++++++++++++
 notmuch.spec                 |   12 +++++++++---
 sources                      |    4 +++-
 5 files changed, 32 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 80aca10..5bf7c11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,6 @@
 /notmuch-0.16.tar.gz
 /notmuch-0.17.tar.gz
 /notmuch-0.18.1.tar.gz
+/notmuch-0.19.tar.gz
+/notmuch-0.19.tar.gz.sha1
+/notmuch-0.19.tar.gz.sha1.asc
diff --git a/notmuch-0.19.tar.gz.sha1 b/notmuch-0.19.tar.gz.sha1
new file mode 100644
index 0000000..60ce52b
--- /dev/null
+++ b/notmuch-0.19.tar.gz.sha1
@@ -0,0 +1 @@
+df023988f67e329357a5e8d00c4f6fc71249b89f  notmuch-0.19.tar.gz
diff --git a/notmuch-0.19.tar.gz.sha1.asc b/notmuch-0.19.tar.gz.sha1.asc
new file mode 100644
index 0000000..cb4644e
--- /dev/null
+++ b/notmuch-0.19.tar.gz.sha1.asc
@@ -0,0 +1,16 @@
+-----BEGIN PGP MESSAGE-----
+Version: GnuPG v1
+
+owGbwMvMwMH4iWm67JLl83QY18QkSeTll+SWJmfoGugZWuqVJBbppVfpFWckGoak
+RWukpBkYGVtaWKSZmacaG1kam5onmqZapBgYJJukmaUlmxsamVgmWVimKShgMYWr
+k3EOCwMjBwMbKxPIMAYuTgGYzcJ2PAxTdBmfrvm2+F7Pw0tSG/91m5ku4WBcsiz4
+bbwEj+CE/TOfHN36ass+zclWLEUdCfoLD6m3+My6zXUv4EFlxiKFUhabVdGhF3ek
+fZ4olifm0Ch4xaom0vjPyzo+Xz1vkdwHkwvuuf58/XiH67M7Lxie8qgzVOi9SnHz
+dhF6dMXty4b9Jw7Kn/Li4/lj58l80CJlxkaX4CsOpxT7J7yuCI97/+h/w4O/jgu1
+k6qv9V0R+7JW2TmlxkQz9nBmrvLMWzmLivRiP9+547yluPuosWzKUY/Yy29iIgPN
+dk64XJlY0KMmULHupYSLod/hiOaSg7Jx0X2h8szHe5RmLzm/wyLqTYypSMFRvlVn
+HX4YXX1909oveLlS4arW1MXZVydzfT2kbnMuNu2Ak0DMC7G5XQyyLvs+P4o16Zsz
+N1Zn/gmpq8/FxAMCGrPtb/errrtqfuzCAv6CaFW2qh1rNH12ZG2TKrqf+vvOZ0fO
+mnXtcm9cf5R73uxar3yH7fHzb63hLSsvn+95F3re74CdkZB5RJXT+xUJYgA=
+=nau0
+-----END PGP MESSAGE-----
diff --git a/notmuch.spec b/notmuch.spec
index 85ee365..daf4ee9 100644
--- a/notmuch.spec
+++ b/notmuch.spec
@@ -1,13 +1,15 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: notmuch
-Version: 0.18.1
-Release: 4%{?dist}
+Version: 0.19
+Release: 1%{?dist}
 Summary: System for indexing, searching, and tagging email
 Group: Applications/Internet
 License: GPLv3+
 URL: http://notmuchmail.org/
 Source0: http://notmuchmail.org/releases/notmuch-%{version}.tar.gz
+Source1: http://notmuchmail.org/releases/notmuch-%{version}.tar.gz.sha1
+Source2: http://notmuchmail.org/releases/notmuch-%{version}.tar.gz.sha1.asc
 BuildRequires: xapian-core-devel gmime-devel libtalloc-devel
 BuildRequires: zlib-devel emacs-el emacs-nox perl python2-devel
 BuildRequires: perl-podlators
@@ -167,6 +169,7 @@ popd
 %{_datadir}/zsh/functions/Completion/Unix/_notmuch
 %{_bindir}/notmuch
 %{_mandir}/man1/notmuch.1*
+%{_mandir}/man1/notmuch-address.1*
 %{_mandir}/man1/notmuch-config.1*
 %{_mandir}/man1/notmuch-count.1*
 %{_mandir}/man1/notmuch-dump.1*
@@ -181,7 +184,7 @@ popd
 %{_mandir}/man1/notmuch-compact.1*
 %{_mandir}/man5/notmuch*.5*
 %{_mandir}/man7/notmuch*.7*
-%{_libdir}/libnotmuch.so.3*
+%{_libdir}/libnotmuch.so.4*
 
 %files devel
 %{_libdir}/libnotmuch.so
@@ -208,6 +211,9 @@ popd
 %{_datadir}/doc/notmuch-deliver/README.mkd
 
 %changelog
+* Sat Nov 29 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.19-1
+- update to upstream release 0.19
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.18.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 97a2660..1ddbf88 100644
--- a/sources
+++ b/sources
@@ -1 +1,3 @@
-12150aefea58ed0922b48c9494f17ddd  notmuch-0.18.1.tar.gz
+4ff0e560534dfcd48159b96233640239  notmuch-0.19.tar.gz
+76ef20a0bf047b271cd75d48957f89f8  notmuch-0.19.tar.gz.sha1
+5ccf84c763c0b5cb77a07c8820ad9a20  notmuch-0.19.tar.gz.sha1.asc


More information about the scm-commits mailing list