commit python-4Suite-XML for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package python-4Suite-XML for 
openSUSE:Factory checked in at 2017-08-24 18:44:59

Comparing /work/SRC/openSUSE:Factory/python-4Suite-XML (Old)
 and  /work/SRC/openSUSE:Factory/.python-4Suite-XML.new (New)


Package is "python-4Suite-XML"

Thu Aug 24 18:44:59 2017 rev:13 rq:514419 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-4Suite-XML/python-4Suite-XML.changes  
2012-06-18 17:34:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-4Suite-XML.new/python-4Suite-XML.changes 
2017-08-24 18:45:51.964611427 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 19:36:00 UTC 2017 - toddrme2...@gmail.com
+
+- Fix shebangs
+
+---



Other differences:
--
++ python-4Suite-XML.spec ++
--- /var/tmp/diff_new_pack.sdpKwV/_old  2017-08-24 18:45:52.900479655 +0200
+++ /var/tmp/diff_new_pack.sdpKwV/_new  2017-08-24 18:45:52.904479092 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-4Suite-XML
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -23,7 +23,7 @@
 Summary:An open-source platform for XML processing
 License:Apache-1.1
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/4/4Suite-XML/4Suite-XML-%{version}.tar.bz2
+Source: 
https://files.pythonhosted.org/packages/source/4/4Suite-XML/4Suite-XML-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-xml
@@ -34,9 +34,6 @@
 Provides:   python-4suite-xml = %{version}
 #TODO: Change to '<' after version update:
 Obsoletes:  python-4suite-xml <= %{version}
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%endif
 
 %description
 XML tools and libraries for Python: Domlette, XPath, XSLT, XPointer, XLink,
@@ -52,6 +49,8 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+sed -i "s|#!/usr/bin/env python|#!%{_bindir}/python2|" %{buildroot}%{_bindir}/*
+
 # Move documentation into proper place /usr/share/doc/packages/%%{name}
 install -d %{buildroot}%{_docdir}/%{name}
 mv %{buildroot}%{_datadir}/doc/4Suite/* %{buildroot}%{_docdir}/%{name} 
@@ -59,7 +58,7 @@
 mv %{buildroot}%{_prefix}/lib/4Suite/profiles %{buildroot}%{_datadir}/%{name}/ 
# Move 'profiles' away from /usr/lib
 rm -rf %{buildroot}%{_prefix}/lib/4Suite/tests # Remove unwanted tests from 
/usr/lib
 %if 0%{?suse_version}
-%fdupes %{buildroot}%{_prefix}%{python_sitearch}
+%fdupes %{buildroot}%{python_sitearch}
 %endif
 
 %files
@@ -69,8 +68,8 @@
 %{_bindir}/4xpath
 %{_bindir}/4xslt
 %{_bindir}/4xupdate
-%{_datadir}/%{name}
-%{_datadir}/4Suite
 %{python_sitearch}/*
+%{_datadir}/python-4Suite-XML/
+%{_datadir}/4Suite/
 
 %changelog




commit python-4Suite-XML for openSUSE:Factory

2012-06-18 Thread h_root
Hello community,

here is the log from the commit of package python-4Suite-XML for 
openSUSE:Factory checked in at 2012-06-18 17:34:09

Comparing /work/SRC/openSUSE:Factory/python-4Suite-XML (Old)
 and  /work/SRC/openSUSE:Factory/.python-4Suite-XML.new (New)


Package is "python-4Suite-XML", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-4Suite-XML/python-4Suite-XML.changes  
2011-09-23 12:42:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-4Suite-XML.new/python-4Suite-XML.changes 
2012-06-18 17:34:12.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 15 14:41:06 UTC 2012 - sasc...@suse.de
+
+- Don't ship windows binary and set license to Apache-1.1 (bnc#767228)
+
+---



Other differences:
--
++ python-4Suite-XML.spec ++
--- /var/tmp/diff_new_pack.Cec6mD/_old  2012-06-18 17:34:13.0 +0200
+++ /var/tmp/diff_new_pack.Cec6mD/_new  2012-06-18 17:34:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-4Suite-XML
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,13 +16,12 @@
 #
 
 
-
 Name:   python-4Suite-XML
 Version:1.0.2
-Release:5
+Release:0
 Url:http://4suite.org
 Summary:An open-source platform for XML processing
-License:4Suite (Apache-based)
+License:Apache-1.1
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/4/4Suite-XML/4Suite-XML-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -30,15 +29,14 @@
 BuildRequires:  python-xml
 Requires:   python-xml
 %if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1010
 BuildRequires:  fdupes
 %endif
-%endif
 Provides:   python-4suite-xml = %{version}
 #TODO: Change to '<' after version update:
 Obsoletes:  python-4suite-xml <= %{version}
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%endif
 
 %description
 XML tools and libraries for Python: Domlette, XPath, XSLT, XPointer, XLink,
@@ -47,6 +45,7 @@
 %prep
 %setup -q -n 4Suite-XML-%{version}
 chmod -x Ft/Data/docbook_text1.xslt # Remove executable bit from XSLT file
+rm Ft/Lib/DistExt/stubmain.exe # Remove windows binary (bnc#767228)
 
 %build
 CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
@@ -59,13 +58,10 @@
 install -d %{buildroot}%{_datadir}/%{name}
 mv %{buildroot}%{_prefix}/lib/4Suite/profiles %{buildroot}%{_datadir}/%{name}/ 
# Move 'profiles' away from /usr/lib
 rm -rf %{buildroot}%{_prefix}/lib/4Suite/tests # Remove unwanted tests from 
/usr/lib
-%if 0%{?suse_version} > 1010
-%fdupes %{buildroot}%{_prefix}
+%if 0%{?suse_version}
+%fdupes %{buildroot}%{_prefix}%{python_sitearch}
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc %{_docdir}/%{name}

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



commit python-4Suite-XML for openSUSE:Factory

2011-07-21 Thread h_root

Hello community,

here is the log from the commit of package python-4Suite-XML for 
openSUSE:Factory
checked in at Thu Jul 21 13:16:13 CEST 2011.




--- python-4Suite-XML/python-4Suite-XML.changes 2011-07-04 14:43:43.0 
+0200
+++ python-4Suite-XML/python-4Suite-XML.changes 2011-07-21 10:24:58.0 
+0200
@@ -1,0 +2,5 @@
+Thu Jul 21 08:23:06 UTC 2011 - sasc...@suse.de
+
+- Create directory %{_datadir}/%{name} explicitly to fix build on SLE_10
+
+---

calling whatdependson for head-i586




Other differences:
--
++ python-4Suite-XML.spec ++
--- /var/tmp/diff_new_pack.HXleVj/_old  2011-07-21 13:15:30.0 +0200
+++ /var/tmp/diff_new_pack.HXleVj/_new  2011-07-21 13:15:30.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   python-4Suite-XML
 Version:1.0.2
-Release:3
+Release:5
 Url:http://4suite.org
 Summary:An open-source platform for XML processing
 License:4Suite (Apache-based)
@@ -56,6 +56,7 @@
 # Move documentation into proper place /usr/share/doc/packages/%%{name}
 install -d %{buildroot}%{_docdir}/%{name}
 mv %{buildroot}%{_datadir}/doc/4Suite/* %{buildroot}%{_docdir}/%{name} 
+install -d %{buildroot}%{_datadir}/%{name}
 mv %{buildroot}%{_prefix}/lib/4Suite/profiles %{buildroot}%{_datadir}/%{name}/ 
# Move 'profiles' away from /usr/lib
 rm -rf %{buildroot}%{_prefix}/lib/4Suite/tests # Remove unwanted tests from 
/usr/lib
 %if 0%{?suse_version} > 1010






Remember to have fun...

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



commit python-4Suite-XML for openSUSE:Factory

2011-07-06 Thread h_root

Hello community,

here is the log from the commit of package python-4Suite-XML for 
openSUSE:Factory
checked in at Wed Jul 6 10:24:17 CEST 2011.




--- python-4Suite-XML/python-4Suite-XML.changes 2011-07-04 12:48:10.0 
+0200
+++ /mounts/work_src_done/STABLE/python-4Suite-XML/python-4Suite-XML.changes
2011-07-04 14:43:43.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul  4 12:41:52 UTC 2011 - sasc...@suse.de
+
+- Don't move stuff from /usr/lib/4Suite
+
+---

calling whatdependson for head-i586




Other differences:
--
++ python-4Suite-XML.spec ++
--- /var/tmp/diff_new_pack.tWyXKK/_old  2011-07-06 10:23:15.0 +0200
+++ /var/tmp/diff_new_pack.tWyXKK/_new  2011-07-06 10:23:15.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   python-4Suite-XML
 Version:1.0.2
-Release:1
+Release:3
 Url:http://4suite.org
 Summary:An open-source platform for XML processing
 License:4Suite (Apache-based)
@@ -56,7 +56,6 @@
 # Move documentation into proper place /usr/share/doc/packages/%%{name}
 install -d %{buildroot}%{_docdir}/%{name}
 mv %{buildroot}%{_datadir}/doc/4Suite/* %{buildroot}%{_docdir}/%{name} 
-mv %{buildroot}%{_datadir}/4Suite %{buildroot}%{_datadir}/%{name} # 
Move/rename 4Suite into python-4Suite-XML
 mv %{buildroot}%{_prefix}/lib/4Suite/profiles %{buildroot}%{_datadir}/%{name}/ 
# Move 'profiles' away from /usr/lib
 rm -rf %{buildroot}%{_prefix}/lib/4Suite/tests # Remove unwanted tests from 
/usr/lib
 %if 0%{?suse_version} > 1010
@@ -74,6 +73,7 @@
 %{_bindir}/4xslt
 %{_bindir}/4xupdate
 %{_datadir}/%{name}
+%{_datadir}/4Suite
 %{python_sitearch}/*
 
 %changelog






Remember to have fun...

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



commit python-4Suite-XML for openSUSE:Factory

2011-07-04 Thread h_root

Hello community,

here is the log from the commit of package python-4Suite-XML for 
openSUSE:Factory
checked in at Mon Jul 4 14:20:56 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ python-4Suite-XML/python-4Suite-XML.changes 2011-07-04 12:48:10.0 
+0200
@@ -0,0 +1,16 @@
+---
+Mon Jul  4 10:46:40 UTC 2011 - sasc...@suse.de
+
+- Wrap description at 80 characters
+
+---
+Sun Jul  3 13:25:56 UTC 2011 - sasc...@gmx.de
+
+- Move docs, data into proper location
+- Fixed license
+
+---
+Thu Mar 24 07:12:00 UTC 2011 - poletti.ma...@gmail.com
+
+- Initial package, version 1.0.2.
+

calling whatdependson for head-i586


New:

  4Suite-XML-1.0.2.tar.bz2
  python-4Suite-XML.changes
  python-4Suite-XML.spec



Other differences:
--
++ python-4Suite-XML.spec ++
#
# spec file for package python-4Suite-XML
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#



Name:   python-4Suite-XML
Version:1.0.2
Release:1
Url:http://4suite.org
Summary:An open-source platform for XML processing
License:4Suite (Apache-based)
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/4/4Suite-XML/4Suite-XML-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-xml
Requires:   python-xml
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1010
BuildRequires:  fdupes
%endif
%endif
Provides:   python-4suite-xml = %{version}
#TODO: Change to '<' after version update:
Obsoletes:  python-4suite-xml <= %{version}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%description
XML tools and libraries for Python: Domlette, XPath, XSLT, XPointer, XLink,
XUpdate.

%prep
%setup -q -n 4Suite-XML-%{version}
chmod -x Ft/Data/docbook_text1.xslt # Remove executable bit from XSLT file

%build
CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
# Move documentation into proper place /usr/share/doc/packages/%%{name}
install -d %{buildroot}%{_docdir}/%{name}
mv %{buildroot}%{_datadir}/doc/4Suite/* %{buildroot}%{_docdir}/%{name} 
mv %{buildroot}%{_datadir}/4Suite %{buildroot}%{_datadir}/%{name} # Move/rename 
4Suite into python-4Suite-XML
mv %{buildroot}%{_prefix}/lib/4Suite/profiles %{buildroot}%{_datadir}/%{name}/ 
# Move 'profiles' away from /usr/lib
rm -rf %{buildroot}%{_prefix}/lib/4Suite/tests # Remove unwanted tests from 
/usr/lib
%if 0%{?suse_version} > 1010
%fdupes %{buildroot}%{_prefix}
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc %{_docdir}/%{name}
%{_bindir}/4xml
%{_bindir}/4xpath
%{_bindir}/4xslt
%{_bindir}/4xupdate
%{_datadir}/%{name}
%{python_sitearch}/*

%changelog





Remember to have fun...

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



commit python-4suite-xml for openSUSE:Factory

2011-05-30 Thread h_root

Hello community,

here is the log from the commit of package python-4suite-xml for 
openSUSE:Factory
checked in at Mon May 30 16:17:02 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ python-4suite-xml/python-4suite-xml.changes 2011-03-24 09:10:10.0 
+0100
@@ -0,0 +1,5 @@
+---
+Thu Mar 24 07:12:00 UTC 2011 - poletti.ma...@gmail.com
+
+- Initial package, version 1.0.2.
+

calling whatdependson for head-i586


New:

  4Suite-XML-1.0.2.tar.bz2
  python-4suite-xml.changes
  python-4suite-xml.spec



Other differences:
--
++ python-4suite-xml.spec ++
#
# spec file for package python-4suite-xml
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

# norootforbuild


Name:   python-4suite-xml
BuildRequires:  fdupes python-devel python-xml
Summary:An open-source platform for XML and RDF processing
Version:1.0.2
Release:1
%define tarname 4Suite-XML
Source0:%{tarname}-%{version}.tar.bz2
License:4Suite (Apache-based)
Group:  Development/Libraries/Python
Url:http://pypi.python.org/pypi/4Suite-XML/1.0.2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%py_requires

%description
XML tools and libraries for Python: Domlette, XPath, XSLT, XPointer, XLink,
and XUpdate.

%prep
%setup -n %{tarname}-%{version}

%build
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT \
--prefix=%{_prefix} --install-lib=%{python_sitearch}

mkdir -p $RPM_BUILD_ROOT/%{_docdir}
mv $RPM_BUILD_ROOT/%{_datadir}/doc/4Suite $RPM_BUILD_ROOT/%{_docdir}

%fdupes $RPM_BUILD_ROOT/%{_prefix}/lib/4Suite
%fdupes $RPM_BUILD_ROOT/%{_datadir}/4Suite
%fdupes $RPM_BUILD_ROOT/%{_docdir}/4Suite

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/4xml
%{_bindir}/4xpath
%{_bindir}/4xslt
%{_bindir}/4xupdate
%{_prefix}/lib/4Suite
%{_datadir}/4Suite
%doc %{_docdir}/4Suite
%{python_sitearch}/4Suite_XML-*.egg-info
%{python_sitearch}/Ft

%changelog





Remember to have fun...

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