rpms/libservicelog/devel libservicelog-1.1.9-include.patch, NONE, 1.1 libservicelog-1.1.9-install.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 libservicelog.spec, 1.3, 1.4 sources, 1.2, 1.3 libservicelog-1.0.1-install.patch, 1.1, NONE

Roman Rakus rrakus at fedoraproject.org
Fri May 14 14:11:12 UTC 2010


Author: rrakus

Update of /cvs/pkgs/rpms/libservicelog/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14170

Modified Files:
	.cvsignore libservicelog.spec sources 
Added Files:
	libservicelog-1.1.9-include.patch 
	libservicelog-1.1.9-install.patch 
Removed Files:
	libservicelog-1.0.1-install.patch 
Log Message:
Update to 1.1.9

libservicelog-1.1.9-include.patch:
 v29_notify_gram.y |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE libservicelog-1.1.9-include.patch ---
diff -up libservicelog-1.1/src/v29_notify_gram.y.include libservicelog-1.1/src/v29_notify_gram.y
--- libservicelog-1.1/src/v29_notify_gram.y.include	2010-05-13 17:19:41.000000000 +0200
+++ libservicelog-1.1/src/v29_notify_gram.y	2010-05-13 17:19:55.000000000 +0200
@@ -26,6 +26,7 @@
 #include "../servicelog-1/libservicelog.h"
 #include <malloc.h>
 #include <assert.h>
+#include "v29_notify_gram.h"
 
 static struct v29_sl_notify *notify;
 static int *semantic_errors;

libservicelog-1.1.9-install.patch:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE libservicelog-1.1.9-install.patch ---
diff -up libservicelog-1.1/Makefile.am.install libservicelog-1.1/Makefile.am
--- libservicelog-1.1/Makefile.am.install	2009-10-30 04:32:27.000000000 +0100
+++ libservicelog-1.1/Makefile.am	2010-05-11 14:39:54.000000000 +0200
@@ -19,5 +19,5 @@ library_includedir = ${includedir}/servi
 library_include_HEADERS = servicelog-1/servicelog.h servicelog-1/libservicelog.h
 
 install-exec-hook:
-	install -D --mode=754 --group=service servicelog.db \
+	install -D --mode=754 servicelog.db \
 		${DESTDIR}/var/lib/servicelog/servicelog.db


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libservicelog/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	11 Mar 2009 14:44:42 -0000	1.2
+++ .cvsignore	14 May 2010 14:11:11 -0000	1.3
@@ -1 +1 @@
-libservicelog-1.0.1.tar.gz
+libservicelog-1.1.9.tar.gz


Index: libservicelog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libservicelog/devel/libservicelog.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- libservicelog.spec	25 Jul 2009 08:36:19 -0000	1.3
+++ libservicelog.spec	14 May 2010 14:11:11 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           libservicelog
-Version:        1.0.1
-Release:        3%{?dist}
+Version:        1.1.9
+Release:        1%{?dist}
 Summary:        Servicelog Database and Library
 
 Group:          System Environment/Libraries
@@ -11,9 +11,17 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 Requires(pre):       shadow-utils
 
-BuildRequires:  sqlite-devel autoconf libtool
+BuildRequires:  sqlite-devel autoconf libtool bison librtas-devel flex
 
-Patch0: libservicelog-1.0.1-install.patch
+# because of librtas-devel
+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
 
 %description
 The libservicelog package contains a library to create and maintain a
@@ -33,9 +41,9 @@ Contains header files for building with 
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-1.1
 %patch0 -p1 -b .install
-
+%patch1 -p1 -b .include
 
 %build
 autoreconf -fiv
@@ -75,6 +83,9 @@ getent group service >/dev/null || /usr/
 
 
 %changelog
+* Tue May 11 2010 Roman Rakus <rrakus at redhat.com> - 1.1.9-1
+- Update to 1.1.9
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libservicelog/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	11 Mar 2009 14:44:42 -0000	1.2
+++ sources	14 May 2010 14:11:12 -0000	1.3
@@ -1 +1 @@
-e3280d47a16a29beef586d5b6068a562  libservicelog-1.0.1.tar.gz
+20f39a9b2ca24d8a95607e50d2d83cf7  libservicelog-1.1.9.tar.gz


--- libservicelog-1.0.1-install.patch DELETED ---



More information about the scm-commits mailing list