Hello community,
here is the log from the commit of package frogatto for openSUSE:Factory:NonFree checked in at 2017-01-25 23:37:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory:NonFree/frogatto (Old)
and /work/SRC/openSUSE:Factory:NonFree/.frogatto.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "frogatto"
Changes:
--------
--- /work/SRC/openSUSE:Factory:NonFree/frogatto/frogatto.changes 2017-01-22 00:52:17.530445652 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.frogatto.new/frogatto.changes 2017-01-25 23:37:23.687634148 +0100
@@ -1,0 +2,5 @@
+Tue Jan 24 18:05:05 UTC 2017 - jengelh(a)inai.de
+
+- Update description and compact commands
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ frogatto.spec ++++++
--- /var/tmp/diff_new_pack.MosTMl/_old 2017-01-25 23:37:32.606290494 +0100
+++ /var/tmp/diff_new_pack.MosTMl/_new 2017-01-25 23:37:32.606290494 +0100
@@ -1,7 +1,7 @@
#
# spec file for package frogatto
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
Name: frogatto
Version: 1.3.1
Release: 0
-Summary: An action-adventure game, starring a certain quixotic frog
+Summary: Action-adventure game starring a certain quixotic frog
License: GPL-3.0+
Group: Amusements/Games/Action/Arcade
Url: http://www.frogatto.com
@@ -47,7 +47,7 @@
Recommends: frogatto-lang
%description
-Frogatto is an open-source "platformer" game, which means you're given a cross-section view into the world,
+Frogatto is a "platformer" game, which means you are given a cross-section view into the world,
and you help a small green fellow named Frogatto walk and jump between solid footholds
whilst you lead him through his story.
@@ -58,12 +58,12 @@
BuildArch: noarch
%description data
-Frogatto is an open-source "platformer" game, which means you're given a cross-section view into the world,
+Frogatto is a "platformer" game, which means you are given a cross-section view into the world,
and you help a small green fellow named Frogatto walk and jump between solid footholds
whilst you lead him through his story.
This package contains the game data (music, images, etc.) which are distributed under a different
-license than the game.
+license than the game engine.
%lang_package
@@ -74,10 +74,8 @@
rm -rf */MacOS*
rm -rf */modules/cube_trains/*
rm -rf */modules/frogatto/utils
-
-find . -name "music_aac" | xargs rm -r
-find . -name "music_aac_mini" | xargs rm -r
-find . -name "sounds_wav" | xargs rm -r
+find . -name music_aac -o -name music_aac_mini -o -name sounds_wav \
+ -exec rm -R "{}" +
%build
export CXXFLAGS="%{optflags}"
Hello community,
here is the log from the commit of package xfce4-terminal for openSUSE:Factory checked in at 2017-01-25 23:37:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-terminal (Old)
and /work/SRC/openSUSE:Factory/.xfce4-terminal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-terminal"
Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-terminal/xfce4-terminal.changes 2016-11-14 20:17:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-terminal.new/xfce4-terminal.changes 2017-01-25 23:37:10.857567102 +0100
@@ -1,0 +2,45 @@
+Wed Jan 25 07:23:11 UTC 2017 - lazy.kent(a)opensuse.org
+
+- Update to 0.8.3.
+ * Fix incorrect initial position of a drop-down window under
+ Unity.
+ * min-height/width CSS properties not available in old GTK
+ versions.
+ * Remove redundant set_window_geometry_hints() call.
+ * Add Help button to Set Title dialog.
+ * GtkColorButton show-editor property only available starting
+ with GTK 3.20.
+ * Watch for screen size changes to update drop-down window size
+ or position accordingly. Size change signal is emitted when
+ monitor resolution is changed or another monitor is connected.
+ * Make slim tabs even more slim.
+ * Translation updates: Chinese (China), Lithuanian, Thai.
+- Changes in 0.8.2.
+ * Add hidden option MiscSlimTabs to override huge gtk3 tabs
+ style.
+ * Temporarily show menubar with F10 even if it's hidden.
+ * Add "Run custom command instead of shell" feature.
+ * Fix segfault on dragging last window tab to another window.
+ * Add option for ambigouos-width characters (narrow/wide).
+ * Don't show palette when editing palette colors in preferences.
+ * Fix move dropdown window to monitor with pointer behavior.
+ * When un-closing a tab, set it active if it was active when it
+ got closed.
+ * Set locale as vte encoding in case encoding is not set in prefs
+ (support for running 'LANG=charset xfce4-terminal').
+ * Allow to specify text selection background color.
+ * Allow to select system-wide monospace font in preferences.
+ * Fix Alt+n shortcuts when starting with several tabs.
+ * Add option to automatically copy selection to the clipboard.
+ * Support background image transparency.
+ * Fix deprecation warnings.
+ * Support setting drop-down status bar icon with --icon option.
+ * Fix terminal geometry hints for GTK < 3.19.5.
+ * Translation updates: Arabic, Bulgarian, Catalan, Chinese
+ (China), Chinese (Taiwan), Croatian, Czech, Danish, Deutsch,
+ Dutch, French, Hebrew, Italian, Japanese, Kazakh, Korean,
+ Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese,
+ Portuguese (Brazil), Russian, Slovak, Spanish, Swedish,
+ Ukrainian.
+
+-------------------------------------------------------------------
Old:
----
xfce4-terminal-0.8.1.tar.bz2
New:
----
xfce4-terminal-0.8.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-terminal.spec ++++++
--- /var/tmp/diff_new_pack.m8MADA/_old 2017-01-25 23:37:11.289502027 +0100
+++ /var/tmp/diff_new_pack.m8MADA/_new 2017-01-25 23:37:11.297500822 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xfce4-terminal
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Guido Berhoerster.
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: xfce4-terminal
-Version: 0.8.1
+Version: 0.8.3
Release: 0
Summary: Terminal Emulator for the Xfce Desktop Environment
License: GPL-2.0+
++++++ xfce4-terminal-0.8.1.tar.bz2 -> xfce4-terminal-0.8.3.tar.bz2 ++++++
++++ 38889 lines of diff (skipped)
Hello community,
here is the log from the commit of package python-mpi4py for openSUSE:Factory checked in at 2017-01-25 23:36:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mpi4py (Old)
and /work/SRC/openSUSE:Factory/.python-mpi4py.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mpi4py"
Changes:
--------
New Changes file:
--- /dev/null 2016-12-08 12:47:06.134691974 +0100
+++ /work/SRC/openSUSE:Factory/.python-mpi4py.new/python-mpi4py.changes 2017-01-25 23:36:15.977835446 +0100
@@ -0,0 +1,48 @@
+-------------------------------------------------------------------
+Tue Jan 24 15:52:06 UTC 2017 - junghans(a)votca.org
+
+- install LICENSE.rst as suggest in request#445611
+
+-------------------------------------------------------------------
+Sun Dec 11 17:16:46 UTC 2016 - junghans(a)votca.org
+
+- Update to version 2.0.0
+ * Support for MPI-3 features.
+ * Support for MPI-2 features not included in previous releases.
+ * New scalable implementation of reduction operations for Python objects.
+
+-------------------------------------------------------------------
+Thu Oct 24 17:48:30 UTC 2013 - toddrme2178(a)gmail.com
+
+- Update to version 1.3.1
+ * Regenerate C wrappers with Cython 0.19.1 to support Python 3.3.
+ * Install ``*.pxd`` files in ``<site-packages>/mpi4py`` to ease the
+ support for Cython's ``cimport`` statement in code requiring to
+ access mpi4py internals.
+ * As a side-effect of using Cython 0.19.1, ancient Python 2.3 is no
+ longer supported. If you really need it, you can install an older
+ Cython and run ``python setup.py build_src --force``.
+
+-------------------------------------------------------------------
+Tue May 22 12:15:04 UTC 2012 - toddrme2178(a)gmail.com
+
+- Update to version 1.3
+- Add Python 3 package
+
+-------------------------------------------------------------------
+Sat Feb 25 23:26:20 UTC 2012 - scorot(a)free.fr
+
+- fix build for SLE-11
+
+-------------------------------------------------------------------
+Fri Jan 6 17:28:34 UTC 2012 - toddrme2178(a)gmail.com
+
+- Update to version 1.2.2
+- Clean up spec file
+- Switch to .changes file
+
+-------------------------------------------------------------------
+Tue May 5 00:00:00 UTC 2009 - felix.richter2(a)uni-rostock.de
+
+- Initial specfile generated by python distutils,
+- adapted for SUSE Build Service
New:
----
mpi4py-2.0.0.tar.gz
python-mpi4py.changes
python-mpi4py.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mpi4py.spec ++++++
#
# spec file for package python-mpi4py
#
# Copyright (c) 2013-2016 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/
#
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%define modname mpi4py
Name: python-%{modname}
Version: 2.0.0
Release: 1
License: BSD-2-Clause
Summary: MPI for Python
Url: https://bitbucket.org/mpi4py/mpi4py
Group: Development/Libraries/Python
Source0: https://bitbucket.org/%{modname}/%{modname}/downloads/%{modname}-%{version}…
BuildRequires: fdupes
BuildRequires: openmpi-devel
BuildRequires: python-devel
Requires: openmpi
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%py_requires
%description
This package provides MPI support for Python scripting in parallel
environments. It is constructed on top of the MPI-1/MPI-2
specification, but provides an object oriented interface which closely
follows the MPI-2 C++ bindings.
This module supports point-to-point (send, receive) and collective
(broadcast, scatter, gather, reduction) communications of any
*picklable* Python object.
For objects exporting single-segment buffer interface (strings, NumPy
arrays, etc.), blocking/nonbloking/persistent point-to-point,
collective and one-sided (put, get, accumulate) communications are
fully supported, as well as parallel I/O (blocking and nonbloking,
collective and noncollective read and write operations using explicit
file offsets, individual file pointers and shared file
pointers).
There is also full support for group and communicator (inter, intra,
Cartesian and graph topologies) creation and management, as well as
creating user-defined datatypes. Additionally, there is almost
complete support for dynamic process creation and management (spawn,
name publishing).
%package devel
Summary: Development files for %{name}
Group: Development/Libraries/Python
Requires: %{name} = %{version}
%py_requires -d
%description devel
Development libraries and headers needed to build packages using %{name}
%prep
%setup -q -n %{modname}-%{version}
%build
env CFLAGS="%{optflags}" python setup.py build
%install
python setup.py install --root=%{buildroot} --prefix=%{_prefix} --install-headers=%{_includedir}
mkdir -p -m 755 %{buildroot}%{_includedir}
mv %{buildroot}%{python_sitearch}/%{modname}/include/%{modname} %{buildroot}/%{_includedir}
%fdupes -s %{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc LICENSE.rst
%{python_sitearch}/%{modname}
%{python_sitearch}/%{modname}-%{version}-py%{py_ver}.egg-info
%files devel
%defattr(-,root,root)
%{_includedir}/%{modname}
%changelog