update to latest upstream 1.1.11

This commit is contained in:
Jiri Skala 2011-08-08 16:25:17 +02:00
parent b1401b6232
commit 5f4670c4c2
3 changed files with 10 additions and 10 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
libservicelog-1.1.9.tar.gz
/libservicelog-1.1.11.tar.gz

View File

@ -1,6 +1,6 @@
Name: libservicelog
Version: 1.1.9
Release: 5%{?dist}
Version: 1.1.11
Release: 1%{?dist}
Summary: Servicelog Database and Library
Group: System Environment/Libraries
@ -20,11 +20,8 @@ ExclusiveArch: ppc ppc64
# Don't use non existin group during install
Patch0: libservicelog-1.1.9-install.patch
# Added missing include
Patch1: libservicelog-1.1.9-include.patch
# Link with needed libraries
Patch2: libservicelog-1.1.9-libs.patch
Patch1: libservicelog-1.1.9-libs.patch
%description
The libservicelog package contains a library to create and maintain a
@ -44,10 +41,9 @@ Contains header files for building with libservicelog.
%prep
%setup -q -n %{name}-1.1
%setup -q
%patch0 -p1 -b .install
%patch1 -p1 -b .include
%patch2 -p1 -b .libs
%patch1 -p1 -b .libs
%build
autoreconf -fiv
@ -87,6 +83,9 @@ getent group service >/dev/null || /usr/sbin/groupadd service
%changelog
* Mon Aug 08 2011 Jiri Skala <jskala@redhat.com> - 1.1.11-1
- update to latest upstream 1.1.11
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
20f39a9b2ca24d8a95607e50d2d83cf7 libservicelog-1.1.9.tar.gz
7a65aa1fd1b524f8878b256f1527ca9a libservicelog-1.1.11.tar.gz