commit povray for openSUSE:Factory:NonFree

2015-05-14 Thread h_root
Hello community,

here is the log from the commit of package povray for openSUSE:Factory:NonFree 
checked in at 2015-05-15 07:44:30

Comparing /work/SRC/openSUSE:Factory:NonFree/povray (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.povray.new (New)


Package is povray

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/povray/povray.changes2013-07-16 
16:13:51.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.povray.new/povray.changes   
2015-05-15 07:44:59.0 +0200
@@ -1,0 +2,11 @@
+Wed Apr 22 12:40:08 UTC 2015 - g...@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
+
+---

Old:

  povray-3.6.9.7-TIME_UTC_.patch
  povray-3.7.0.RC7.tar.bz2

New:

  v3.7.0.0.tar.gz



Other differences:
--
++ povray.spec ++
--- /var/tmp/diff_new_pack.1YdE7X/_old  2015-05-15 07:45:01.0 +0200
+++ /var/tmp/diff_new_pack.1YdE7X/_new  2015-05-15 07:45:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package povray
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -15,34 +15,35 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
+%define maj_version 3.7
+%define min_version 0.0
 Name:   povray
-License:SUSE-NonFree
-Group:  Productivity/Graphics/Visualization/Raytracers
-Version:3.6.9.7
+Version:%{maj_version}.%{min_version}
 Release:0
 Summary:Ray Tracer
+License:AGPL-3.0 and CC-BY-SA-3.0
+Group:  Productivity/Graphics/Visualization/Raytracers
 Url:http://www.povray.org
-
-Source: povray-3.7.0.RC7.tar.bz2
-Patch1: povray-%{version}-ini.patch
-Patch2: povray-%{version}-fix.patch
-# boost changed TIME_UTC - TIME_UTC_
-Patch3: povray-%{version}-TIME_UTC_.patch
+Source: https://github.com/POV-Ray/povray/archive/v%{version}.tar.gz
+Patch1: povray-3.6.9.7-ini.patch
+Patch2: povray-3.6.9.7-fix.patch
 # make boost link 
-Patch4: povray-%{version}-boost-link.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch4: povray-3.6.9.7-boost-link.patch
+BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  boost-devel
+BuildRequires:  dos2unix
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
-BuildRequires:  libtiff-devel
-BuildRequires:  xorg-x11-libXpm-devel
 BuildRequires:  xorg-x11-libX11-devel
-BuildRequires:  libjpeg-devel
-BuildRequires:  zlib-devel
-BuildRequires:  libSDL-devel 
-BuildRequires:  openexr-devel 
+BuildRequires:  xorg-x11-libXpm-devel
+BuildRequires:  pkgconfig(OpenEXR)
+BuildRequires:  pkgconfig(libtiff-4)
+BuildRequires:  pkgconfig(sdl)
+BuildRequires:  pkgconfig(zlib)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Persistence of Vision Ray tracer creates three-dimensional,
@@ -55,43 +56,62 @@
 realistic reflections, shading, perspective, and other effects.
 
 %prep
-%setup -q -n povray-3.7.0.RC7
+%setup -q
 %patch1
 %patch2
-# boost changed TIME_UTC - TIME_UTC_
-%if 0%{suse_version}  1220 
 %patch4 
-%endif
+
+# remove inline copies of shared libraries
 rm -rf libraries
+
+# add missing standard files
+sed -i 's,automake --warnings=all,automake --warnings=all --add-missing,' \
+unix/prebuild.sh
+
+# fix wrong newline encoding
+dos2unix -k unix/scripts/*.sh
+
 %build
-autoreconf -fi
+( cd unix  ./prebuild.sh )
 %ifarch %arm
 # work around ICE
-RPM_OPT_FLAGS=$RPM_OPT_FLAGS -O1
+RPM_OPT_FLAGS=%{optflags} -O1
 %endif
-CXXFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-multichar 
CFLAGS=$CXXFLAGS\
-%configure COMPILED_BY=SUSE LINUX Products GmbH, Nuernberg, Germany \
- --disable-optimiz --with-boost-libdir=%{_libdir} 
+CXXFLAGS=%{optflags} -fno-strict-aliasing -Wno-multichar CFLAGS=$CXXFLAGS \
+%configure \
+COMPILED_BY=SUSE LINUX GmbH, Nuernberg, Germany \
+--disable-strip \
+--disable-optimiz \
+--with-boost-libdir=%{_libdir}
+
+# fix up paths
+sed -i -e 's,^DEFAULT_DIR=.*,DEFAULT_DIR=/usr,' scripts/*
+sed -i -e 's,^SYSCONFDIR=.*,SYSCONFDIR=/etc,' scripts/*
+
 make %{?_smp_mflags}
-perl -pi -e 's,^DEFAULT_DIR=.*,DEFAULT_DIR=/usr,' scripts/* 
-perl -pi -e 's,^SYSCONFDIR=.*,SYSCONFDIR=/etc,' 

commit povray for openSUSE:Factory:NonFree

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package povray for openSUSE:Factory:NonFree 
checked in at 2012-11-28 16:22:42

Comparing /work/SRC/openSUSE:Factory:NonFree/povray (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.povray.new (New)


Package is povray, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/povray/povray.changes2012-09-14 
12:34:02.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.povray.new/povray.changes   
2012-11-28 16:22:44.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 26 19:06:38 UTC 2012 - jeng...@inai.de
+
+- Parallel build with %_smp_mflags
+- Remove redundant/unwanted tags/sections from specfile
+
+---



Other differences:
--
++ povray.spec ++
--- /var/tmp/diff_new_pack.srx6lK/_old  2012-11-28 16:22:45.0 +0100
+++ /var/tmp/diff_new_pack.srx6lK/_new  2012-11-28 16:22:45.0 +0100
@@ -16,29 +16,29 @@
 #
 
 
-
 Name:   povray
-BuildRequires:  automake
-BuildRequires:  boost-devel
-BuildRequires:  gcc-c++
-BuildRequires:  libpng-devel
-BuildRequires:  libtiff-devel
-BuildRequires:  xorg-x11-libXpm-devel
-BuildRequires:  xorg-x11-libX11-devel
-BuildRequires:  libjpeg-devel
-BuildRequires:  zlib-devel
 License:SUSE-NonFree
 Group:  Productivity/Graphics/Visualization/Raytracers
 Version:3.6.9.6
 Release:0
 Summary:Ray Tracer
 Url:http://www.povray.org
+
 Source: povray-3.7.0.RC6.tar.bz2
 Patch1: povray-%{version}-ini.patch
 Patch2: povray-%{version}-fix.patch
 # boost changed TIME_UTC - TIME_UTC_
 Patch3: povray-%{version}-TIME_UTC_.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake
+BuildRequires:  boost-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  xorg-x11-libXpm-devel
+BuildRequires:  xorg-x11-libX11-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  zlib-devel
 
 %description
 The Persistence of Vision Ray tracer creates three-dimensional,
@@ -50,26 +50,6 @@
 take several hours) but it produces very high quality images with
 realistic reflections, shading, perspective, and other effects.
 
-
-
-Authors:
-
-Steve Anger   san...@hookup.net
-Dieter Bayer  100255.3...@compuserve.com
-Chris Cason   chris.ca...@oaks.com.au
-Andreas Dilgeradil...@enel.ucalgary.ca
-Alexander Enzmann xan...@mitre.com
-Dan Farmer74431.1...@compuserve.com
-Lutz Kretzschmar  100023.2...@compuserve.com
-Mike Miller   70353@compuserve.com
-Joel NewKirk  102627.1...@compuserve.com
-Anton Raves   100022.2...@compuserve.com
-Tim Rowleytrow...@geom.umn.edu
-Eduard Schwan 71513.2...@compuserve.com
-Zsolt Szalavari   zs...@cg.tuwien.ac.at
-Timothy Wegnertweg...@phoenix.net
-Chris Young   76702.1...@compuserve.com
-
 %prep
 %setup -q -n povray-3.7.0.RC6
 %patch1
@@ -89,7 +69,7 @@
 CXXFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-multichar 
CFLAGS=$CXXFLAGS\
 %configure COMPILED_BY=SUSE LINUX Products GmbH, Nuernberg, Germany \
  --disable-optimiz --with-boost-thread=boost_thread-mt
-make %{?jobs:-j %jobs}
+make %{?_smp_mflags}
 perl -pi -e 's,^DEFAULT_DIR=.*,DEFAULT_DIR=/usr,' scripts/* 
 perl -pi -e 's,^SYSCONFDIR=.*,SYSCONFDIR=/etc,' scripts/* 
 
@@ -111,7 +91,4 @@
 %{_mandir}/man*/*
 %doc %{_defaultdocdir}/%{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit povray for openSUSE:Factory:NonFree

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package povray for openSUSE:Factory:NonFree 
checked in at 2012-09-14 12:34:00

Comparing /work/SRC/openSUSE:Factory:NonFree/povray (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.povray.new (New)


Package is povray, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/povray/povray.changes2012-06-26 
17:21:46.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.povray.new/povray.changes   
2012-09-14 12:34:02.0 +0200
@@ -1,0 +2,9 @@
+Wed Sep  5 13:44:45 UTC 2012 - pgaj...@suse.com
+
+- updated to 3.7.RC6 (builds against libpng15)
+  * removed wronglibdetect.patch
+  * removed libpng14.patch
+  * added TIME_UTC_.patch
+  * buildrequire boost-devel
+
+---

Old:

  povray-3.6.1-fix.patch
  povray-3.6.1-ini.patch
  povray-3.6.1-libpng14.patch
  povray-3.6.1-maxlib.patch
  povray-3.6.1-wronglibdetect.patch
  povray-3.6.tar.bz2

New:

  povray-3.6.9.6-TIME_UTC_.patch
  povray-3.6.9.6-fix.patch
  povray-3.6.9.6-ini.patch
  povray-3.7.0.RC6.tar.bz2



Other differences:
--
++ povray.spec ++
--- /var/tmp/diff_new_pack.a31O8d/_old  2012-09-14 12:34:04.0 +0200
+++ /var/tmp/diff_new_pack.a31O8d/_new  2012-09-14 12:34:04.0 +0200
@@ -19,6 +19,7 @@
 
 Name:   povray
 BuildRequires:  automake
+BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
@@ -28,16 +29,15 @@
 BuildRequires:  zlib-devel
 License:SUSE-NonFree
 Group:  Productivity/Graphics/Visualization/Raytracers
-Version:3.6.1
+Version:3.6.9.6
 Release:0
 Summary:Ray Tracer
 Url:http://www.povray.org
-Source: povray-3.6.tar.bz2
+Source: povray-3.7.0.RC6.tar.bz2
 Patch1: povray-%{version}-ini.patch
-Patch2: povray-%{version}-maxlib.patch
-Patch3: povray-%{version}-fix.patch
-Patch4: povray-%{version}-wronglibdetect.patch
-Patch5: povray-%{version}-libpng14.patch
+Patch2: povray-%{version}-fix.patch
+# boost changed TIME_UTC - TIME_UTC_
+Patch3: povray-%{version}-TIME_UTC_.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -71,12 +71,13 @@
 Chris Young   76702.1...@compuserve.com
 
 %prep
-%setup -q
+%setup -q -n povray-3.7.0.RC6
 %patch1
 %patch2
-%patch3
-%patch4
-%patch5 -p1
+# boost changed TIME_UTC - TIME_UTC_
+%if 0%{suse_version}  1220 
+%patch3 -p1
+%endif
 rm -rf libraries
 
 %build
@@ -87,7 +88,7 @@
 %endif
 CXXFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-multichar 
CFLAGS=$CXXFLAGS\
 %configure COMPILED_BY=SUSE LINUX Products GmbH, Nuernberg, Germany \
- --disable-optimiz
+ --disable-optimiz --with-boost-thread=boost_thread-mt
 make %{?jobs:-j %jobs}
 perl -pi -e 's,^DEFAULT_DIR=.*,DEFAULT_DIR=/usr,' scripts/* 
 perl -pi -e 's,^SYSCONFDIR=.*,SYSCONFDIR=/etc,' scripts/* 
@@ -106,7 +107,7 @@
 %defattr(-,root,root)
 %config /etc/*
 /usr/bin/povray
-/usr/share/povray-3.6
+/usr/share/povray-3.7
 %{_mandir}/man*/*
 %doc %{_defaultdocdir}/%{name}
 

++ povray-3.6.9.6-TIME_UTC_.patch ++
Index: povray-3.7.0.RC6/source/backend/scene/view.cpp
===
--- povray-3.7.0.RC6.orig/source/backend/scene/view.cpp
+++ povray-3.7.0.RC6/source/backend/scene/view.cpp
@@ -1550,7 +1550,7 @@ const Camera *RTRData::CompletedFrame()
}
 
boost::xtime t;
-   boost::xtime_get (t, boost::TIME_UTC);
+   boost::xtime_get (t, boost::TIME_UTC_);
t.sec += 3;
 
// this will cause us to wait until the other threads are done.
Index: povray-3.7.0.RC6/source/base/timer.cpp
===
--- povray-3.7.0.RC6.orig/source/base/timer.cpp
+++ povray-3.7.0.RC6/source/base/timer.cpp
@@ -117,7 +117,7 @@ TimerDefault::~TimerDefault()
 POV_LONG TimerDefault::ElapsedRealTime() const
 {
boost::xtime t;
-   boost::xtime_get(t, boost::TIME_UTC);
+   boost::xtime_get(t, boost::TIME_UTC_);
POV_LONG tt = (POV_LONG)(t.sec) * (POV_LONG)(10) + 
(POV_LONG)(t.nsec);
POV_LONG st = (POV_LONG)(realTimeStart.sec) * (POV_LONG)(10) + 
(POV_LONG)(realTimeStart.nsec);
return ((tt - st) / (POV_LONG)(100));
@@ -126,7 +126,7 @@ POV_LONG TimerDefault::ElapsedRealTime()
 POV_LONG TimerDefault::ElapsedCPUTime() const
 {
boost::xtime t;
-   boost::xtime_get(t, boost::TIME_UTC);
+   boost::xtime_get(t, boost::TIME_UTC_);
POV_LONG tt = (POV_LONG)(t.sec) * (POV_LONG)(10) + 

commit povray for openSUSE:Factory:NonFree

2012-06-26 Thread h_root
Hello community,

here is the log from the commit of package povray for openSUSE:Factory:NonFree 
checked in at 2012-06-26 17:21:44

Comparing /work/SRC/openSUSE:Factory:NonFree/povray (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.povray.new (New)


Package is povray, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/povray/povray.changes2012-06-25 
10:21:22.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.povray.new/povray.changes   
2012-06-26 17:21:46.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 18 11:38:00 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-NonFree
+  Package should be moved to NonFree. The license agreement is not suitable
+  for openSUSE
+
+---



Other differences:
--
++ povray.spec ++
--- /var/tmp/diff_new_pack.W1v31G/_old  2012-06-26 17:21:47.0 +0200
+++ /var/tmp/diff_new_pack.W1v31G/_new  2012-06-26 17:21:47.0 +0200
@@ -26,7 +26,7 @@
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  zlib-devel
-License:POV-Ray License Agreement
+License:SUSE-NonFree
 Group:  Productivity/Graphics/Visualization/Raytracers
 Version:3.6.1
 Release:0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org