diff --git a/rsync.changes b/rsync.changes index 1175953..6b197ac 100644 --- a/rsync.changes +++ b/rsync.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 18 22:25:38 CEST 2007 - aj@suse.de + +- Use texlive for building. + ------------------------------------------------------------------- Tue Sep 12 15:42:00 CEST 2006 - ro@suse.de diff --git a/rsync.spec b/rsync.spec index 058e7a6..1b208e1 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,7 +1,7 @@ # # spec file for package rsync (Version 2.6.8) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -11,13 +11,13 @@ # norootforbuild Name: rsync -BuildRequires: libacl-devel libpng openslp-devel te_ams te_latex -License: GPL +BuildRequires: libacl-devel libpng openslp-devel texlive-latex +License: GNU General Public License (GPL) Group: Productivity/Networking/Other PreReq: %fillup_prereq %insserv_prereq Autoreqprov: on Version: 2.6.8 -Release: 8 +Release: 47 Summary: Replacement for RCP/mirror that has Many More Features Source: samba.org/ftp/rsync/rsync-%{version}.tar.bz2 Source1: logrotate.rsync @@ -122,7 +122,9 @@ ln -sf ../../etc/init.d/rsyncd $RPM_BUILD_ROOT/usr/sbin/rcrsyncd %doc %{_mandir}/man5/rsyncd.conf.5.gz %doc COPYING README tech_report.ps tech_report.tex -%changelog -n rsync +%changelog +* Wed Apr 18 2007 - aj@suse.de +- Use texlive for building. * Tue Sep 12 2006 - ro@suse.de - apply fix for xattr.diff from rsync mailing list * Tue Aug 22 2006 - ro@suse.de @@ -135,12 +137,12 @@ ln -sf ../../etc/init.d/rsyncd $RPM_BUILD_ROOT/usr/sbin/rcrsyncd to avoid aborts with "unexpected tag 3" * Mon Jun 12 2006 - ro@suse.de - update to version 2.6.8 -- use slp patch as included upstream -- several bugfixes -- errors now include version number -- special files as pipes now printed as "S", no longer "D" -- escaping of unreadable chars has changed -- new --append, --min-size and --prune-empty-dirs options + - use slp patch as included upstream + - several bugfixes + - errors now include version number + - special files as pipes now printed as "S", no longer "D" + - escaping of unreadable chars has changed + - new --append, --min-size and --prune-empty-dirs options * Tue Apr 18 2006 - ro@suse.de - ignore testsuite failure on s390x (filesystem mtimes) * Wed Jan 25 2006 - mls@suse.de