File povray.changes of Package povray
-------------------------------------------------------------------
Thu Aug 29 21:12:13 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Quote "%{vendor}", otherwise it can be parsed wrong when it has
a value like "SUSE LLC <https://www.suse.com/>".
-------------------------------------------------------------------
Thu Feb 22 07:17:08 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Jul 25 06:21:02 UTC 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 08:00:20 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Build docs as noarch
- Use more pkgconfig() to refer to BuildRequires
-------------------------------------------------------------------
Thu Feb 13 15:55:14 UTC 2020 - Stanislav Brabec <sbrabec@suse.com>
- Fix typo in RPM group.
-------------------------------------------------------------------
Mon Feb 3 16:31:51 UTC 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
-------------------------------------------------------------------
Mon May 22 04:25:02 UTC 2017 - bwiedemann@suse.com
- Add reproducible.patch to sort input files to make build reproducible
-------------------------------------------------------------------
Thu Feb 2 11:45:01 UTC 2017 - adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
-------------------------------------------------------------------
Sat Jul 16 10:50:18 UTC 2016 - antoine.belvire@laposte.net
- Fix build with GCC 6 (boo#985057):
* Add '-std=c++03' to CXXFLAGS
-------------------------------------------------------------------
Wed Apr 22 12:40:08 UTC 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 14:25:40 UTC 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 19:06:38 UTC 2012 - jengelh@inai.de
- Parallel build with %_smp_mflags
- Remove redundant/unwanted tags/sections from specfile
-------------------------------------------------------------------
Wed Sep 5 13:44:45 UTC 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 11:38:00 UTC 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 17:05:55 UTC 2012 - crrodriguez@opensuse.org
- Fix buildRequires and build on Factory
-------------------------------------------------------------------
Fri Dec 2 12:58:36 UTC 2011 - coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Tue Apr 6 16:17:17 CEST 2010 - pgajdos@suse.cz
- ported to new libpng14
-------------------------------------------------------------------
Sun Jun 1 05:37:21 CEST 2008 - crrodriguez@suse.de
- Do not ever use bundled libpng,zlib,tiff
- needs fno-strict-aliasing
-------------------------------------------------------------------
Fri Jan 25 18:06:07 CET 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 20:39:38 CET 2008 - coolo@suse.de
- fix build
-------------------------------------------------------------------
Mon Sep 18 22:27:18 CEST 2006 - dmueller@suse.de
- build parallel
-------------------------------------------------------------------
Wed Jan 25 21:40:33 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Tue Nov 15 18:41:17 CET 2005 - uli@suse.de
- build with -O1 on ARM to work around ICE
-------------------------------------------------------------------
Fri Jul 29 11:14:28 CEST 2005 - nadvornik@suse.cz
- updated to 3.6.1
-------------------------------------------------------------------
Sat Jan 10 12:15:07 CET 2004 - adrian@suse.de
- build as user
-------------------------------------------------------------------
Wed Jul 30 15:21:55 CEST 2003 - nadvornik@suse.cz
- really use RPM_OPT_FLAGS
-------------------------------------------------------------------
Tue Jul 29 11:20:06 CEST 2003 - nadvornik@suse.cz
- updated to 3.50c
-------------------------------------------------------------------
Mon Dec 2 01:40:51 CET 2002 - ro@suse.de
- link with libpthread
-------------------------------------------------------------------
Thu Aug 29 13:11:38 CEST 2002 - nadvornik@suse.cz
- enable access to whole filesystem by default
- set display off by default to be compatible with previous version
-------------------------------------------------------------------
Mon Aug 26 17:14:12 CEST 2002 - nadvornik@suse.cz
- marked files in /etc as config
-------------------------------------------------------------------
Wed Aug 07 16:15:30 CEST 2002 - nadvornik@suse.cz
- updated to 3.50a
-------------------------------------------------------------------
Fri Jul 26 21:35:46 CEST 2002 - adrian@suse.de
- fix neededforbuild
-------------------------------------------------------------------
Wed Apr 24 11:18:47 CEST 2002 - nadvornik@suse.cz
- used macro %{_lib}
-------------------------------------------------------------------
Tue Feb 26 15:23:31 CET 2002 - nadvornik@suse.cz
- fixed file permissions in /usr/lib/povray31
-------------------------------------------------------------------
Fri Feb 1 00:26:14 CET 2002 - ro@suse.de
- changed neededforbuild <libpng> to <libpng-devel-packages>
-------------------------------------------------------------------
Mon Nov 12 09:50:07 CET 2001 - ro@suse.de
- no svgalib
-------------------------------------------------------------------
Wed Mar 7 16:28:35 CET 2001 - uli@suse.de
- added xf86 to neededforbuild
-------------------------------------------------------------------
Wed Jan 3 10:27:35 CET 2001 - nadvornik@suse.cz
- fixed povray.ini [#5012]
-------------------------------------------------------------------
Thu Sep 21 09:51:36 CEST 2000 - nadvornik@suse.cz
- added BuildRoot
- added URL
- installed sample scenes
-------------------------------------------------------------------
Mon Jun 19 20:00:33 CEST 2000 - kasal@suse.cz
- Added Group: tag
-------------------------------------------------------------------
Thu Feb 24 14:51:33 CET 2000 - kasal@suse.de
- added a trick to remove dependencies on xf86 and svgalib
-------------------------------------------------------------------
Mon Jan 17 07:51:25 CET 2000 - nashif@suse.de
- update to 3.1g
- moved man pages to /usr/share
-------------------------------------------------------------------
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
-------------------------------------------------------------------
Wed Feb 17 12:11:10 MET 1999 - ro@suse.de
- compile with mieee on alpha
-------------------------------------------------------------------
Thu Jan 14 01:04:02 MET 1999 - ro@suse.de
- svgalib version only built on ix86
-------------------------------------------------------------------
Tue Nov 4 09:11:17 MET 1997 - ro@suse.de
- version 3.02
add demo sources and psdoc
----------------------------------------------------------------------------
Thu Feb 6 11:56:09 CET 1997 - rj@suse.de
- version 3.0.10
- new package replaces 2.2.1