rpms/prelude-lml/F-8 prelude-lml-0.9.12-pie.patch, NONE, 1.1 prelude-lml.spec, 1.8, 1.9 sources, 1.3, 1.4

Steve Grubb (sgrubb) fedora-extras-commits at redhat.com
Sat Apr 26 19:24:17 UTC 2008


Author: sgrubb

Update of /cvs/pkgs/rpms/prelude-lml/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8067

Modified Files:
	prelude-lml.spec sources 
Added Files:
	prelude-lml-0.9.12-pie.patch 
Log Message:
* Thu Apr 24 2008 Steve Grubb <sgrubb at redhat.com> 0.9.12.2-1
- new upstream release


prelude-lml-0.9.12-pie.patch:

--- NEW FILE prelude-lml-0.9.12-pie.patch ---
diff -ur prelude-lml-0.9.12.2.orig/configure prelude-lml-0.9.12.2/configure
--- prelude-lml-0.9.12.2.orig/configure	2008-04-24 14:08:17.000000000 -0400
+++ prelude-lml-0.9.12.2/configure	2008-04-24 15:25:29.000000000 -0400
@@ -33196,7 +33196,7 @@
     #AC_LANG_PUSH([C])
 
     save_LDFLAGS="$LDFLAGS"
-    LDFLAGS="$LDFLAGS -z now"
+    LDFLAGS="$LDFLAGS -z now -pie"
     cat >conftest.$ac_ext <<_ACEOF
 
       /* confdefs.h.  */
diff -ur prelude-lml-0.9.12.2.orig/plugins/pcre/Makefile.in prelude-lml-0.9.12.2/plugins/pcre/Makefile.in
--- prelude-lml-0.9.12.2.orig/plugins/pcre/Makefile.in	2008-04-24 14:08:17.000000000 -0400
+++ prelude-lml-0.9.12.2/plugins/pcre/Makefile.in	2008-04-24 15:23:24.000000000 -0400
@@ -155,7 +155,7 @@
 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
 CC = @CC@
 CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ -fPIC
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
 CXX = @CXX@
diff -ur prelude-lml-0.9.12.2.orig/src/Makefile.in prelude-lml-0.9.12.2/src/Makefile.in
--- prelude-lml-0.9.12.2.orig/src/Makefile.in	2008-04-24 14:08:17.000000000 -0400
+++ prelude-lml-0.9.12.2/src/Makefile.in	2008-04-24 15:24:31.000000000 -0400
@@ -489,7 +489,7 @@
 target_vendor = @target_vendor@
 SUBDIRS = include
 AM_CPPFLAGS = -I$(srcdir)/include/ -I$(top_srcdir)/libmissing @LIBPRELUDE_CFLAGS@ @PCRE_CFLAGS@ @FAM_CFLAGS@
-AM_CFLAGS = @GLOBAL_CFLAGS@
+AM_CFLAGS = @GLOBAL_CFLAGS@ -fPIE -DPIE
 prelude_lml_LDADD = @LIBPRELUDE_LIBS@ @PCRE_LIBS@ @FAM_LIBS@ $(top_builddir)/libmissing/libmissing.la
 prelude_lml_LDFLAGS = @LIBPRELUDE_LDFLAGS@ @FAM_LDFLAGS@ -export-dynamic \
         "-dlopen" $(top_builddir)/plugins/debug/debug.la \


Index: prelude-lml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/prelude-lml/F-8/prelude-lml.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- prelude-lml.spec	15 Jan 2008 13:33:41 -0000	1.8
+++ prelude-lml.spec	26 Apr 2008 19:23:39 -0000	1.9
@@ -1,17 +1,17 @@
 Name:		prelude-lml           
-Version:	0.9.11
+Version:	0.9.12.2
 Release:	1%{?dist}
 Summary:	The prelude log analyzer
 
 Group:		System Environment/Libraries
-License:	GPL
+License:	GPLv2+
 URL:		http://prelude-ids.org/
 Source0:	http://www.prelude-ids.org/download/releases/%{name}-%{version}.tar.gz	
 Patch0:		%{name}-initd.patch
+Patch1:		prelude-lml-0.9.12-pie.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:libprelude-devel >= 0.9.16
-BuildRequires:	gamin-devel, pcre-devel  
+BuildRequires:	gamin-devel, libprelude-devel, pcre-devel  
 Requires(post):	/sbin/chkconfig
 Requires(preun):	/sbin/chkconfig
 Requires(preun):	/sbin/service
@@ -44,6 +44,7 @@
 %prep
 %setup -q
 %patch -p0
+%patch1 -p1
 sed -i.debug -e '/nlist/s|\$rm|: $rm|' ltmain.sh
 
 
@@ -111,7 +112,13 @@
 
 
 %changelog
-* Tue Jan 15 2008 Steve Grubb <sgrubb at redhat.com> 0.9.11-1
+* Thu Apr 24 2008 Steve Grubb <sgrubb at redhat.com> 0.9.12.2-1
+- new upstream release
+
+* Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.9.11-2
+- Autorebuild for GCC 4.3
+
+* Mon Jan 14 2008 Steve Grubb <sgrubb at redhat.com> 0.9.11-1
 - new upstream version 0.9.11
 
 * Thu Jan 09 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.8.1-5


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/prelude-lml/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	15 Jan 2008 13:33:41 -0000	1.3
+++ sources	26 Apr 2008 19:23:39 -0000	1.4
@@ -1 +1 @@
-3f9e097b3535041913cc1fa0b8964a73  prelude-lml-0.9.11.tar.gz
+f13df3fdee98f6ceb5519d1a71cdf87f  prelude-lml-0.9.12.2.tar.gz




More information about the fedora-extras-commits mailing list