Rebase to 1.1.18
This commit is contained in:
parent
7aca2d822d
commit
40e99385ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ libservicelog-1.1.9.tar.gz
|
|||||||
/libservicelog-1.1.15.tar.gz
|
/libservicelog-1.1.15.tar.gz
|
||||||
/libservicelog-1.1.16.tar.gz
|
/libservicelog-1.1.16.tar.gz
|
||||||
/libservicelog-1.1.17.tar.gz
|
/libservicelog-1.1.17.tar.gz
|
||||||
|
/libservicelog-1.1.18.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
diff --git a/Makefile.am b/Makefile.am
|
diff --git a/Makefile.am b/Makefile.am
|
||||||
index 2a4db16..f4ca0b3 100644
|
index 785da44..3c05b67 100644
|
||||||
--- a/Makefile.am
|
--- a/Makefile.am
|
||||||
+++ b/Makefile.am
|
+++ b/Makefile.am
|
||||||
@@ -42,7 +42,7 @@ AM_YFLAGS = -d -p v29nfy_
|
@@ -42,7 +42,7 @@ AM_YFLAGS = -d -p v29nfy_
|
||||||
@ -9,5 +9,5 @@ index 2a4db16..f4ca0b3 100644
|
|||||||
- @GENERIC_API_VERSION@ -release @GENERIC_RELEASE@
|
- @GENERIC_API_VERSION@ -release @GENERIC_RELEASE@
|
||||||
+ @GENERIC_API_VERSION@ -release @GENERIC_RELEASE@ $(AM_LDFLAGS)
|
+ @GENERIC_API_VERSION@ -release @GENERIC_RELEASE@ $(AM_LDFLAGS)
|
||||||
|
|
||||||
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
check_PROGRAMS = src/tests/test_libservicelog
|
||||||
libtool: $(LIBTOOL_DEPS)
|
src_tests_test_libservicelog_SOURCES = src/tests/test_libservicelog.c
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libservicelog
|
Name: libservicelog
|
||||||
Version: 1.1.17
|
Version: 1.1.18
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Servicelog Database and Library
|
Summary: Servicelog Database and Library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -76,6 +76,9 @@ getent group service >/dev/null || /usr/sbin/groupadd -r service
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 13 2017 Sinny Kumari <sinnykumari@fedoraproject.org> - 1.1.18-1
|
||||||
|
- Rebase to 1.1.18
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.17-3
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.17-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libservicelog-1.1.17.tar.gz) = ca9781bb6f998bb2cec94543dbfe77ceaaf14a0742fa86d3dad47ef0ca7618ae35ab81e12365121c4696dcd30f6af8df83dac5e38a9e17b0009f6b70df02f5ad
|
SHA512 (libservicelog-1.1.18.tar.gz) = a9c4a8c778c257cf9df3d35652d707ef5ff1df1bf40484a7c23bd547127d2eb0f3465ae524e2c4ab3cd67946431ed98ec876e8b4332b5f27df2e927309fd05f2
|
||||||
|
Loading…
Reference in New Issue
Block a user