Hello community,

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

Package is "python-augeas"

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

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:Factory/.python-augeas.new/python-augeas.changes 
2013-07-09 21:01:48.000000000 +0200
@@ -0,0 +1,36 @@
+-------------------------------------------------------------------
+Thu Jul  4 21:21:11 UTC 2013 - [email protected]
+
+- Install AUTHORS, COPYING, README.txt in %doc
+- Re-enable checks (not broken anymore)
+
+-------------------------------------------------------------------
+Wed Jan 23 16:14:53 UTC 2013 - [email protected]
+
+- New upstream release 0.4.1
+  * Allow "None" as value for set()
+  * Add span API call to match C API
+  * Make unit tests more quiet
+  * Work around RHEL6 on Power issue.
+  * test: make sure local augeas.py is used
+- New format for license tag (spdx.org)
+- Dropped bnc-722317.patch (included in upstream package)
+
+-------------------------------------------------------------------
+Thu Mar 15 11:35:32 UTC 2012 - [email protected]
+
+- Fix patch line in spec file (missing number)
+
+-------------------------------------------------------------------
+Thu Oct 13 08:52:52 UTC 2011 - [email protected]
+
+- fix known segfault due to ctypes converting void* to int on 
+  non-x86 architectures using patch at
+  https://fedorahosted.org/augeas/attachment/ticket/165
+  (bnc#722317)
+
+-------------------------------------------------------------------
+Fri Jun 17 14:17:05 UTC 2011 - [email protected]
+
+- initial package 0.4.0, as requested in fate#311720
+

New:
----
  python-augeas-0.4.1.tar.gz
  python-augeas.changes
  python-augeas.spec

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

Other differences:
------------------
++++++ python-augeas.spec ++++++
#
# spec file for package python-augeas
#
# 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
# 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-augeas
Version:        0.4.1
Release:        0.<RELEASE8>
Summary:        Python bindings for Augeas
License:        LGPL-2.1+
Group:          Development/Libraries/Python
Url:            http://augeas.net/
Source:         python-augeas-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  augeas-lenses
BuildRequires:  python-devel
Requires:       augeas
%{py_requires}

%description
Python bindings for Augeas, a library for programmatically editing
configuration files.



Authors:
--------
    Nathaniel McCallum <[email protected]>
    Jeff Schroeder <[email protected]>
    Harald Hoyer <[email protected]>
    Nils Philippsen <[email protected]>

%prep
%setup -q

%build
%{__python} setup.py build

%install
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES

%check
cd test
python test_augeas.py

%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc AUTHORS COPYING README.txt

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to