[monotone] - Update to 0.48.1. - Add patch from upstream to support newer sqlite.

Thomas Moschny thm at fedoraproject.org
Wed Oct 27 15:46:13 UTC 2010


commit 9589e206d00460700984d60ea0ea71e7be6660fd
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Wed Oct 27 17:45:36 2010 +0200

    - Update to 0.48.1.
    - Add patch from upstream to support newer sqlite.

 .gitignore    |    1 +
 monotone.spec |    8 +++++++-
 sources       |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb87ca6..cf0d8d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 monotone-0.48.tar.gz
+/monotone-0.48.1.tar.gz
diff --git a/monotone.spec b/monotone.spec
index 4688ed1..ecc3be3 100644
--- a/monotone.spec
+++ b/monotone.spec
@@ -1,5 +1,5 @@
 Name: monotone
-Version: 0.48
+Version: 0.48.1
 Release: 1%{?dist}
 
 Summary: A free, distributed version control system
@@ -11,6 +11,7 @@ Source0: http://monotone.ca/downloads/%{version}/%{name}-%{version}.tar.gz
 Source1: monotone.init
 Source2: monotone.sysconfig
 Source3: README.monotone-server
+Patch0: monotone-sqlite-3.7.3.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -64,6 +65,7 @@ and then pass commands to it.
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 %configure
@@ -188,6 +190,10 @@ fi
 
 
 %changelog
+* Wed Oct 27 2010 Thomas Moschny <thomas.moschny at gmx.de> - 0.48.1-1
+- Update to 0.48.1.
+- Add patch from upstream to support newer sqlite.
+
 * Mon Jun 14 2010 Thomas Moschny <thomas.moschny at gmx.de> - 0.48-1
 - Update to 0.48.
 
diff --git a/sources b/sources
index f894a39..e6505fd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-330a1fe1d92c899d1ad539606f85a9f8  monotone-0.48.tar.gz
+b5fa9e3b02ca3dcaf58fb7a2519ef956  monotone-0.48.1.tar.gz


More information about the scm-commits mailing list