rpms/varnish/F-7 sources,1.3,1.4 varnish.spec,1.4,1.5

Ingvar Hagelund (ingvar) fedora-extras-commits at redhat.com
Fri Dec 28 22:40:50 UTC 2007


Author: ingvar

Update of /cvs/extras/rpms/varnish/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8806

Modified Files:
	sources varnish.spec 
Log Message:
New upstream release


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/varnish/F-7/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	6 Sep 2007 20:17:54 -0000	1.3
+++ sources	28 Dec 2007 22:40:14 -0000	1.4
@@ -1 +1 @@
-fb4159a46a32b8c5bceca88f22e999a5  varnish-1.1.1.tar.gz
+d9f74dae59a2158cdc31f446b6d92397  varnish-1.1.2.tar.gz


Index: varnish.spec
===================================================================
RCS file: /cvs/extras/rpms/varnish/F-7/varnish.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- varnish.spec	7 Sep 2007 22:12:12 -0000	1.4
+++ varnish.spec	28 Dec 2007 22:40:14 -0000	1.5
@@ -1,14 +1,16 @@
 Summary: Varnish is a high-performance HTTP accelerator
 Name: varnish
-Version: 1.1.1
-Release: 3%{?dist}
+Version: 1.1.2
+Release: 4%{?dist}
 License: BSD-like
 Group: System Environment/Daemons
 URL: http://www.varnish-cache.org/
 Source0: http://downloads.sourceforge.net/varnish/varnish-%{version}.tar.gz
-Patch0: varnish-cs1913.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: ncurses-devel 
+# The svn sources needs autoconf, automake and libtoolto generate a suitable
+# configure script. Release tarballs would not need this
+# BuildRequires: ncurses-devel automake autoconf libtool libxslt
+BuildRequires: ncurses-devel libxslt
 Requires: kernel >= 2.6.0 varnish-libs = %{version}-%{release}
 Requires: logrotate
 Requires(pre): shadow-utils
@@ -49,11 +51,9 @@
 %prep
 %setup -q
 
-%patch0
-
 # The svn sources needs to generate a suitable configure script
 # Release tarballs would not need this
-#./autogen.sh
+# ./autogen.sh
 
 %build
 
@@ -168,6 +168,16 @@
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Fri Dec 28 2007 Ingvar Hagelund <ingvar at linpro.no> - 1.1.2-4
+- Build for fedora update
+
+* Fri Dec 28 2007 Ingvar Hagelund <ingvar at linpro.no> - 1.1.2-2
+- Added missing changelog items
+
+* Thu Dec 20 2007 Stig Sandbeck Mathisen <ssm at linpro.no> - 1.1.2-1
+- Bumped the version number to 1.1.2.
+- Addeed build dependency on libxslt
+
 * Wed Sep 08 2007 Ingvar Hagelund <ingvar at linpro.no> - 1.1.1-3
 - Added a patch, changeset 1913 from svn trunk. This makes varnish
   more stable under specific loads. 




More information about the fedora-extras-commits mailing list