Hello community, here is the log from the commit of package pychecker for openSUSE:Factory checked in at 2011-11-14 13:27:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pychecker (Old) and /work/SRC/openSUSE:Factory/.pychecker.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pychecker", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/pychecker/pychecker.changes 2011-09-23 12:42:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pychecker.new/pychecker.changes 2011-11-14 13:27:41.000000000 +0100 @@ -1,0 +2,14 @@ +Thu Nov 10 11:03:00 UTC 2011 - [email protected] + +- Spec file cleanup: + * SPDX-style license tag (BSD-3-Clause) + * Removed outdated %clean section, AutoReqProv and authors in descr. + * Use sed inplace + * No need to patch 'pychecker' binary + +------------------------------------------------------------------- +Tue Apr 12 16:07:21 CEST 2011 - [email protected] + +- update to 0.8.19 + +------------------------------------------------------------------- Old: ---- pychecker-0.8.18.tar.bz2 New: ---- pychecker-0.8.19.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pychecker.spec ++++++ --- /var/tmp/diff_new_pack.nyWoeF/_old 2011-11-14 13:27:43.000000000 +0100 +++ /var/tmp/diff_new_pack.nyWoeF/_new 2011-11-14 13:27:43.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package pychecker (Version 0.8.18) +# spec file for package pychecker # -# Copyright (c) 2009 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,23 +15,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: pychecker -BuildRequires: python-devel -License: BSD 3-clause (or similar) +Version: 0.8.19 +Release: 0 +Url: http://sourceforge.net/projects/pychecker +Summary: A tool for finding bugs in python source code +License: BSD-3-clause (or similar) Group: Development/Languages/Python -AutoReqProv: on -Version: 0.8.18 -Release: 4 Source: %{name}-%{version}.tar.bz2 Source1: pychecker.1 -Url: http://sourceforge.net/projects/pychecker BuildRoot: %{_tmppath}/%{name}-%{version}-build -Summary: A tool for finding bugs in python source code +BuildRequires: python-devel %{py_requires} -%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} +%if 0%{?suse_version} > 1110 BuildArch: noarch %endif @@ -42,33 +40,21 @@ some warnings may be incorrect; however, spurious warnings should be fairly infrequent. - - -Authors: --------- - Neal Norwitz <[email protected]> - Eric C. Newton <[email protected]> - %prep -%setup +%setup -q %build -export CFLAGS="$RPM_OPT_FLAGS" -python setup.py build +CFLAGS="%{optflags}" python setup.py build %install -python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES -sed -e "s#$RPM_BUILD_ROOT##" $RPM_BUILD_ROOT/usr/bin/pychecker > pychecker.modified -cp pychecker.modified $RPM_BUILD_ROOT/usr/bin/pychecker -install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man1 -install -m 644 %{S:1} $RPM_BUILD_ROOT%{_mandir}/man1 - -%clean -rm -rf $RPM_BUILD_ROOT +python setup.py install --prefix=%{_prefix} --root=%{buildroot} +install -Dm644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1 -%files -f INSTALLED_FILES +%files %defattr(-,root,root) -%doc COPYRIGHT CHANGELOG KNOWN_BUGS MAINTAINERS pycheckrc README TODO +%doc COPYRIGHT ChangeLog KNOWN_BUGS MAINTAINERS pycheckrc README TODO %doc %{_mandir}/man1/* +%{_bindir}/pychecker +%{python_sitelib}/* %changelog ++++++ pychecker-0.8.18.tar.bz2 -> pychecker-0.8.19.tar.bz2 ++++++ ++++ 16294 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
