Update to latest upstream 1.1.15
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
This commit is contained in:
parent
bb0dab0267
commit
c746534abe
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ libservicelog-1.1.9.tar.gz
|
||||
/libservicelog-1.1.11.tar.gz
|
||||
/libservicelog-1.1.13.tar.gz
|
||||
/libservicelog-1.1.14.tar.gz
|
||||
/libservicelog-1.1.15.tar.gz
|
||||
|
||||
@ -1,12 +1,13 @@
|
||||
diff -up libservicelog-1.1/src/Makefile.am.libs libservicelog-1.1/src/Makefile.am
|
||||
--- libservicelog-1.1/src/Makefile.am.libs 2010-05-17 13:24:46.297064301 -0400
|
||||
+++ libservicelog-1.1/src/Makefile.am 2010-05-17 13:26:07.737064638 -0400
|
||||
@@ -34,7 +34,7 @@ pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = servicelog-1.pc
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 2a4db16..f4ca0b3 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -42,7 +42,7 @@ AM_YFLAGS = -d -p v29nfy_
|
||||
AM_LFLAGS = -Pv29nfy_ -olex.yy.c
|
||||
|
||||
libservicelog_la_LDFLAGS = -module -version-info \
|
||||
- @GENERIC_API_VERSION@ -release @GENERIC_RELEASE@
|
||||
+ @GENERIC_API_VERSION@ -release @GENERIC_RELEASE@ $(AM_LDFLAGS)
|
||||
|
||||
AM_CFLAGS = -Wall -g -DDEST_DIR='"${exec_prefix}"'
|
||||
AM_LDFLAGS = -lsqlite3 -lrtas -lrtasevent
|
||||
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
||||
libtool: $(LIBTOOL_DEPS)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libservicelog
|
||||
Version: 1.1.14
|
||||
Release: 8%{?dist}
|
||||
Version: 1.1.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Servicelog Database and Library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -77,6 +77,9 @@ getent group service >/dev/null || /usr/sbin/groupadd service
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 22 2014 Vasant Hegde <hegdevasant@fedoraproject.org> - 1.1.15
|
||||
- Update to latest upstream 1.1.15
|
||||
|
||||
* Fri Aug 01 2014 Brent Baude <bbaude@redhat.com> - 1.1.14-8
|
||||
- NVR bump for Fedora 21 build on merged koji
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user