Hello community, here is the log from the commit of package cvsps for openSUSE:Factory checked in at 2013-01-03 13:44:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cvsps (Old) and /work/SRC/openSUSE:Factory/.cvsps.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cvsps", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/cvsps/cvsps.changes 2011-09-23 01:54:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cvsps.new/cvsps.changes 2013-01-03 13:44:55.000000000 +0100 @@ -1,0 +2,25 @@ +Wed Jan 2 14:39:34 UTC 2013 - [email protected] + +- update to 3.4 with fast-export dumping + * maintained by Eric S. Raymond + * more focused on --fast-export mode only + * now always runs in what used to be csv_direct mode + * it's not required to run csvps in CVS checkout directory + * local cvs commands are no longer used + * the old-style non-fast-export reporting mode is deprecated and + may be dropped in the future + * removed the --bkcvs and -x options + * new --fast-export option allows dumping the history as a git + import stream + * the -A now works in the expected way + * add -R option that writes out a revision map + * incorporates Heiko Voight's patch for solving some time-skew cases + * check README and NEWS for details +- obsoleted files and patches + * bk-cvs.mail - who is interested in BitKeeper/CSV kernel trees? + * cvsps-bk-cvs.mail - or the ability to import BitKeeper logs? + * fixes.tar.bz2 - they are upstream + * CMakeLists.txt - plain make is recommended + * commitid.diff - already upstream + +------------------------------------------------------------------- Old: ---- CMakeLists.txt bk-cvs.mail commitid.diff cvsps-2.1.tar.bz2 cvsps-bk-cvs.mail fixes.tar.bz2 New: ---- cvsps-3.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cvsps.spec ++++++ --- /var/tmp/diff_new_pack.mDU2WY/_old 2013-01-03 13:44:56.000000000 +0100 +++ /var/tmp/diff_new_pack.mDU2WY/_new 2013-01-03 13:44:56.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package cvsps (Version 2.1) +# spec file for package cvsps # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,25 +16,20 @@ # - Name: cvsps -BuildRequires: cmake zlib-devel -Group: Development/Tools/Version Control -AutoReqProv: on Summary: A Program for Generating Patch Set Information from a CVS Repository -Version: 2.1 -Release: 163 -%define real_version 2.1 -Source: %{name}-%{real_version}.tar.bz2 -Source1: bk-cvs.mail -Source2: cvsps-bk-cvs.mail -Source3: fixes.tar.bz2 -Source4: CMakeLists.txt -Patch: commitid.diff -Url: http://www.cobite.com/cvsps/ License: GPL-2.0+ +Group: Development/Tools/Version Control +Version: 3.4 +Release: 0 +Source0: http://www.catb.org/~esr/cvsps/%{name}-%{version}.tar.gz +Url: http://www.catb.org/~esr/cvsps/ BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: asciidoc +BuildRequires: libxslt-tools +BuildRequires: pkgconfig(zlib) + %description CVSps is a program for generating 'patchset' information from a CVS repository. In this case, a patchset is defined as a set of changes @@ -44,32 +39,22 @@ revision information, it is often difficult to see what changes were 'atomically' committed to the repository. - - %prep -%setup -q -n %{name}-%{real_version} -tar xvfj %{SOURCE3} -for patch in $(cat fixes/series); do - patch -p1 < fixes/$patch -done -cp %{SOURCE1} %{SOURCE2} %{SOURCE4} . -%patch -p1 +%setup -q %build export CFLAGS="%{optflags}" -cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_VERBOSE_MAKEFILE=TRUE . %{__make} %{?jobs:-j%jobs} %install -%makeinstall +%{__make} prefix=%{buildroot}/%{_prefix} install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc README CHANGELOG COPYING -%doc bk-cvs.mail cvsps-bk-cvs.mail +%doc COPYING NEWS README TODO %{_bindir}/cvsps %{_mandir}/man*/* -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
