[libechonest] - Update to 1.1.1

Orcan Ogetbil oget at fedoraproject.org
Mon Jan 31 02:23:51 UTC 2011


commit ee991ca336843f8785e9fb98b2df3361f2dab01b
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sun Jan 30 21:23:44 2011 -0500

    - Update to 1.1.1

 .gitignore       |    1 +
 libechonest.spec |    7 ++++++-
 sources          |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6620309..a9fe91b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libechonest-1.1.0.tar.bz2
+/libechonest-1.1.1.tar.bz2
diff --git a/libechonest.spec b/libechonest.spec
index 8a6fc3e..300a09d 100644
--- a/libechonest.spec
+++ b/libechonest.spec
@@ -1,5 +1,5 @@
 Name:		libechonest
-Version:	1.1.0
+Version:	1.1.1
 Release:	1%{?dist}
 Summary:	C++ wrapper for the Echo Nest API
 
@@ -29,6 +29,8 @@ developing applications that use %{name}.
 %prep
 %setup -q
 
+# There are some harmless warnings that stop the build. Upstream informed on IRC.
+sed -i 's|Werror|Wall|' {,src/}CMakeLists.txt
 
 %build
 mkdir -p %{_target_platform}
@@ -68,5 +70,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 30 2011 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.1.1-1
+- Update to 1.1.1
+
 * Mon Dec 20 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.1.0-1
 - Initial Fedora package
diff --git a/sources b/sources
index 04f5ff4..57856a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1e7730114952a3163fa2041cbfe523d8  libechonest-1.1.0.tar.bz2
+96ca88f1f5d3185b0af0c29ded85163b  libechonest-1.1.1.tar.bz2


More information about the scm-commits mailing list