3.7.92
This commit is contained in:
parent
68d0060c8d
commit
a42f1c9d6a
@ -1,6 +1,6 @@
|
||||
--- pygobject-3.7.3/tests/Makefile.in.ignore-more-pep8-errors 2012-12-20 22:06:52.968605463 +0100
|
||||
+++ pygobject-3.7.3/tests/Makefile.in 2012-12-20 22:07:01.671440981 +0100
|
||||
@@ -755,7 +755,7 @@
|
||||
--- pygobject-3.7.92/tests/Makefile.in.ignore-more-pep8-errors 2013-03-18 13:55:04.000000000 +0100
|
||||
+++ pygobject-3.7.92/tests/Makefile.in 2013-03-20 21:34:25.815686535 +0100
|
||||
@@ -759,7 +759,7 @@
|
||||
@if type pyflakes >/dev/null 2>&1; then pyflakes $(top_srcdir); else echo "skipped, pyflakes not installed"; fi
|
||||
@if test -z "$$SKIP_PEP8"; then \
|
||||
echo " CHECK PEP8"; \
|
||||
@ -8,10 +8,10 @@
|
||||
+ if type pep8 >/dev/null 2>&1; then pep8 --ignore=E501,E123,E124,E127 --repeat --show-source $(top_srcdir); else echo "skipped, pep8 not installed"; fi; \
|
||||
fi
|
||||
export `$(DBUS_LAUNCH)` && \
|
||||
$(RUN_TESTS_ENV_VARS) $(EXEC_NAME) $(PYTHON) -Wd -Werror::PendingDeprecationWarning -Werror::DeprecationWarning -Werror::RuntimeWarning $(srcdir)/runtests.py; rc=$$?; \
|
||||
--- pygobject-3.7.3/tests/Makefile.am.ignore-more-pep8-errors 2012-12-20 22:06:21.625197530 +0100
|
||||
+++ pygobject-3.7.3/tests/Makefile.am 2012-12-20 22:06:39.366862555 +0100
|
||||
@@ -133,7 +133,7 @@
|
||||
$(RUN_TESTS_ENV_VARS) $(EXEC_NAME) $(PYTHON) -Wd $(srcdir)/runtests.py; rc=$$?; \
|
||||
--- pygobject-3.7.92/tests/Makefile.am.ignore-more-pep8-errors 2013-02-27 21:14:17.000000000 +0100
|
||||
+++ pygobject-3.7.92/tests/Makefile.am 2013-03-20 21:34:25.815686535 +0100
|
||||
@@ -136,7 +136,7 @@
|
||||
@if type pyflakes >/dev/null 2>&1; then pyflakes $(top_srcdir); else echo "skipped, pyflakes not installed"; fi
|
||||
@if test -z "$$SKIP_PEP8"; then \
|
||||
echo " CHECK PEP8"; \
|
||||
@ -19,4 +19,4 @@
|
||||
+ if type pep8 >/dev/null 2>&1; then pep8 --ignore=E501,E123,E124,E127 --repeat --show-source $(top_srcdir); else echo "skipped, pep8 not installed"; fi; \
|
||||
fi
|
||||
export `$(DBUS_LAUNCH)` && \
|
||||
$(RUN_TESTS_ENV_VARS) $(EXEC_NAME) $(PYTHON) -Wd -Werror::PendingDeprecationWarning -Werror::DeprecationWarning -Werror::RuntimeWarning $(srcdir)/runtests.py; rc=$$?; \
|
||||
$(RUN_TESTS_ENV_VARS) $(EXEC_NAME) $(PYTHON) -Wd $(srcdir)/runtests.py; rc=$$?; \
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: pygobject3
|
||||
Version: 3.7.91
|
||||
Version: 3.7.92
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+ and MIT
|
||||
Group: Development/Languages
|
||||
@ -261,6 +261,9 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check %{verbosity}
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.92-1
|
||||
- Update to 3.7.92
|
||||
|
||||
* Thu Mar 7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
|
||||
- Update to 3.7.91
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user