From a3bafdb36431d3b2c1acd5fc2c6b1e2dd12594ea Mon Sep 17 00:00:00 2001 From: Damien Stuart Date: Sat, 30 Oct 2010 16:19:54 +0000 Subject: [PATCH] Needed to bump libfko revision to 2 do identify as part of newer dist. git-svn-id: file:///home/mbr/svn/fwknop/trunk@295 510a4753-2344-4c79-9c09-4d669213fbeb --- fwknop.spec | 4 ++-- lib/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fwknop.spec b/fwknop.spec index bc2a0b77..4d122b12 100644 --- a/fwknop.spec +++ b/fwknop.spec @@ -31,13 +31,13 @@ Requires: libfko %package -n libfko -Version: 0.0.1 +Version: 0.0.2 Summary: The fwknop library Group: Development/Libraries Requires: gpg, gpgme %package -n libfko-devel -Version: 0.0.1 +Version: 0.0.2 Summary: The fwknop library header and API docs Group: Development/Libraries Requires: libfko diff --git a/lib/Makefile.am b/lib/Makefile.am index 0dea89a7..5ae0f39a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -11,7 +11,7 @@ libfko_source_files = \ libfko_la_SOURCES = $(libfko_source_files) -libfko_la_LDFLAGS = -version-info 0:1:0 $(GPGME_LIBS) +libfko_la_LDFLAGS = -version-info 0:2:0 $(GPGME_LIBS) AM_CPPFLAGS = $(GPGME_CFLAGS)