[notmuch] Update to notmuch 0.9

Luke Macken lmacken at fedoraproject.org
Fri Oct 21 02:31:21 UTC 2011


commit a72944da6e2327e25752d3fca1efbc02bb629f6f
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Oct 20 22:31:16 2011 -0400

    Update to notmuch 0.9

 .gitignore   |    1 +
 notmuch.spec |    9 ++++++---
 sources      |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7432a07..d91b8fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /notmuch-0.5.tar.gz
 /notmuch-0.6.1.tar.gz
+/notmuch-0.9.tar.gz
diff --git a/notmuch.spec b/notmuch.spec
index 853a82f..9bda2da 100644
--- a/notmuch.spec
+++ b/notmuch.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: notmuch
-Version: 0.6.1
-Release: 2%{?dist}
+Version: 0.9
+Release: 1%{?dist}
 Summary: System for indexing, searching, and tagging email
 Group: Applications/Internet
 License: GPLv3+
@@ -108,7 +108,7 @@ popd
 %{_datadir}/zsh/functions/Completion/Unix/_notmuch
 %{_bindir}/notmuch
 %{_mandir}/man1/notmuch.1*
-%{_libdir}/libnotmuch.so.1*
+%{_libdir}/libnotmuch.so.2*
 
 %files devel
 %{_libdir}/libnotmuch.so
@@ -126,6 +126,9 @@ popd
 %{python_sitelib}/*
 
 %changelog
+* Thu Oct 20 2011 Luke Macken <lmacken at redhat.com> - 0.9-1
+- Latest upstream release
+
 * Tue Aug 09 2011 Luke Macken <lmacken at redhat.com> - 0.6.1-2
 - Create a subpackage for the Python bindings
 
diff --git a/sources b/sources
index 02f5220..622f144 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2d5123d68a0f770e5afe3c2af9f35a3  notmuch-0.6.1.tar.gz
+714c2fa760bb8c5767b616fd837bfbce  notmuch-0.9.tar.gz


More information about the scm-commits mailing list