Hello community,

here is the log from the commit of package vdr for openSUSE:Factory
checked in at Thu May 5 09:49:32 CEST 2011.



--------
--- vdr/vdr.changes     2010-08-03 10:46:07.000000000 +0200
+++ /mounts/work_src_done/STABLE/vdr/vdr.changes        2011-05-04 
13:08:06.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May  4 11:05:30 UTC 2011 - [email protected]
+
+- Add vdr-1.6.0-gcc46.patch: provide constructors for const-classes 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  vdr-1.6.0-gcc46.patch

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

Other differences:
------------------
++++++ vdr.spec ++++++
--- /var/tmp/diff_new_pack.dHZKhr/_old  2011-05-05 09:49:07.000000000 +0200
+++ /var/tmp/diff_new_pack.dHZKhr/_new  2011-05-05 09:49:07.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package vdr (Version 1.6.0)
+# spec file for package vdr
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -39,7 +39,7 @@
 Group:          Hardware/TV
 PreReq:         /usr/sbin/useradd %fillup_prereq %insserv_prereq
 Version:        1.6.0
-Release:        55
+Release:        60
 Summary:        Video Disk Recorder
 Source:         ftp://ftp.tvdr.de/vdr/vdr-%{version}.tar.bz2
 Source1:        rcvdr
@@ -64,6 +64,8 @@
 Patch20:        vdr-1.6.0-ncurses.diff
 Patch21:        vdr-1.6.0-kernel-2.6.29.diff
 Patch22:        vdr-1.6.0-const.diff
+# PATCH-FIX-UPSTREAM vdr-1.6.0-gcc46.patch [email protected] -- Fix compilation 
with gcc 4.6
+Patch23:        vdr-1.6.0-gcc46.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       vdr(abi) = %vdr_apiversion
 Provides:       vdr-devel
@@ -169,6 +171,7 @@
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
+%patch23
 
 %build
 #cp %{SOURCE5} README.SuSE

++++++ vdr-1.6.0-gcc46.patch ++++++
--- PLUGINS/src/skincurses/skincurses.c 2008-03-14 13:57:14.000000000 +0100
+++ PLUGINS/src/skincurses/skincurses.c 2011-05-04 13:04:53.124920860 +0200
@@ -19,6 +19,7 @@
 
 class cCursesFont : public cFont {
 public:
+  cCursesFont() {};
   virtual int Width(uint c) const { return 1; }
   virtual int Width(const char *s) const { return s ? Utf8StrLen(s) : 0; }
   virtual int Height(void) const { return 1; }

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to