rpms/libsieve/EL-4 libsieve.spec,1.3,1.4

Bernard Johnson (bjohnson) fedora-extras-commits at redhat.com
Sun Oct 28 08:27:36 UTC 2007


Author: bjohnson

Update of /cvs/pkgs/rpms/libsieve/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8458/EL-4

Modified Files:
	libsieve.spec 
Log Message:
- add missing BR: flex, bison
- remove repotag




Index: libsieve.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libsieve/EL-4/libsieve.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libsieve.spec	28 Oct 2007 07:42:26 -0000	1.3
+++ libsieve.spec	28 Oct 2007 08:27:02 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           libsieve
 Version:        2.2.6
-Release:        1%{?dist}%{?repotag:.%{repotag}}
+Release:        2%{?dist}
 Summary:        A library for parsing, sorting and filtering your mail
 
 Group:          System Environment/Libraries
@@ -70,6 +70,8 @@
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires:  flex, bison
+
 %description 
 libSieve provides a library to interpret Sieve scripts, and to execute those
 scripts over a given set of messages. The return codes from the libSieve
@@ -129,6 +131,10 @@
 %{_includedir}/*
 
 %changelog 
+* Sun Oct 26 2007 Bernard Johnson <bjohnson at symetrix.com> - 2.2.6-2
+- add missing BR: flex, bison
+- remove repotag
+
 * Sun Oct 26 2007 Bernard Johnson <bjohnson at symetrix.com> - 2.2.6-1
 - 2.2.6
 - license clarification




More information about the fedora-extras-commits mailing list