Hello community,

here is the log from the commit of package python-pygit2 for openSUSE:Factory 
checked in at 2013-01-07 17:34:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pygit2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-pygit2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pygit2", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.python-pygit2.new/python-pygit2.changes 
2013-01-07 17:34:07.000000000 +0100
@@ -0,0 +1,42 @@
+-------------------------------------------------------------------
+Thu Dec 27 10:03:25 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  See COPYING (and the majority of the source code files). Not sure why
+  Apache-2.0 was chosen as license here - there is absolutely no indication
+  of Apache style licensing in the package
+
+-------------------------------------------------------------------
+Tue Dec 18 10:48:23 UTC 2012 - sasc...@suse.de
+
+- Update to version 0.17.3:
+  + Upstream provides no changelog, but you can check
+    https://github.com/libgit2/pygit2/compare/v0.17.2...v0.17.3
+- Changes from previous versions:
+  + https://github.com/libgit2/pygit2/compare/v0.16.1...v0.17.2
+- Enable testsuite again
+- Package file COPYING
+
+-------------------------------------------------------------------
+Tue Apr 24 08:49:31 UTC 2012 - sasc...@suse.de
+
+- Update to version 0.16.1:
+  + Upstream provides no changelog
+
+-------------------------------------------------------------------
+Wed Jan 26 17:26:21 UTC 2011 - sasc...@gmx.de
+
+- Removed SUSE-specific --record-rpm for file lists
+
+-------------------------------------------------------------------
+Tue Jan 18 21:49:47 UTC 2011 - sasc...@gmx.de
+
+- Install documentation (README.md and COPYING)
+- Fix install section for other distros
+
+-------------------------------------------------------------------
+Tue Jan 18 20:48:40 UTC 2011 - sasc...@gmx.de
+
+- Initial commit (0.1)
+- Added patch include recent libgit2 changes
+

New:
----
  pygit2-0.17.3.tar.gz
  python-pygit2.changes
  python-pygit2.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pygit2.spec ++++++
#
# spec file for package python-pygit2
#
# 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
# 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-pygit2
Version:        0.17.3
Release:        0
Url:            http://github.com/dborowitz/pygit2
Summary:        Python bindings for libgit2
License:        GPL-2.0
Group:          Development/Languages/Python
Source:         
http://pypi.python.org/packages/source/p/pygit2/pygit2-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  libgit2-devel
BuildRequires:  python-devel
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
BuildRequires:  openssl-devel
%else
BuildRequires:  libopenssl-devel
%endif
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%endif

%description
Bindings for libgit2, a linkable C library for the Git version-control system.

%prep
%setup -n pygit2-%{version}
# Adjust include/lib paths to local system
#sed -i 's|/usr/local/include|%%{_includedir}|' setup.py
#sed -i 's|/usr/local/lib|%%{_libdir}|' setup.py

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

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
python setup.py test

%files
%defattr(-,root,root,-)
%doc COPYING README.rst
%{python_sitearch}/*

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

Reply via email to