[python-instant] Update to version 1.1.0

Jonathan G. Underwood jgu at fedoraproject.org
Fri Jan 25 16:29:36 UTC 2013


commit c94528e8b5953a7bec18c2a3820c15caf85528ba
Author: Jonathan G. Underwood <jonathan.underwood at gmail.com>
Date:   Fri Jan 25 16:29:24 2013 +0000

    Update to version 1.1.0

 .gitignore          |    1 +
 python-instant.spec |    9 ++++++---
 sources             |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 16e8aff..0425c71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 instant-0.9.8.tar.gz
 /instant-0.9.9.tar.gz
 /instant-1.0.0.tar.gz
+/instant-1.1.0.tar.gz
diff --git a/python-instant.spec b/python-instant.spec
index a215dca..1dede32 100644
--- a/python-instant.spec
+++ b/python-instant.spec
@@ -5,14 +5,14 @@
 %global srcname instant
 
 Name:           python-%{srcname}
-Version:        1.0.0
-Release:        2%{?dist}
+Version:        1.1.0
+Release:        1%{?dist}
 Summary:        Python module for instant inlining of C and C++ code
 
 Group:          Applications/Engineering
 License:        BSD
 URL:            http://www.fenicsproject.org
-Source0:        http://launchpad.net/instant/1.0.x/%{version}/+download/%{srcname}-%{version}.tar.gz
+Source0:        http://launchpad.net/instant/1.1.x/%{version}/+download/%{srcname}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -54,6 +54,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jan 25 2013 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 1.1.0-1
+- Update to version 1.1.0
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 93444d2..989e8a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b73ffae5f590eeaaf4682e32a44b36cc  instant-1.0.0.tar.gz
+67986bbc0a4dcb990d6d4981a6605540  instant-1.1.0.tar.gz


More information about the scm-commits mailing list