rpms/crm114/devel .cvsignore, 1.3, 1.4 crm114-rpm.patch, 1.2, 1.3 crm114.spec, 1.5, 1.6 sources, 1.3, 1.4 crm114-64bit.patch, 1.1, NONE

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Sat Oct 27 14:21:48 UTC 2007


Author: rathann

Update of /cvs/pkgs/rpms/crm114/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7854

Modified Files:
	.cvsignore crm114-rpm.patch crm114.spec sources 
Removed Files:
	crm114-64bit.patch 
Log Message:
- updated to 20070810 "BlameTheSegfault"
- dropped obsolete patch



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/crm114/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	15 Apr 2007 21:05:40 -0000	1.3
+++ .cvsignore	27 Oct 2007 14:21:15 -0000	1.4
@@ -1 +1 @@
-crm114-20070301-BlameBaltar.no-TRE.src.tar.bz2
+crm114-20070810-BlameTheSegfault.src.tar.gz

crm114-rpm.patch:

Index: crm114-rpm.patch
===================================================================
RCS file: /cvs/pkgs/rpms/crm114/devel/crm114-rpm.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- crm114-rpm.patch	15 Apr 2007 21:05:40 -0000	1.2
+++ crm114-rpm.patch	27 Oct 2007 14:21:15 -0000	1.3
@@ -1,22 +1,16 @@
---- /dev/null	2007-04-15 01:47:43.733920889 +0200
-+++ crm114-20070301-BlameBaltar.no-TRE.src/quine.crm	2007-04-15 21:45:04.000000000 +0200
-@@ -0,0 +1,4 @@
-+{
-+ window
-+ output /:*:_pgm_text:/
-+}
---- crm114-20070301-BlameBaltar.no-TRE.src/Makefile.r	2007-03-02 16:33:55.000000000 +0100
-+++ crm114-20070301-BlameBaltar.no-TRE.src/Makefile	2007-04-15 22:04:51.000000000 +0200
-@@ -52,7 +52,7 @@
- #  Tell the compiler full optimization, allow debugging, and warn on every
- #  possible error
+diff -up crm114-20070810-BlameTheSegfault.src/Makefile.r crm114-20070810-BlameTheSegfault.src/Makefile
+--- crm114-20070810-BlameTheSegfault.src/Makefile.r	2007-08-13 13:05:35.000000000 +0200
++++ crm114-20070810-BlameTheSegfault.src/Makefile	2007-10-27 15:49:38.000000000 +0200
+@@ -54,7 +54,7 @@ SYSTEMTYPE = POSIX
+ #  and warn on all warnable things "-Wall".  Someday add -Wextra for
+ #  really picayune stuff.
  #  
--CFLAGS += -O3 -g -Wall 
-+#CFLAGS += -O3 -g -Wall 
+-CFLAGS += -g -O3 -Wall
++#CFLAGS += -g -O3 -Wall
  #     turn this one on for no optimization debugging.
- #CFLAGS += -O0 -g -Wall 
+ #CFLAGS += -g -O0 -Wall 
  #     turn this one on for really picayune debugging.
-@@ -62,7 +62,7 @@
+@@ -64,7 +64,7 @@ CFLAGS += -g -O3 -Wall
  #   Comment this out if you want dynamic linking
  #
  #    BSD users - do NOT use -static-libgcc!!!
@@ -25,7 +19,7 @@
  #
  #   Any standard install flags?  We nominally use protection 755
  INSTALLFLAGS += -m 755
-@@ -360,13 +360,13 @@
+@@ -411,13 +411,13 @@ osbf-util: osbf-util.c crm_osbf_maintena
  		crm_util_errorhandlers.o \
  		crm_osbf_maintenance.o -lm -ltre -o osbf-util
  
@@ -41,9 +35,9 @@
  	$(CC)  $(CFLAGS) $(LDFLAGS) -D$(SYSTEMTYPE) -DVERSION='"$(VERSION)"' \
  		crm_str_funcs.o \
  		crm_util_errorhandlers.o \
-@@ -400,30 +400,30 @@
- 
- install_utils:
+@@ -449,13 +449,13 @@ install_utils:
+ 	#    Installing Utilities
+ 	#	
  	$(MAKE) cssmerge cssutil cssdiff osbf-util
 -	install $(INSTALLFLAGS) cssdiff $(BINDIR)/cssdiff$(VER_SUFFIX)
 -	install $(INSTALLFLAGS) cssmerge $(BINDIR)/cssmerge$(VER_SUFFIX)
@@ -60,15 +54,13 @@
  
  
  # use different name so we can keep it around along with default one
- # and same VER_SUFFIX postfix 
- install_engine: crm114
+@@ -464,15 +464,15 @@ install_engine: crm114
+ 	#
+ 	#    Installing engine
+ 	#
 -	install $(INSTALLFLAGS) crm114 $(BINDIR)/crm$(VER_SUFFIX)
 +	install $(INSTALLFLAGS) crm114 $(DESTDIR)$(BINDIR)/crm$(VER_SUFFIX)
  
- install_gnu: crm114_gnu
--	install $(INSTALLFLAGS) crm114_gnu $(BINDIR)/crmg$(VER_SUFFIX)
-+	install $(INSTALLFLAGS) crm114_gnu $(DESTDIR)$(BINDIR)/crmg$(VER_SUFFIX)
- 
  install_binary_only: FORCE
 -	install $(INSTALLFLAGS) crm114 $(BINDIR)/crm$(VER_SUFFIX)
 -	install $(INSTALLFLAGS) cssdiff $(BINDIR)/cssdiff$(VER_SUFFIX)


Index: crm114.spec
===================================================================
RCS file: /cvs/pkgs/rpms/crm114/devel/crm114.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- crm114.spec	28 Aug 2007 23:49:00 -0000	1.5
+++ crm114.spec	27 Oct 2007 14:21:15 -0000	1.6
@@ -1,6 +1,6 @@
-%define cvsver 20070301
-%define codename BlameBaltar
-%define rel 5
+%define cvsver 20070810
+%define codename BlameTheSegfault
+%define rel 6
 
 Summary: CRM114 Bayesian Spam Detector
 Name: crm114
@@ -9,9 +9,8 @@
 URL: http://crm114.sourceforge.net/
 License: GPLv2
 Group: Applications/Text
-Source0: http://crm114.sourceforge.net/%{name}-%{cvsver}-%{codename}.no-TRE.src.tar.bz2
+Source0: http://crm114.sourceforge.net/%{name}-%{cvsver}-%{codename}.src.tar.gz
 Patch0: %{name}-rpm.patch
-Patch1: %{name}-64bit.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
 BuildRequires: tre-devel
 
@@ -32,10 +31,9 @@
 Major Emacs mode for editing crm114 scripts.
 
 %prep
-%setup -q -n %{name}-%{cvsver}-%{codename}.no-TRE.src
+%setup -q -n %{name}-%{cvsver}-%{codename}.src
 %patch0 -p1 -b .r
-%patch1 -p1 -b .64bit
-chmod 644 README *.cf *.h *.recipe *.txt
+chmod 644 mailfilter.cf
 
 %build
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS"
@@ -64,6 +62,10 @@
 %{_datadir}/emacs/site-lisp/*.el
 
 %changelog
+* Sat Oct 27 2007 Dominik Mierzejewski <rpm at greysector.net> 0-0.6.20070810
+- updated to 20070810 "BlameTheSegfault"
+- dropped obsolete patch
+
 * Wed Aug 29 2007 Karol Trzcionka <karlikt at gmail.com> - 0-0.5.20070301
 - Rebuild for BuildID
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/crm114/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	15 Apr 2007 21:05:40 -0000	1.3
+++ sources	27 Oct 2007 14:21:15 -0000	1.4
@@ -1 +1 @@
-f9570a0e726914b9abc71da583213d99  crm114-20070301-BlameBaltar.no-TRE.src.tar.bz2
+50419b5d563da414c5c0c0f256236fbc  crm114-20070810-BlameTheSegfault.src.tar.gz


--- crm114-64bit.patch DELETED ---




More information about the fedora-extras-commits mailing list