[libcsv] Fixed trailing white space in fix-soname-version.patch

Jan Holcapek holcapek at fedoraproject.org
Fri Jun 20 07:05:54 UTC 2014


commit 4935c7819253955603732396b07e1d9813697bd4
Author: Jan Holcapek <holcapek at gmail.com>
Date:   Fri Jun 20 09:05:28 2014 +0200

    Fixed trailing white space in fix-soname-version.patch

 fix-soname-version.patch |    6 ++++--
 libcsv.spec              |    5 ++++-
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/fix-soname-version.patch b/fix-soname-version.patch
index cfb66ca..01f8da8 100644
--- a/fix-soname-version.patch
+++ b/fix-soname-version.patch
@@ -1,11 +1,13 @@
 --- ./Makefile.in.orig	2014-06-16 10:50:44.870000000 +0200
 +++ ./Makefile.in	2014-06-16 10:51:02.004000000 +0200
-@@ -235,7 +235,7 @@
+@@ -235,8 +235,8 @@
  top_srcdir = @top_srcdir@
  lib_LTLIBRARIES = libcsv.la
  libcsv_la_SOURCES = libcsv.c
 -libcsv_la_LDFLAGS = -version-info 3:2:0
+-libcsv_la_CFLAGS = -Wall -Wextra 
 +libcsv_la_LDFLAGS = -version-info 3:3:0
- libcsv_la_CFLAGS = -Wall -Wextra
++libcsv_la_CFLAGS = -Wall -Wextra
  libcsv_includedir = $(includedir)
  nobase_libcsv_include_HEADERS = csv.h
+ dist_man_MANS = csv.3
diff --git a/libcsv.spec b/libcsv.spec
index 755d33d..406fc2e 100644
--- a/libcsv.spec
+++ b/libcsv.spec
@@ -1,6 +1,6 @@
 Name:		libcsv
 Version:	3.0.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Small, simple and fast CSV library
 
 Group:		Development/Libraries
@@ -55,5 +55,8 @@ make install DESTDIR=%{buildroot}
 %exclude %{_libdir}/libcsv.la
 
 %changelog
+* Thu Jun 19 2014 Jan Holcapek <holcapek at gmail.com> - 3.0.3-2
+- Fixed trailing white space in fix-soname-version.patch.
+
 * Fri Jun 13 2014 Jan Holcapek <holcapek at gmail.com> - 3.0.3-1
 - Initial build.


More information about the scm-commits mailing list