Package Release Info

povray-3.7.0.8-bp154.1.42

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

povray
povray-doc

Change Logs

* Thu Feb 13 2020 Stanislav Brabec <sbrabec@suse.com>
- Fix typo in RPM group.
* Mon Feb 03 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to maintenance release 3.7.0.8
  * Changes between 3.7.0.7 and 3.7.0.8
    + Modify thread creation code to more easily address thread stack size issues
    in Mac OS builds (requires Boost 1.50 or later to be effective).
  * Changes between 3.7.0.6 and 3.7.0.7
    + Fix configure script failing to properly handle `.` directory in
    `C_INCLUDE_PATH` or `CPLUS_INCLUDE_PATH` (fixes GitHub issue #342,
    "AX_FIX_INCORRECT_PATH is broken").
  * Changes between 3.7.0.5 and 3.7.0.6
    + Fix configure script failing to use -lboost_system with Boost 1.66
    (fixes GitHub issue #341, "macOS build failure for 3.7.0.5").
  * Changes between 3.7.0.4 and 3.7.0.5
    + Fixed compatibility with systems defining `NULL` as `0` when using
    `shared_ptr` from C++11 rather than boost/tr1 (GitHub issue #339).
    + Fixed compatibility with systems not exposing `atof` in the global
    namespace (reported in discussion about GitHub issue #317).
    + Eliminated use of `register` keyword to silence warnings with C++11 (where
    the keyword is deprecated) and improve compatibility with C++17 (where the
    keyword is disallowed).
  * Changes between 3.7.0.3 and 3.7.0.4
    + Fixed minor error in Unix man page.
    + Partially fixed incompatibility with Boost 1.65.0.
  * Changes between 3.7.0.2 and 3.7.0.3
    + Updated OpenEXR file handling code to be compatible with GNU C++ compiler
    g++ 6.x (missed that code portion in 3.7.0.2).
    + Fixed a bug discovered in bicubic patch code that could theoretically lead
    to unpredictable behaviour. (To our knowledge, the official 3.7.0 Windows
    binaries should be safe.)
  * Changes between 3.7.0.1 and 3.7.0.2
    + Updated the bundled boost library to version 1.62, as the version bundled
    with the 3.7.0.1 source code (boost 1.59) turned out to have a bug that
    would have caused POV-Ray for Windows to wake the computer from sleep mode
    even when not currently rendering.
    + Updated code to be compatible with GNU C++ compiler g++ 6.x (tested with
    6.3.1).
  * Changes between 3.7.0 and 3.7.0.1
    + Updated the Unix build process to be compatible with modern versions of
    Automake.
    + Updated the Unix build process to automatically link the `boost_system`
    library if required, to be compatible with modern versions of the boost
    libraries.
    + Updated the source code to eliminate conflicts with C++11.
    + Updated the Unix-specific source code and build process to be compatible
    with Mac OS X.
- Drop obsolete povray-3.6.9.7-boost-link.patch
- Correct License, with Povray 3.7.0 the license changed to
  AGPL-3.0-or-later, see http://www.povray.org/download/
- Package documentation
Version: 3.7.0.10-bp155.1.7
* Mon Jul 25 2022 Dirk Müller <dmueller@suse.com>
- update to 3.7.0.10:
  * This is POV-Ray v3.7.0.10, a maintenance update of POV-Ray v3.7.0, intended to
    further improve source code compatibility with modern build environments
* Fri May 20 2022 Jan Engelhardt <jengelh@inai.de>
- Build docs as noarch
- Use more pkgconfig() to refer to BuildRequires
Version: 3.7.0.0-bp150.2.4
* Mon May 22 2017 bwiedemann@suse.com
- Add reproducible.patch to sort input files to make build reproducible
* Thu Feb 02 2017 adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
* Sat Jul 16 2016 antoine.belvire@laposte.net
- Fix build with GCC 6 (boo#985057):
  * Add '-std=c++03' to CXXFLAGS
* Wed Apr 22 2015 gber@opensuse.org
- update to version 3.7.0.0
  - see http://www.povray.org/download/changes.txt for a list of
    changes
- relicensed as AGPL-3.0 (software) and CC-BY-SA-3.0 (includes,
  examples)
- removed unused povray-3.6.9.7-TIME_UTC_.patch
- clean up spec file
* Sat Jul 13 2013 alinm.elena@gmail.com
- update to 3.7.RC7
  * added patch  povray-3.6.9.7-boost-link.patch
  * allows boost to be linked
  * renamed all the patches to correspond to the version bump
  * updated patch TIME_UTC_.patch to reflect changes to source
  * BuildRequires: libSDL-devel openexr-devel
* Mon Nov 26 2012 jengelh@inai.de
- Parallel build with %_smp_mflags
- Remove redundant/unwanted tags/sections from specfile
* Wed Sep 05 2012 pgajdos@suse.com
- updated to 3.7.RC6 (builds against libpng15)
  * removed wronglibdetect.patch
  * removed libpng14.patch
  * added TIME_UTC_.patch
  * buildrequire boost-devel
* Mon Jun 18 2012 cfarrell@suse.com
- license update: SUSE-NonFree
  Package should be moved to NonFree. The license agreement is not suitable
  for openSUSE
* Tue Jan 10 2012 crrodriguez@opensuse.org
- Fix buildRequires and build on Factory
* Fri Dec 02 2011 coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
* Tue Apr 06 2010 pgajdos@suse.cz
- ported to new libpng14
* Sun Jun 01 2008 crrodriguez@suse.de
- Do not ever use bundled libpng,zlib,tiff
- needs fno-strict-aliasing
* Fri Jan 25 2008 meissner@suse.de
- last fix could still overflow buffer, the compiler just
  did not warn anymore.
- still uses builtin copy of libpng.
* Thu Jan 24 2008 coolo@suse.de
- fix build
* Mon Sep 18 2006 dmueller@suse.de
- build parallel
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Nov 15 2005 uli@suse.de
- build with -O1 on ARM to work around ICE
* Fri Jul 29 2005 nadvornik@suse.cz
- updated to 3.6.1
* Sat Jan 10 2004 adrian@suse.de
- build as user
* Wed Jul 30 2003 nadvornik@suse.cz
- really use RPM_OPT_FLAGS