commit cvs2svn for openSUSE:Factory

2019-12-09 Thread root
Hello community,

here is the log from the commit of package cvs2svn for openSUSE:Factory checked 
in at 2019-12-09 21:37:04

Comparing /work/SRC/openSUSE:Factory/cvs2svn (Old)
 and  /work/SRC/openSUSE:Factory/.cvs2svn.new.4691 (New)


Package is "cvs2svn"

Mon Dec  9 21:37:04 2019 rev:21 rq:755265 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/cvs2svn/cvs2svn.changes  2015-03-16 
09:42:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.cvs2svn.new.4691/cvs2svn.changes
2019-12-09 21:37:18.998048691 +0100
@@ -1,0 +2,5 @@
+Mon Dec  9 15:02:07 UTC 2019 - Martin Pluskal 
+
+- Clean up spec file and modernise it
+
+---



Other differences:
--
++ cvs2svn.spec ++
--- /var/tmp/diff_new_pack.xMPrtQ/_old  2019-12-09 21:37:21.178047833 +0100
+++ /var/tmp/diff_new_pack.xMPrtQ/_new  2019-12-09 21:37:21.178047833 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cvs2svn
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,42 +12,28 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%{!?python_sitelib:  %global python_sitelib  %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-%{!?py_ver:  %global pyver %(python -c 'import sys; print 
sys.version[:3]')}
 Name:   cvs2svn
 Version:2.4.0
 Release:0
-#
 Summary:Converts CVS repositories to Subversion repositories
 License:Apache-2.0
 Group:  Development/Tools/Version Control
-Url:http://cvs2svn.tigris.org/
+URL:http://cvs2svn.tigris.org/
 Source0:
http://cvs2svn.tigris.org/files/documents/1462/49237/%{name}-%{version}.tar.gz
 Source1:
http://cvs2svn.tigris.org/files/documents/1462/49238/%{name}-%{version}.tar.gz.asc
 # http://www-heller.harvard.edu/people/mhagger/pgp.html
 Source2:cvs2svn.keyring
 Source99:   cvs2svn-rpmlintrc
 Patch0: cvs2svn.install-prefix.patch
+BuildRequires:  fdupes
 BuildRequires:  python-devel >= 2.4
-Requires:   python < %{py_ver}.99
-Requires:   python >= %{py_ver}
 Requires:   rcs
 Requires:   subversion
-#
-PreReq: %insserv_prereq %fillup_prereq
-Provides:   subversion-cvs2svn = %{version}
-Obsoletes:  subversion-cvs2svn < %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%py_requires
-%if 0%{?suse_version} >= 1120
 BuildArch:  noarch
-%endif
-#
 
 %description
 Converts CVS repositories to Subversion repositories.
@@ -55,24 +41,22 @@
 See %{_docdir}/cvs2svn directory for more information.
 
 %prep
-%setup -q
-#
-%patch0
-# replace shebang for python with %__python
-perl -ni -e 'if (1..1 && m/^#!(.+python)(\s+.+)?$/) {print 
"#!%__python".$2."\n";} else {print}' cvs2{svn,bzr,git}
+%autosetup
 
 %build
+%python2_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%python2_install
+%fdupes %{buildroot}%{python_sitelib}
 
 %files
-%defattr(-,root,root)
-%doc {BUGS,COMMITTERS,COPYING,README,www/{faq,features,cvs2*}.html}
+%license COPYING
+%doc {BUGS,COMMITTERS,README,www/{faq,features,cvs2*}.html}
 %doc *-example.options
-%attr(755,root,root) %{_bindir}/cvs2svn
-%attr(755,root,root) %{_bindir}/cvs2bzr
-%attr(755,root,root) %{_bindir}/cvs2git
+%{_bindir}/cvs2svn
+%{_bindir}/cvs2bzr
+%{_bindir}/cvs2git
 %dir %{python_sitelib}/cvs2svn_rcsparse
 %{python_sitelib}/cvs2svn*
 





commit cvs2svn for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package cvs2svn for openSUSE:Factory checked 
in at 2015-03-16 09:42:15

Comparing /work/SRC/openSUSE:Factory/cvs2svn (Old)
 and  /work/SRC/openSUSE:Factory/.cvs2svn.new (New)


Package is "cvs2svn"

Changes:

--- /work/SRC/openSUSE:Factory/cvs2svn/cvs2svn.changes  2013-09-04 
13:21:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.cvs2svn.new/cvs2svn.changes 2015-03-16 
09:42:16.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 18:16:49 UTC 2015 - astie...@suse.com
+
+- fix SLE 12 build - remove gpg-offline
+
+---



Other differences:
--
++ cvs2svn.spec ++
--- /var/tmp/diff_new_pack.GTGA3g/_old  2015-03-16 09:42:17.0 +0100
+++ /var/tmp/diff_new_pack.GTGA3g/_new  2015-03-16 09:42:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cvs2svn
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,61 +15,56 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%{!?python_sitelib:  %global python_sitelib  %(%__python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%{!?python_sitearch: %global python_sitearch %(%__python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-%{!?py_ver:  %global pyver %(%__python -c 'import sys; print 
sys.version[:3]')}
 
+%{!?python_sitelib:  %global python_sitelib  %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
+%{!?py_ver:  %global pyver %(python -c 'import sys; print 
sys.version[:3]')}
 Name:   cvs2svn
-BuildRequires:  python-devel >= 2.4
-Requires:   python >= %{py_ver}, python < %{py_ver}.99
 Version:2.4.0
 Release:0
-Requires:   rcs
-Requires:   subversion
-Provides:   subversion-cvs2svn = %{version}
-Obsoletes:  subversion-cvs2svn < %{version}
-Url:http://cvs2svn.tigris.org/
-#
-PreReq: %insserv_prereq %fillup_prereq
 #
 Summary:Converts CVS repositories to Subversion repositories
 License:Apache-2.0
 Group:  Development/Tools/Version Control
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:http://cvs2svn.tigris.org/
 Source0:
http://cvs2svn.tigris.org/files/documents/1462/49237/%{name}-%{version}.tar.gz
 Source1:
http://cvs2svn.tigris.org/files/documents/1462/49238/%{name}-%{version}.tar.gz.asc
 # http://www-heller.harvard.edu/people/mhagger/pgp.html
 Source2:   cvs2svn.keyring
 Source99:   cvs2svn-rpmlintrc
 Patch0: cvs2svn.install-prefix.patch
+BuildRequires:  python-devel >= 2.4
+Requires:   python < %{py_ver}.99
+Requires:   python >= %{py_ver}
+Requires:   rcs
+Requires:   subversion
+#
+PreReq: %insserv_prereq %fillup_prereq
+Provides:   subversion-cvs2svn = %{version}
+Obsoletes:  subversion-cvs2svn < %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%py_requires
 %if 0%{?suse_version} >= 1120
 BuildArch:  noarch
 %endif
-%py_requires
 #
-%if 0%{?suse_version} >= 1230
-BuildRequires:  gpg-offline
-%endif
 
 %description
 Converts CVS repositories to Subversion repositories.
 
-See /usr/share/doc/packages/cvs2svn directory for more information.
-
-
+See %{_docdir}/cvs2svn directory for more information.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:1}}
 %setup -q
 #
 %patch0
 # replace shebang for python with %__python
-%__perl -ni -e 'if (1..1 && m/^#!(.+python)(\s+.+)?$/) {print 
"#!%__python".$2."\n";} else {print}' cvs2{svn,bzr,git}
+perl -ni -e 'if (1..1 && m/^#!(.+python)(\s+.+)?$/) {print 
"#!%__python".$2."\n";} else {print}' cvs2{svn,bzr,git}
 
 %build
 
 %install
-%__make install DESTDIR="$RPM_BUILD_ROOT"
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cvs2svn for openSUSE:Factory

2013-09-04 Thread h_root
Hello community,

here is the log from the commit of package cvs2svn for openSUSE:Factory checked 
in at 2013-09-04 13:21:42

Comparing /work/SRC/openSUSE:Factory/cvs2svn (Old)
 and  /work/SRC/openSUSE:Factory/.cvs2svn.new (New)


Package is "cvs2svn"

Changes:

--- /work/SRC/openSUSE:Factory/cvs2svn/cvs2svn.changes  2011-12-21 
09:59:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.cvs2svn.new/cvs2svn.changes 2013-09-04 
13:21:43.0 +0200
@@ -1,0 +2,37 @@
+Sat Aug 31 16:42:54 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 2.4.0
+- New features:
+ * Store CVS file descriptions in a Subversion property "cvs:description".
+ * SVN: Optionally include empty directories from the CVS repository.
+ * Much faster cvs2git conversions possible via --use-external-blob-generator.
+ * Use file properties for more flexibility over keyword and EOL handling.
+ * Add a ConditionalPropertySetter.
+ * Allow CVS repository paths to be excluded from the conversion.
+ * Normalize EOLs in CVS log messages to LF.
+ * Ignore vendor branch declarations that refer to non-existent branches.
+
+ Bugs fixed:
+ * Issue #31: cvs2svn does not convert empty directories.
+ * Issue #127: Dead "file X added on branch Y" revisions not always dropped.
+ * Fix --dry-run for cvs2git and cvs2bzr.
+
+ Improvements and output changes:
+ * More aggressively omit unnecessary dead revisions.
+ * Consider it a failure if "cvs" or "co" writes something to stderr.
+ * Add concept of "file properties", which are only computed once per file.
+ * Refuse to accept a default branch that is not a top-level branch.
+ * Make check of illegal filename characters dependent on the target VCS.
+ * Improve error reporting for invalid date strings in CVS.
+ * Many documentation improvements.
+ * Allow grafting a branch onto a parent that has itself been grafted.
+ * Slightly improve choice of parent branch for vendor branches.
+ * Only import "database" if used, to avoid error if no DB module installed.
+ * Ignore newphrases in RCS files more robustly.
+ * Fix the expansion of the $Source$ keyword for Attic files.
+ * Various other minor improvements and fixes.
+
+ Miscellaneous:
+ * Sort large files using Python to avoid dependency on GNU sort.
+
+---

Old:

  cvs2svn-2.3.0.tar.bz2

New:

  cvs2svn-2.4.0.tar.gz
  cvs2svn-2.4.0.tar.gz.asc
  cvs2svn.keyring



Other differences:
--
++ cvs2svn.spec ++
--- /var/tmp/diff_new_pack.6vwPT4/_old  2013-09-04 13:21:44.0 +0200
+++ /var/tmp/diff_new_pack.6vwPT4/_new  2013-09-04 13:21:44.0 +0200
@@ -22,7 +22,7 @@
 Name:   cvs2svn
 BuildRequires:  python-devel >= 2.4
 Requires:   python >= %{py_ver}, python < %{py_ver}.99
-Version:2.3.0
+Version:2.4.0
 Release:0
 Requires:   rcs
 Requires:   subversion
@@ -36,8 +36,10 @@
 License:Apache-2.0
 Group:  Development/Tools/Version Control
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# 
http://cvs2svn.tigris.org/files/documents/1462/46528/cvs2svn-%{version}.tar.gz
-Source0:cvs2svn-%{version}.tar.bz2
+Source0:
http://cvs2svn.tigris.org/files/documents/1462/49237/%{name}-%{version}.tar.gz
+Source1:
http://cvs2svn.tigris.org/files/documents/1462/49238/%{name}-%{version}.tar.gz.asc
+# http://www-heller.harvard.edu/people/mhagger/pgp.html
+Source2:   cvs2svn.keyring
 Source99:   cvs2svn-rpmlintrc
 Patch0: cvs2svn.install-prefix.patch
 %if 0%{?suse_version} >= 1120
@@ -45,6 +47,9 @@
 %endif
 %py_requires
 #
+%if 0%{?suse_version} >= 1230
+BuildRequires:  gpg-offline
+%endif
 
 %description
 Converts CVS repositories to Subversion repositories.
@@ -54,6 +59,7 @@
 
 
 %prep
+%{?gpg_verify: %gpg_verify %{S:1}}
 %setup -q
 #
 %patch0

++ cvs2svn.keyring ++
Key for user ID: Michael R. Haggerty 
1024-bit key, Key ID 1C1F9809, created 2001-04-24

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

mQGiBDrl4jYRBADf+CvlTi1MsoNhjN0WKx2ULzkKH+6GKwGbMR5BhbBR7CkvoSuW
xUBqtwEyLudjfKURoPO+3fYV5IWyHP6HJdEIXGNORBYwkBAkvCcg5EpwvaAKwrEa
79St+uJb5YuJdPOr9CPa7dvPIV8vp8OwHRJAfAOgCMqat5hnIx8nCnflHwCgzZoY
P6SPcRzgmmeM4JKwbuoTVVUD/Rb2XIbNWwX0DaNNb9s5kxeUpfxUctYrN0odKPwM
W7+DGyPc4WdzFSJGlGgXRCwvFVwXlzo15KZIg/g2Za4KqxGGf6XzHzpLcBjoaVte
8/DvG3UhLm8G3RI4nJnkbBZgNt8ziMITzUaw6qe3butg6aS/OvBvyb+i4N0k1SVs
h3TmA/0fd3S2qtEegUl4V37pX6EYa4cw+75qj8lLBUNEm5ywpqx8J0/MSiFvx/A3
lkhKfjifJnKuWYaIflQWa/gTcxtTn+JQgDzlL3u2dehJ7GTDCUR64r+Ru1kPOaFf
AsslwYnsFdbP+LvsDT4yRhGpWoq/57iV+xhA6DopKJb7F379+7QqTWljaGFlbCBS
LiBIYWdnZXJ0eSA8bWhhZ2dlckBhbHVtLm1pdC5lZHU+iFcEExECABcFAjrl4jYF
CwcKAwQDFQMCAxYCAQIXgAAKCRDCD2atHB

commit cvs2svn for openSUSE:Factory

2011-12-21 Thread h_root
Hello community,

here is the log from the commit of package cvs2svn for openSUSE:Factory checked 
in at 2011-12-21 09:59:42

Comparing /work/SRC/openSUSE:Factory/cvs2svn (Old)
 and  /work/SRC/openSUSE:Factory/.cvs2svn.new (New)


Package is "cvs2svn", Maintainer is "o...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/cvs2svn/cvs2svn.changes  2011-09-23 
01:54:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.cvs2svn.new/cvs2svn.changes 2011-12-21 
09:59:51.0 +0100
@@ -1,0 +2,5 @@
+Sun Sep 18 00:12:11 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---



Other differences:
--
++ cvs2svn.spec ++
--- /var/tmp/diff_new_pack.cyoSiU/_old  2011-12-21 09:59:52.0 +0100
+++ /var/tmp/diff_new_pack.cyoSiU/_new  2011-12-21 09:59:52.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package cvs2svn (Version 2.3.0)
+# spec file for package cvs2svn
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,35 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 %{!?python_sitelib:  %global python_sitelib  %(%__python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %{!?python_sitearch: %global python_sitearch %(%__python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %{!?py_ver:  %global pyver %(%__python -c 'import sys; print 
sys.version[:3]')}
 
 Name:   cvs2svn
-%if 0%{?sles_version} >= 9 && 0%{?sles_version} < 10
-BuildRequires:  python25-devel
-Requires:   python25
-%else
 BuildRequires:  python-devel >= 2.4
 Requires:   python >= %{py_ver}, python < %{py_ver}.99
-%endif
 Version:2.3.0
-Release:2
+Release:0
 Requires:   rcs
 Requires:   subversion
 Provides:   subversion-cvs2svn = %{version}
 Obsoletes:  subversion-cvs2svn < %{version}
-Group:  Development/Tools/Version Control
 Url:http://cvs2svn.tigris.org/
 #
 PreReq: %insserv_prereq %fillup_prereq
 #
 Summary:Converts CVS repositories to Subversion repositories
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-License:ASLv2
+License:Apache-2.0
 Group:  Development/Tools/Version Control
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # 
http://cvs2svn.tigris.org/files/documents/1462/46528/cvs2svn-%{version}.tar.gz
 Source0:cvs2svn-%{version}.tar.bz2
 Source99:   cvs2svn-rpmlintrc

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org