Hello community,

here is the log from the commit of package ogre for openSUSE:Factory checked in 
at 2020-07-29 17:36:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ogre (Old)
 and      /work/SRC/openSUSE:Factory/.ogre.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ogre"

Wed Jul 29 17:36:24 2020 rev:4 rq:823409 version:1.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ogre/ogre.changes        2018-01-06 
18:49:23.934643865 +0100
+++ /work/SRC/openSUSE:Factory/.ogre.new.3592/ogre.changes      2020-07-29 
17:36:27.177403574 +0200
@@ -1,0 +2,6 @@
+Fri Jul 24 15:22:30 UTC 2020 - Michel Normand <norm...@linux.vnet.ibm.com>
+
+- Add _constraints with default min 4GB disk
+  and specifically for PowerPC set min 6GB physicalmemory.
+
+-------------------------------------------------------------------

New:
----
  _constraints

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

Other differences:
------------------
++++++ ogre.spec ++++++
--- /var/tmp/diff_new_pack.znoAL2/_old  2020-07-29 17:36:28.513404787 +0200
+++ /var/tmp/diff_new_pack.znoAL2/_new  2020-07-29 17:36:28.513404787 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ogre
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,9 +23,9 @@
 Version:        1.9.0
 Release:        0
 Summary:        Object-Oriented Graphics Rendering Engine
-License:        LGPL-2.1
+License:        LGPL-2.1-only
 Group:          Development/Libraries/C and C++
-Url:            http://www.ogre3d.org/
+URL:            http://www.ogre3d.org/
 Source0:        https://bitbucket.org/sinbad/ogre/get/v%{_version}.tar.bz2
 # PATCH-FIX-UPSTREAM ogre1.9.0-browser-cmake.patch
 Patch0:         ogre1.9.0-browser-cmake.patch

++++++ _constraints ++++++
<constraints>
  <hardware>
    <disk>
      <size unit="G">4</size>
    </disk>
  </hardware>

  <overwrite>
    <conditions>
      <arch>ppc64le</arch>
      <arch>ppc64</arch>
    </conditions>
    <hardware>
      <physicalmemory>
        <size unit="G">6</size>
      </physicalmemory>
    </hardware>
  </overwrite>
</constraints>

Reply via email to