Update to latest upstream 1.1.13

This commit is contained in:
Vasant Hegde 2013-05-18 19:00:31 +05:30
parent e037567ffd
commit d845c74f41
3 changed files with 10 additions and 9 deletions

1
.gitignore vendored
View File

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

View File

@ -1,6 +1,6 @@
Name: libservicelog
Version: 1.1.11
Release: 4%{?dist}
Version: 1.1.13
Release: 1%{?dist}
Summary: Servicelog Database and Library
Group: System Environment/Libraries
@ -17,11 +17,8 @@ BuildRequires: sqlite-devel autoconf libtool bison librtas-devel flex
ExclusiveArch: ppc ppc64
# Don't use non existin group during install
Patch0: libservicelog-1.1.9-install.patch
# Link with needed libraries
Patch1: libservicelog-1.1.9-libs.patch
Patch0: libservicelog-1.1.9-libs.patch
%description
The libservicelog package contains a library to create and maintain a
@ -42,8 +39,7 @@ Contains header files for building with libservicelog.
%prep
%setup -q
%patch0 -p1 -b .install
%patch1 -p1 -b .libs
%patch0 -p1 -b .libs
%build
autoreconf -fiv
@ -79,10 +75,14 @@ getent group service >/dev/null || /usr/sbin/groupadd service
%defattr(-,root,root,-)
%{_includedir}/servicelog-1
%{_libdir}/*.so
%{_libdir}/*.la
%{_libdir}/pkgconfig/servicelog-1.pc
%changelog
* Sat May 18 2013 Vasant Hegde <hegdevasant@fedoraproject.org> - 1.1.13
- Update to latest upstream 1.1.13
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
7a65aa1fd1b524f8878b256f1527ca9a libservicelog-1.1.11.tar.gz
592ed983a22889f14024c3177137cbab libservicelog-1.1.13.tar.gz