[msgpack] Update to 0.5.8-1

Daiki Ueno ueno at fedoraproject.org
Thu Jan 9 08:02:37 UTC 2014


commit 9087936902a1e028540d9580b92057d93896092c
Author: Daiki Ueno <dueno at redhat.com>
Date:   Thu Jan 9 17:02:37 2014 +0900

    Update to 0.5.8-1

 .gitignore                                    |    1 +
 msgpack-fix-decode-on-bigendian-systems.patch |   55 -------------------------
 msgpack-gtest-implicit-dso.patch              |   12 -----
 msgpack.spec                                  |   15 ++++---
 sources                                       |    2 +-
 5 files changed, 10 insertions(+), 75 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cf66fdd..0f6049b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /msgpack-0.5.7.tar.gz
+/msgpack-0.5.8.tar.gz
diff --git a/msgpack.spec b/msgpack.spec
index e8ef4f9..9d7f583 100644
--- a/msgpack.spec
+++ b/msgpack.spec
@@ -1,14 +1,12 @@
 Name:		msgpack
-Version:	0.5.7
-Release:	5%{?dist}
+Version:	0.5.8
+Release:	1%{?dist}
 Summary:	Binary-based efficient object serialization library
 Group:		System Environment/Libraries
 
 License:	ASL 2.0
 URL:		http://msgpack.org
-Source0:	http://msgpack.org/releases/cpp/%{name}-%{version}.tar.gz
-Patch0:		msgpack-gtest-implicit-dso.patch
-Patch1:		msgpack-fix-decode-on-bigendian-systems.patch
+Source0:	https://github.com/msgpack/msgpack-c/releases/download/cpp-%{version}/%{name}-%{version}.tar.gz
 
 # for regenerating configure
 BuildRequires:	libtool
@@ -33,8 +31,6 @@ Libraries and header files for %{name}
 
 %prep
 %setup -q
-%patch0 -p1 -b .gtest-implicit-dso
-%patch1 -p1 -b .big-endian
 
 
 %build
@@ -64,9 +60,14 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f '{}' ';'
 %files devel
 %{_includedir}/*
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/msgpack.pc
 
 
 %changelog
+* Thu Jan  9 2014 Daiki Ueno <dueno at redhat.com> - 0.5.8-1
+- new upstream release
+- remove patches that are no longer needed
+
 * Tue Aug 27 2013 Dan HorĂ¡k <dan[at]danny.cz> - 0.5.7-5
 - apply upstream fix for big endians
 
diff --git a/sources b/sources
index b78809b..f170746 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-705106a9378c792fe22d285dba5c142c  msgpack-0.5.7.tar.gz
+ea0bee0939d2980c0df91f0e4843ccc4  msgpack-0.5.8.tar.gz


More information about the scm-commits mailing list