commit crystalhd-libs for openSUSE:Factory

2018-04-16 Thread root
Hello community,

here is the log from the commit of package crystalhd-libs for openSUSE:Factory 
checked in at 2018-04-16 12:47:24

Comparing /work/SRC/openSUSE:Factory/crystalhd-libs (Old)
 and  /work/SRC/openSUSE:Factory/.crystalhd-libs.new (New)


Package is "crystalhd-libs"

Mon Apr 16 12:47:24 2018 rev:14 rq:595426 version:3.6.5

Changes:

--- /work/SRC/openSUSE:Factory/crystalhd-libs/crystalhd-libs.changes
2012-03-12 08:53:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.crystalhd-libs.new/crystalhd-libs.changes   
2018-04-16 12:47:33.340240931 +0200
@@ -1,0 +2,10 @@
+Tue Apr 10 20:51:39 UTC 2018 - jeng...@inai.de
+
+- Fix SRPM group.
+
+---
+Tue Apr 10 13:04:04 UTC 2018 - mplus...@suse.com
+
+- Cleanup with spec-cleaner
+
+---



Other differences:
--
++ crystalhd-libs.spec ++
--- /var/tmp/diff_new_pack.Owhk1a/_old  2018-04-16 12:47:34.700191457 +0200
+++ /var/tmp/diff_new_pack.Owhk1a/_new  2018-04-16 12:47:34.708191166 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package crystalhd-libs
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,20 +17,19 @@
 
 
 Name:   crystalhd-libs
-BuildRequires:  gcc-c++
-Summary:Broadcom Crystal HD device interface library
-License:LGPL-2.1+
-Group:  System/Libraries
 Version:3.6.5
 Release:0
+Summary:Broadcom Crystal HD device interface library
+License:LGPL-2.1-or-later
+Group:  Hardware/Other
+URL:http://www.broadcom.com/support/crystal_hd/
 Source0:crystalhd-libs_%{version}-1.tar.bz2
 Source1:README
 Source2:LICENSE
 Source3:baselibs.conf
-Patch0: %name-define-first.patch
-Url:http://www.broadcom.com/support/crystal_hd/
+Patch0: %{name}-define-first.patch
+BuildRequires:  gcc-c++
 ExclusiveArch:  %ix86 x86_64
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains the library to support the hardware decoding of
@@ -38,17 +37,16 @@
 
 %package -n libcrystalhd3
 Summary:Broadcom Crystal HD device interface library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 
 %description -n libcrystalhd3
 This package contains the library to support the hardware decoding of
 H.264 video stream with Broadcom Crystal HD chips.
 
-
 %package -n libcrystalhd-devel
 Summary:Development package for libcrystalhd
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Languages/C and C++
 Requires:   libcrystalhd3 = %{version}-%{release}
 
@@ -70,30 +68,27 @@
 cp %{SOURCE2} .
 
 %build
-export CXXFLAGS="%optflags"
+export CXXFLAGS="%{optflags}"
 make %{?_smp_mflags}
 
 %install
-make LIBDIR=%{_libdir} DESTDIR=$RPM_BUILD_ROOT install
-mkdir -p $RPM_BUILD_ROOT/lib/firmware
-cp *.bin $RPM_BUILD_ROOT/lib/firmware/
+%make_install LIBDIR=%{_libdir}
+mkdir -p %{buildroot}/lib/firmware
+cp *.bin %{buildroot}/lib/firmware/
 
 %post -n libcrystalhd3 -p /sbin/ldconfig
-
 %postun -n libcrystalhd3 -p /sbin/ldconfig
 
 %files -n libcrystalhd3
-%defattr(-,root,root)
 %{_libdir}/libcrystalhd.so.*
 
 %files -n libcrystalhd-devel
-%defattr(-,root,root)
-%doc README* LICENSE
+%license LICENSE
+%doc README*
 %{_includedir}/libcrystalhd
 %{_libdir}/libcrystalhd.so
 
 %files -n crystalhd-firmware
-%defattr(-,root,root)
 /lib/firmware/*
 
 %changelog




commit crystalhd-libs for openSUSE:Factory

2012-03-12 Thread h_root
Hello community,

here is the log from the commit of package crystalhd-libs for openSUSE:Factory 
checked in at 2012-03-12 08:53:28

Comparing /work/SRC/openSUSE:Factory/crystalhd-libs (Old)
 and  /work/SRC/openSUSE:Factory/.crystalhd-libs.new (New)


Package is "crystalhd-libs", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/crystalhd-libs/crystalhd-libs.changes
2011-09-23 01:54:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.crystalhd-libs.new/crystalhd-libs.changes   
2012-03-12 08:53:31.0 +0100
@@ -1,0 +2,15 @@
+Fri Mar  9 08:56:07 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-Firmware
+  Use SUSE-Firmware to describe firmware which can be freely distributed in
+  non-modifiable form. The SUSE- prefix should be used until SPDX.org
+  accept the license upstream
+
+---
+Sat Feb 25 04:23:07 UTC 2012 - crrodrig...@opensuse.org
+
+- Use rpmoptflags 
+- Fix buffer overflow (!) in strncat usage
+  This library needs a full security review, code stinks.
+
+---



Other differences:
--
++ crystalhd-libs.spec ++
--- /var/tmp/diff_new_pack.7MBZoB/_old  2012-03-12 08:53:32.0 +0100
+++ /var/tmp/diff_new_pack.7MBZoB/_new  2012-03-12 08:53:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package crystalhd-libs
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   crystalhd-libs
 BuildRequires:  gcc-c++
 Summary:Broadcom Crystal HD device interface library
-Version:3.6.5
-Release:1
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/Libraries
+Version:3.6.5
+Release:0
 Source0:crystalhd-libs_%{version}-1.tar.bz2
 Source1:README
 Source2:LICENSE
@@ -38,8 +37,8 @@
 H.264 video stream with Broadcom Crystal HD chips.
 
 %package -n libcrystalhd3
-License:LGPLv2.1+
 Summary:Broadcom Crystal HD device interface library
+License:LGPL-2.1+
 Group:  System/Libraries
 
 %description -n libcrystalhd3
@@ -48,8 +47,8 @@
 
 
 %package -n libcrystalhd-devel
-License:LGPLv2.1+
 Summary:Development package for libcrystalhd
+License:LGPL-2.1+
 Group:  Development/Languages/C and C++
 Requires:   libcrystalhd3 = %{version}-%{release}
 
@@ -58,7 +57,7 @@
 
 %package -n crystalhd-firmware
 Summary:Firmware for the Broadcom Crystal HD video decoder
-License:NON-OSI-COMPLIANT(no modification)
+License:SUSE-Firmware
 Group:  Hardware/Other
 
 %description -n crystalhd-firmware
@@ -66,11 +65,12 @@
 
 %prep
 %setup -q -n crystalhd-libs
-%patch0 -p1
+%patch0
 cp %{SOURCE1} .
 cp %{SOURCE2} .
 
 %build
+export CXXFLAGS="%optflags"
 make %{?_smp_mflags}
 
 %install

++ crystalhd-libs-define-first.patch ++
--- /var/tmp/diff_new_pack.7MBZoB/_old  2012-03-12 08:53:32.0 +0100
+++ /var/tmp/diff_new_pack.7MBZoB/_new  2012-03-12 08:53:32.0 +0100
@@ -1,6 +1,5 @@
-diff -uNr crystalhd-libs/libcrystalhd_if.h 
new-crystalhd-libs//libcrystalhd_if.h
 crystalhd-libs/libcrystalhd_if.h   2010-12-07 00:15:46.0 +0100
-+++ new-crystalhd-libs//libcrystalhd_if.h  2011-01-24 19:52:02.845076999 
+0100
+--- libcrystalhd_if.h.orig
 libcrystalhd_if.h
 @@ -29,8 +29,8 @@
  #ifndef _BCM_LDIL_IF_H_
  #define _BCM_LDIL_IF_H_
@@ -11,3 +10,44 @@
  
  #define FLEA_MAX_TRICK_MODE_SPEED 6
  
+--- Makefile.orig
 Makefile
+@@ -16,13 +16,13 @@ BCGCC = g++
+ INCLUDES = -I./ -I/usr/include
+ 
+ 
+-CXXFLAGS = -D__LINUX_USER__
++CXXFLAGS += -D__LINUX_USER__
+ # -DLDIL_PRINTS_ON
+ # -D_USE_SHMEM_
+ 
+ CXXFLAGS += ${INCLUDES}
+-CXXFLAGS += -O2 -Wall -fPIC -shared -fstrict-aliasing -msse2
+-LDFLAGS = -Wl,-soname,${BCLIB_SL} -pthread
++CXXFLAGS += -pthread -O2 -Wall -fPIC -DPIC -fvisibility-inlines-hidden 
-shared -fstrict-aliasing -msse2
++LDFLAGS = -Wl,-soname,${BCLIB_SL}
+ 
+ SRCFILES =libcrystalhd_if.cpp \
+   libcrystalhd_int_if.cpp \
+--- libcrystalhd_fwdiag_if.cpp.orig
 libcrystalhd_fwdiag_if.cpp
+@@ -168,7 +168,7 @@ DtsDownloadFWDIAGToLINK(HANDLE hDevice,c
+   }
+ 
+   if(FwBinFile!=NULL){
+-  strncat(fwfile,(const char*)FwBinFile,sizeof(fwfile));
++  strncat(fwfile,(const 
char*)FwBinFile,sizeof(fwfile)-strlen(fwfile)-1);
+   DebugLog_Trace(LDIL_DBG,"1. fwfile is %s

commit crystalhd-libs for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package crystalhd-libs for openSUSE:Factory
checked in at Mon Sep 19 15:57:47 CEST 2011.




--- crystalhd-libs/crystalhd-libs.changes   2011-03-30 13:53:33.0 
+0200
+++ /mounts/work_src_done/STABLE/crystalhd-libs/crystalhd-libs.changes  
2011-09-18 02:03:23.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 00:03:13 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Add baselibs configuration
+
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ crystalhd-libs.spec ++
--- /var/tmp/diff_new_pack.0Pb9ML/_old  2011-09-19 15:57:43.0 +0200
+++ /var/tmp/diff_new_pack.0Pb9ML/_new  2011-09-19 15:57:43.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   crystalhd-libs
@@ -28,6 +27,7 @@
 Source0:crystalhd-libs_%{version}-1.tar.bz2
 Source1:README
 Source2:LICENSE
+Source3:baselibs.conf
 Patch0: %name-define-first.patch
 Url:http://www.broadcom.com/support/crystal_hd/
 ExclusiveArch:  %ix86 x86_64
@@ -78,9 +78,6 @@
 mkdir -p $RPM_BUILD_ROOT/lib/firmware
 cp *.bin $RPM_BUILD_ROOT/lib/firmware/
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n libcrystalhd3 -p /sbin/ldconfig
 
 %postun -n libcrystalhd3 -p /sbin/ldconfig

++ baselibs.conf ++
libcrystalhd3
libcrystalhd-devel
requires -libcrystalhd-
requires "libcrystalhd3- = "





Remember to have fun...

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



commit crystalhd-libs for openSUSE:Factory

2011-04-04 Thread h_root

Hello community,

here is the log from the commit of package crystalhd-libs for openSUSE:Factory
checked in at Mon Apr 4 16:36:20 CEST 2011.




--- crystalhd-libs/crystalhd-libs.changes   2010-12-14 17:40:37.0 
+0100
+++ /mounts/work_src_done/STABLE/crystalhd-libs/crystalhd-libs.changes  
2011-03-30 13:53:33.0 +0200
@@ -1,0 +2,13 @@
+Thu Mar 24 12:56:07 CET 2011 - ti...@suse.de
+
+- Version 3.6.5:
+  Fix crash with two instances opened at the same time
+
+---
+Mon Jan 24 18:57:07 UTC 2011 - and...@opensuse.org
+
+- added crystalhd-libs-define-first.patch: this patch fix building
+  failures. bc_dts_defs.h us types defined into bc_dts_types.h that
+  was included after instead of before  
+
+---

calling whatdependson for head-i586


Old:

  crystalhd-libs_3.6.4-1.tar.bz2

New:

  crystalhd-libs-define-first.patch
  crystalhd-libs_3.6.5-1.tar.bz2



Other differences:
--
++ crystalhd-libs.spec ++
--- /var/tmp/diff_new_pack.DF8anT/_old  2011-04-04 16:35:24.0 +0200
+++ /var/tmp/diff_new_pack.DF8anT/_new  2011-04-04 16:35:24.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package crystalhd-libs (Version 3.6.4)
+# spec file for package crystalhd-libs
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,14 @@
 Name:   crystalhd-libs
 BuildRequires:  gcc-c++
 Summary:Broadcom Crystal HD device interface library
-Version:3.6.4
+Version:3.6.5
 Release:1
 License:LGPLv2.1+
 Group:  System/Libraries
 Source0:crystalhd-libs_%{version}-1.tar.bz2
 Source1:README
 Source2:LICENSE
+Patch0: %name-define-first.patch
 Url:http://www.broadcom.com/support/crystal_hd/
 ExclusiveArch:  %ix86 x86_64
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -65,6 +66,7 @@
 
 %prep
 %setup -q -n crystalhd-libs
+%patch0 -p1
 cp %{SOURCE1} .
 cp %{SOURCE2} .
 

++ README ++
--- /var/tmp/diff_new_pack.DF8anT/_old  2011-04-04 16:35:24.0 +0200
+++ /var/tmp/diff_new_pack.DF8anT/_new  2011-04-04 16:35:24.0 +0200
@@ -1,8 +1,8 @@
-Broadcom CrystalHD Linux Software Release v3.200
+Broadcom CrystalHD Linux Software Release v3.205
 
 This is beta release of the Linux driver and application software with support 
for the BCM70012 and BCM70015
 
-This is a source release with Ubuntu 10.10 32-bit binary packages
+This is a source release with Ubuntu 10.10 32-bit (SSE enabled) binary packages
 
 FEATURES SUPPORTED - 
 
@@ -12,7 +12,8 @@
 
 FIXED ISSUES
 
-Added support to resume the HW on resume from S3/S4
+Fixed issue with crash when two instances of the decoder were opened
+Allow building on non-SSE CPUs - use "NOLIB_SSE=yes make" in the command to 
build the library
 
 KNOWN ISSUES
 

++ crystalhd-libs-define-first.patch ++
diff -uNr crystalhd-libs/libcrystalhd_if.h new-crystalhd-libs//libcrystalhd_if.h
--- crystalhd-libs/libcrystalhd_if.h2010-12-07 00:15:46.0 +0100
+++ new-crystalhd-libs//libcrystalhd_if.h   2011-01-24 19:52:02.845076999 
+0100
@@ -29,8 +29,8 @@
 #ifndef _BCM_LDIL_IF_H_
 #define _BCM_LDIL_IF_H_
 
-#include "bc_dts_defs.h"
 #include "bc_dts_types.h"
+#include "bc_dts_defs.h"
 
 #define FLEA_MAX_TRICK_MODE_SPEED  6
 
++ crystalhd-libs_3.6.4-1.tar.bz2 -> crystalhd-libs_3.6.5-1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crystalhd-libs/debian/changelog 
new/crystalhd-libs/debian/changelog
--- old/crystalhd-libs/debian/changelog 2010-12-07 00:15:46.0 +0100
+++ new/crystalhd-libs/debian/changelog 2011-03-18 04:32:08.0 +0100
@@ -1,4 +1,4 @@
-crystalhd-libs (3.6.4-1) unstable; urgency=low
+crystalhd-libs (3.6.5-1) unstable; urgency=low
 
   * Initial debian package release - Made for Ubuntu 10.04
   * Added support to detect HW type to support additional codecs 
@@ -11,5 +11,6 @@
   * Fixed hard hang with multiple applications trying to open the HW 
simultanously 
   * Use IOCTL to close handles when the decoder is being closed 
   * Added support to restart the HW when returning from S3/4/5
+  * Fixed issue with crash when multiple instances of decoder are opened 
 
- -- Narendra Sankar   Mon, 06 Dec 2010 15:05:23 -0800
+ -- Narendra Sankar   Thu, 17 Mar 2011 20:31:13 -0700
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crystalhd-libs/libcrystalhd_if.cpp 
new/crystalhd-libs/libcrystalhd_if.cpp
--- old/crystalhd-libs/libcrystalhd_if.cpp