rpms/proas/F-17 proas.spec,1.2,1.3 sources,1.2,1.3
by Sergio Pascual
Author: sergiopr
Update of /cvs/nonfree/rpms/proas/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15115
Modified Files:
proas.spec sources
Log Message:
* Thu Mar 22 2012 Sergio Pascual <sergiopr(a)fis.ucm.es> - 2.2.0-1
- New upstream source
Index: proas.spec
===================================================================
RCS file: /cvs/nonfree/rpms/proas/F-17/proas.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- proas.spec 8 Feb 2012 23:47:29 -0000 1.2
+++ proas.spec 23 Mar 2012 16:14:02 -0000 1.3
@@ -1,11 +1,11 @@
Summary: Planning of astronomical observations
Name: proas
-Version: 2.1.2
-Release: 3%{?dist}
+Version: 2.2.0
+Release: 1%{?dist}
License: GPL+
Group: Applications/Engineering
URL: https://guaix.fis.ucm.es/projects/proas/wiki
-Source0: ftp://astrax.fis.ucm.es/pub/users/spr/proas/%{name}-%{version}.tar.gz
+Source0: ftp://astrax.fis.ucm.es/pub/software/proas/%{name}-%{version}.tar.gz
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: pgplot-devel gcc-gfortran
@@ -35,6 +35,9 @@
%{_bindir}/*
%changelog
+* Thu Mar 22 2012 Sergio Pascual <sergiopr(a)fis.ucm.es> - 2.2.0-1
+- New upstream source
+
* Thu Feb 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/proas/F-17/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 10 Oct 2009 12:19:17 -0000 1.2
+++ sources 23 Mar 2012 16:14:02 -0000 1.3
@@ -1 +1 @@
-903da73d9a28f83f9949d2be890443e7 proas-2.1.2.tar.gz
+91a664cee30f6565202f7a97168596d2 proas-2.2.0.tar.gz
12 years, 8 months
rpms/VirtualBox-OSE/F-16 VirtualBox-OSE-4.1.10-gsoap.patch, NONE, 1.1 .cvsignore, 1.31, 1.32 VirtualBox-OSE-4.1.2-libcxx.patch, 1.1, 1.2 VirtualBox-OSE.spec, 1.81, 1.82 sources, 1.31, 1.32
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox-OSE/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11193
Modified Files:
.cvsignore VirtualBox-OSE-4.1.2-libcxx.patch
VirtualBox-OSE.spec sources
Added Files:
VirtualBox-OSE-4.1.10-gsoap.patch
Log Message:
* Fri Mar 23 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.10-1
- New release.
- Upsteam says that java stuff is fiexd , https://www.virtualbox.org/ticket/9848#comment:5
- Upsteam says that have compile fixes for kernel 3.3-rc1 (in changelog).
- backport fix for web-service with newer versions of GSOAP, Changeset 40476 and 40477 in vbox, kindly
fixed from Frank Mehnert "The real fix can be found in r40476 and r40477. You should be able to
apply these fixes to VBox 4.1.10 as well." and add -lssl and -lcrypto by my self.
- drop Patch to allow to build with GCC 4.7
VirtualBox-OSE-4.1.10-gsoap.patch:
configure | 2 +-
src/VBox/Main/webservice/Makefile.kmk | 9 +++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
--- NEW FILE VirtualBox-OSE-4.1.10-gsoap.patch ---
Index: /trunk/configure
===================================================================
--- trunk/configure (revision 40412)
+++ trunk/configure (revision 40476)
@@ -1961,5 +1961,5 @@
cnf_append "VBOX_GSOAP_CXX_SOURCES" ""
fi
- cnf_append "VBOX_GSOAP_CXX_LIBS" "libgsoap++"
+ cnf_append "VBOX_GSOAP_CXX_LIBS" "libgsoapssl++ ssl crypto"
log_success "found"
else
Index: /trunk/src/VBox/Main/webservice/Makefile.kmk
===================================================================
--- trunk/src/VBox/Main/webservice/Makefile.kmk (revision 40400)
+++ trunk/src/VBox/Main/webservice/Makefile.kmk (revision 40476)
@@ -194,4 +194,9 @@
+# disable -fvisibility=hidden as the SOAP stuff does not properly set the visibility attributes
+TEMPLATE_VBOXWEBR3EXE = Webservices without -fvisibility
+TEMPLATE_VBOXWEBR3EXE_EXTENDS = VBOXR3EXE
+TEMPLATE_VBOXWEBR3EXE_CXXFLAGS = $(filter-out $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden),\
+ $(TEMPLATE_VBOXR3EXE_CXXFLAGS))
ifdef VBOX_GSOAP_INSTALLED
@@ -201,5 +206,5 @@
#
LIBRARIES += vboxsoap
- vboxsoap_TEMPLATE = VBOXR3EXE
+ vboxsoap_TEMPLATE = VBOXWEBR3EXE
ifdef VBOX_USE_VCC80
vboxsoap_CXXFLAGS.win += -bigobj
@@ -430,5 +435,5 @@
#
PROGRAMS += webtest
- webtest_TEMPLATE = VBOXR3EXE
+ webtest_TEMPLATE = VBOXWEBR3EXE
ifdef VBOX_USE_VCC80
webtest_CXXFLAGS.win += -bigobj
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-16/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- .cvsignore 24 Dec 2011 13:33:58 -0000 1.31
+++ .cvsignore 23 Mar 2012 15:41:13 -0000 1.32
@@ -1 +1 @@
-VirtualBox-4.1.8.tar.bz2
+VirtualBox-4.1.10.tar.bz2
VirtualBox-OSE-4.1.2-libcxx.patch:
Config.kmk | 4 ++--
configure | 2 +-
src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk | 2 +-
src/VBox/Additions/x11/VBoxClient/Makefile.kmk | 5 +----
src/VBox/Frontends/VirtualBox/Makefile.kmk | 2 +-
src/VBox/HostDrivers/Support/Makefile.kmk | 2 +-
src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk | 12 ++++++------
src/VBox/HostDrivers/win/Makefile.kmk | 2 +-
src/VBox/Installer/win/InstallHelper/Makefile.kmk | 2 +-
src/VBox/Installer/win/Resources/Makefile.kmk | 2 +-
src/VBox/Installer/win/Stub/Makefile.kmk | 2 +-
src/VBox/Storage/testcase/Makefile.kmk | 2 +-
src/libs/liblzf-3.4/Makefile.kmk | 2 +-
src/libs/zlib-1.2.6/Makefile.kmk | 3 +--
14 files changed, 20 insertions(+), 24 deletions(-)
Index: VirtualBox-OSE-4.1.2-libcxx.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-16/VirtualBox-OSE-4.1.2-libcxx.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VirtualBox-OSE-4.1.2-libcxx.patch 22 Sep 2011 10:04:38 -0000 1.1
+++ VirtualBox-OSE-4.1.2-libcxx.patch 23 Mar 2012 15:41:13 -0000 1.2
@@ -251,8 +251,8 @@
VBox-liblzf-static_DEFS.x86 = $(VBox-liblzf_DEFS.x86)
diff --git a/src/libs/zlib-1.2.1/Makefile.kmk b/src/libs/zlib-1.2.1/Makefile.kmk
index fde8b7c..405d354 100644
---- a/src/libs/zlib-1.2.1/Makefile.kmk
-+++ b/src/libs/zlib-1.2.1/Makefile.kmk
+--- a/src/libs/zlib-1.2.6/Makefile.kmk
++++ b/src/libs/zlib-1.2.6/Makefile.kmk
@@ -39,7 +39,7 @@ VBox-zlib_SOURCES = \
inftrees.c \
inffast.c
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-16/VirtualBox-OSE.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- VirtualBox-OSE.spec 15 Jan 2012 00:45:58 -0000 1.81
+++ VirtualBox-OSE.spec 23 Mar 2012 15:41:13 -0000 1.82
@@ -14,8 +14,8 @@
%global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
Name: VirtualBox-OSE
-Version: 4.1.8
-Release: 2%{?prerel:.%{prerel}}%{?dist}
+Version: 4.1.10
+Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -42,6 +42,7 @@
Patch17: VirtualBox-OSE-4.0.0-beramono.patch
Patch18: VirtualBox-OSE-4.0.2-aiobug.patch
Patch20: VirtualBox-OSE-4.1.2-testmangle.patch
+Patch22: VirtualBox-OSE-4.1.10-gsoap.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -52,10 +53,9 @@
%endif
BuildRequires: openssl-devel
BuildRequires: libcurl-devel
-BuildRequires: dev86 iasl libxslt-devel xerces-c-devel libXcursor-devel libIDL-devel libXcomposite-devel
+BuildRequires: dev86 iasl libxslt-devel xerces-c-devel libIDL-devel
BuildRequires: yasm
BuildRequires: pulseaudio-libs-devel
-BuildRequires: libXmu-devel
BuildRequires: python-devel
BuildRequires: desktop-file-utils
BuildRequires: libcap-devel
@@ -77,6 +77,9 @@
BuildRequires: xorg-x11-proto-devel
BuildRequires: xorg-x11-server-source
BuildRequires: xorg-x11-server-devel
+BuildRequires: libXcursor-devel
+BuildRequires: libXcomposite-devel
+BuildRequires: libXmu-devel
# Plague-specific weirdness
%if 0%{?fedora} > 11 || 0%{?rhel} > 5
@@ -89,6 +92,7 @@
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
+Requires(post): systemd-units
Requires: %{name}-kmod = %{version}%{?prereltag}
Provides: %{name}-kmod-common = %{version}%{?prereltag}
@@ -154,7 +158,7 @@
%prep
-%setup -q -n VirtualBox-%{version}_OSE
+%setup -q -n VirtualBox-%{version}
find -name '*.py[co]' -delete
%patch1 -p1 -b .noupdates
@@ -170,6 +174,7 @@
%patch17 -p1 -b .beramono
%patch18 -p1 -b .aiobug
%patch20 -p1 -b .testmangle
+%patch22 -p1 -b .gsoap
# Remove prebuilt binary tools
rm -rf kBuild
@@ -180,7 +185,7 @@
%build
-./configure --disable-kmods --enable-webservice --disable-java
+./configure --disable-kmods --enable-webservice
. ./env.sh
# VirtualBox build system installs and builds in the same step,
@@ -498,6 +503,15 @@
%changelog
+* Fri Mar 23 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.10-1
+- New release.
+- Upsteam says that java stuff is fiexd , https://www.virtualbox.org/ticket/9848#comment:5
+- Upsteam says that have compile fixes for kernel 3.3-rc1 (in changelog).
+- backport fix for web-service with newer versions of GSOAP, Changeset 40476 and 40477 in vbox, kindly
+ fixed from Frank Mehnert "The real fix can be found in r40476 and r40477. You should be able to
+ apply these fixes to VBox 4.1.10 as well." and add -lssl and -lcrypto by my self.
+- drop Patch to allow to build with GCC 4.7
+
* Tue Jan 15 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.8-2
- Try fix usb/udev problem on updates without reboot computer.
- Improves on xorg17 patch, which is the xorg on guest part, we try build with our sources!.
@@ -505,25 +519,25 @@
* Sun Jan 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.8-1.1
- Fix vboxweb-service installation
-* Sat Dec 24 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.8-1
-- New release.
-- merge spec 4.0.4 from Lubomir Rintel <lkundrak(a)v3.sk>, which re-add BuildRequires: hal-devel on
- F-15
-
-* Mon Dec 12 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-4
-- complete list of commands of VBox command line based on
- src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec, revert some cleanups.
-- add source vboxweb-service to package.
+* Sat Dec 24 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.8-1
+- New release.
+- merge spec 4.0.4 from Lubomir Rintel <lkundrak(a)v3.sk>, which re-add BuildRequires: hal-devel on
+ F-15
+
+* Mon Dec 12 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-4
+- complete list of commands of VBox command line based on
+ src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec, revert some cleanups.
+- add source vboxweb-service to package.
* Sat Dec 3 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-3
- New release
- fix strings patch
-- redo xorg17 patch (still need some improvements, I will wait for a new change that break the patch)
+- redo xorg17 patch (still need some improvements, I will wait for a new change that break the patch)
- redo noupdate patch.
- some cleanups.
-- drop upstream patch VirtualBox-OSE-4.1.2-vboxpci.patch
+- drop upstream patch VirtualBox-OSE-4.1.2-vboxpci.patch
- bug #1656 add VirtualBox-OSE-add-VBoxExtPackHelperApp.patch
-- disable java binding, seems non maintained and doesn't compile with java-1.7.0-openjdk-devel.
+- disable java binding, seems non maintained and doesn't compile with java-1.7.0-openjdk-devel.
- bug #2052, drop requirement of HAL in Fedora >= 16.
- bug #2040, is also fixed (update to 4.1.6).
- Now rawhide needs explicit BuildRequires libpng-devel
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-16/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sources 24 Dec 2011 13:33:58 -0000 1.31
+++ sources 23 Mar 2012 15:41:13 -0000 1.32
@@ -1 +1 @@
-2092bba46baa62fab5520d67dee2ece8 VirtualBox-4.1.8.tar.bz2
+263e495ef3a7ab75943af28d446ee702 VirtualBox-4.1.10.tar.bz2
12 years, 8 months
rpms/VirtualBox-OSE/F-17 .cvsignore, 1.31, 1.32 VirtualBox-OSE-4.1.2-libcxx.patch, 1.1, 1.2 VirtualBox-OSE.spec, 1.86, 1.87 sources, 1.31, 1.32
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox-OSE/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11040
Modified Files:
.cvsignore VirtualBox-OSE-4.1.2-libcxx.patch
VirtualBox-OSE.spec sources
Log Message:
* Fri Mar 23 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.10-1
- New release.
- Upsteam says that java stuff is fiexd , https://www.virtualbox.org/ticket/9848#comment:5
- Upsteam says that have compile fixes for kernel 3.3-rc1 (in changelog).
- backport fix for web-service with newer versions of GSOAP, Changeset 40476 and 40477 in vbox, kindly
fixed from Frank Mehnert "The real fix can be found in r40476 and r40477. You should be able to
apply these fixes to VBox 4.1.10 as well." and add -lssl and -lcrypto by my self.
- drop Patch to allow to build with GCC 4.7
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-17/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- .cvsignore 23 Dec 2011 03:23:02 -0000 1.31
+++ .cvsignore 23 Mar 2012 15:37:39 -0000 1.32
@@ -1 +1 @@
-VirtualBox-4.1.8.tar.bz2
+VirtualBox-4.1.10.tar.bz2
VirtualBox-OSE-4.1.2-libcxx.patch:
Config.kmk | 4 ++--
configure | 2 +-
src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk | 2 +-
src/VBox/Additions/x11/VBoxClient/Makefile.kmk | 5 +----
src/VBox/Frontends/VirtualBox/Makefile.kmk | 2 +-
src/VBox/HostDrivers/Support/Makefile.kmk | 2 +-
src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk | 12 ++++++------
src/VBox/HostDrivers/win/Makefile.kmk | 2 +-
src/VBox/Installer/win/InstallHelper/Makefile.kmk | 2 +-
src/VBox/Installer/win/Resources/Makefile.kmk | 2 +-
src/VBox/Installer/win/Stub/Makefile.kmk | 2 +-
src/VBox/Storage/testcase/Makefile.kmk | 2 +-
src/libs/liblzf-3.4/Makefile.kmk | 2 +-
src/libs/zlib-1.2.6/Makefile.kmk | 3 +--
14 files changed, 20 insertions(+), 24 deletions(-)
Index: VirtualBox-OSE-4.1.2-libcxx.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-17/VirtualBox-OSE-4.1.2-libcxx.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VirtualBox-OSE-4.1.2-libcxx.patch 22 Sep 2011 10:04:38 -0000 1.1
+++ VirtualBox-OSE-4.1.2-libcxx.patch 23 Mar 2012 15:37:39 -0000 1.2
@@ -251,8 +251,8 @@
VBox-liblzf-static_DEFS.x86 = $(VBox-liblzf_DEFS.x86)
diff --git a/src/libs/zlib-1.2.1/Makefile.kmk b/src/libs/zlib-1.2.1/Makefile.kmk
index fde8b7c..405d354 100644
---- a/src/libs/zlib-1.2.1/Makefile.kmk
-+++ b/src/libs/zlib-1.2.1/Makefile.kmk
+--- a/src/libs/zlib-1.2.6/Makefile.kmk
++++ b/src/libs/zlib-1.2.6/Makefile.kmk
@@ -39,7 +39,7 @@ VBox-zlib_SOURCES = \
inftrees.c \
inffast.c
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-17/VirtualBox-OSE.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- VirtualBox-OSE.spec 15 Jan 2012 00:33:09 -0000 1.86
+++ VirtualBox-OSE.spec 23 Mar 2012 15:37:39 -0000 1.87
@@ -14,8 +14,8 @@
%global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
Name: VirtualBox-OSE
-Version: 4.1.8
-Release: 4%{?prerel:.%{prerel}}%{?dist}
+Version: 4.1.10
+Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -42,7 +42,7 @@
Patch17: VirtualBox-OSE-4.0.0-beramono.patch
Patch18: VirtualBox-OSE-4.0.2-aiobug.patch
Patch20: VirtualBox-OSE-4.1.2-testmangle.patch
-Patch21: VirtualBox-OSE-4.1.8-gcc47.patch
+Patch22: VirtualBox-OSE-4.1.10-gsoap.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -53,10 +53,9 @@
%endif
BuildRequires: openssl-devel
BuildRequires: libcurl-devel
-BuildRequires: dev86 iasl libxslt-devel xerces-c-devel libXcursor-devel libIDL-devel libXcomposite-devel
+BuildRequires: dev86 iasl libxslt-devel xerces-c-devel libIDL-devel
BuildRequires: yasm
BuildRequires: pulseaudio-libs-devel
-BuildRequires: libXmu-devel
BuildRequires: python-devel
BuildRequires: desktop-file-utils
BuildRequires: libcap-devel
@@ -78,6 +77,9 @@
BuildRequires: xorg-x11-proto-devel
BuildRequires: xorg-x11-server-source
BuildRequires: xorg-x11-server-devel
+BuildRequires: libXcursor-devel
+BuildRequires: libXcomposite-devel
+BuildRequires: libXmu-devel
# Plague-specific weirdness
%if 0%{?fedora} > 11 || 0%{?rhel} > 5
@@ -90,6 +92,7 @@
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
+Requires(post): systemd-units
Requires: %{name}-kmod = %{version}%{?prereltag}
Provides: %{name}-kmod-common = %{version}%{?prereltag}
@@ -155,7 +158,7 @@
%prep
-%setup -q -n VirtualBox-%{version}_OSE
+%setup -q -n VirtualBox-%{version}
find -name '*.py[co]' -delete
%patch1 -p1 -b .noupdates
@@ -171,7 +174,7 @@
%patch17 -p1 -b .beramono
%patch18 -p1 -b .aiobug
%patch20 -p1 -b .testmangle
-%patch21 -p1 -b .gcc47
+%patch22 -p1 -b .gsoap
# Remove prebuilt binary tools
rm -rf kBuild
@@ -182,7 +185,7 @@
%build
-./configure --disable-kmods --enable-webservice --disable-java
+./configure --disable-kmods --enable-webservice
. ./env.sh
# VirtualBox build system installs and builds in the same step,
@@ -500,10 +503,19 @@
%changelog
+* Fri Mar 23 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.10-1
+- New release.
+- Upsteam says that java stuff is fiexd , https://www.virtualbox.org/ticket/9848#comment:5
+- Upsteam says that have compile fixes for kernel 3.3-rc1 (in changelog).
+- backport fix for web-service with newer versions of GSOAP, Changeset 40476 and 40477 in vbox, kindly
+ fixed from Frank Mehnert "The real fix can be found in r40476 and r40477. You should be able to
+ apply these fixes to VBox 4.1.10 as well." and add -lssl and -lcrypto by my self.
+- drop Patch to allow to build with GCC 4.7
+
* Tue Jan 15 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.8-4
- Patch to allow to build with GCC 4.7
- Try fix usb/udev problem on updates without reboot computer.
-- Improves on xorg17 patch, which is the xorg on guest part, we try build with our sources!.
+- Improves on xorg17 patch, which is the xorg on guest part, we try build with our sources!.
Currently broken on rawhide with xorg-x11-server-1.11.99.901-2.20120103.fc17. As mentioned on
https://bugs.freedesktop.org/show_bug.cgi?id=43235, it fix on git, so I hope that will be fix on
next build of xorg-x11-server.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-17/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sources 23 Dec 2011 03:23:02 -0000 1.31
+++ sources 23 Mar 2012 15:37:40 -0000 1.32
@@ -1 +1 @@
-2092bba46baa62fab5520d67dee2ece8 VirtualBox-4.1.8.tar.bz2
+263e495ef3a7ab75943af28d446ee702 VirtualBox-4.1.10.tar.bz2
12 years, 8 months
rpms/VirtualBox-OSE/devel VirtualBox-OSE-4.1.10-gsoap.patch, NONE, 1.1 .cvsignore, 1.31, 1.32 VirtualBox-OSE-4.1.2-libcxx.patch, 1.1, 1.2 VirtualBox-OSE.spec, 1.86, 1.87 sources, 1.31, 1.32
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10470
Modified Files:
.cvsignore VirtualBox-OSE-4.1.2-libcxx.patch
VirtualBox-OSE.spec sources
Added Files:
VirtualBox-OSE-4.1.10-gsoap.patch
Log Message:
* Fri Mar 23 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.10-1
- New release.
- Upsteam says that java stuff is fiexd , https://www.virtualbox.org/ticket/9848#comment:5
- Upsteam says that have compile fixes for kernel 3.3-rc1 (in changelog).
- backport fix for web-service with newer versions of GSOAP, Changeset 40476 and 40477 in vbox, kindly
fixed from Frank Mehnert "The real fix can be found in r40476 and r40477. You should be able to
apply these fixes to VBox 4.1.10 as well." and add -lssl and -lcrypto by my self.
- drop Patch to allow to build with GCC 4.7
VirtualBox-OSE-4.1.10-gsoap.patch:
configure | 2 +-
src/VBox/Main/webservice/Makefile.kmk | 9 +++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
--- NEW FILE VirtualBox-OSE-4.1.10-gsoap.patch ---
Index: /trunk/configure
===================================================================
--- trunk/configure (revision 40412)
+++ trunk/configure (revision 40476)
@@ -1961,5 +1961,5 @@
cnf_append "VBOX_GSOAP_CXX_SOURCES" ""
fi
- cnf_append "VBOX_GSOAP_CXX_LIBS" "libgsoap++"
+ cnf_append "VBOX_GSOAP_CXX_LIBS" "libgsoapssl++ ssl crypto"
log_success "found"
else
Index: /trunk/src/VBox/Main/webservice/Makefile.kmk
===================================================================
--- trunk/src/VBox/Main/webservice/Makefile.kmk (revision 40400)
+++ trunk/src/VBox/Main/webservice/Makefile.kmk (revision 40476)
@@ -194,4 +194,9 @@
+# disable -fvisibility=hidden as the SOAP stuff does not properly set the visibility attributes
+TEMPLATE_VBOXWEBR3EXE = Webservices without -fvisibility
+TEMPLATE_VBOXWEBR3EXE_EXTENDS = VBOXR3EXE
+TEMPLATE_VBOXWEBR3EXE_CXXFLAGS = $(filter-out $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden),\
+ $(TEMPLATE_VBOXR3EXE_CXXFLAGS))
ifdef VBOX_GSOAP_INSTALLED
@@ -201,5 +206,5 @@
#
LIBRARIES += vboxsoap
- vboxsoap_TEMPLATE = VBOXR3EXE
+ vboxsoap_TEMPLATE = VBOXWEBR3EXE
ifdef VBOX_USE_VCC80
vboxsoap_CXXFLAGS.win += -bigobj
@@ -430,5 +435,5 @@
#
PROGRAMS += webtest
- webtest_TEMPLATE = VBOXR3EXE
+ webtest_TEMPLATE = VBOXWEBR3EXE
ifdef VBOX_USE_VCC80
webtest_CXXFLAGS.win += -bigobj
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- .cvsignore 23 Dec 2011 03:23:02 -0000 1.31
+++ .cvsignore 23 Mar 2012 15:34:03 -0000 1.32
@@ -1 +1 @@
-VirtualBox-4.1.8.tar.bz2
+VirtualBox-4.1.10.tar.bz2
VirtualBox-OSE-4.1.2-libcxx.patch:
Config.kmk | 4 ++--
configure | 2 +-
src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk | 2 +-
src/VBox/Additions/x11/VBoxClient/Makefile.kmk | 5 +----
src/VBox/Frontends/VirtualBox/Makefile.kmk | 2 +-
src/VBox/HostDrivers/Support/Makefile.kmk | 2 +-
src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk | 12 ++++++------
src/VBox/HostDrivers/win/Makefile.kmk | 2 +-
src/VBox/Installer/win/InstallHelper/Makefile.kmk | 2 +-
src/VBox/Installer/win/Resources/Makefile.kmk | 2 +-
src/VBox/Installer/win/Stub/Makefile.kmk | 2 +-
src/VBox/Storage/testcase/Makefile.kmk | 2 +-
src/libs/liblzf-3.4/Makefile.kmk | 2 +-
src/libs/zlib-1.2.6/Makefile.kmk | 3 +--
14 files changed, 20 insertions(+), 24 deletions(-)
Index: VirtualBox-OSE-4.1.2-libcxx.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE-4.1.2-libcxx.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VirtualBox-OSE-4.1.2-libcxx.patch 22 Sep 2011 10:04:38 -0000 1.1
+++ VirtualBox-OSE-4.1.2-libcxx.patch 23 Mar 2012 15:34:03 -0000 1.2
@@ -251,8 +251,8 @@
VBox-liblzf-static_DEFS.x86 = $(VBox-liblzf_DEFS.x86)
diff --git a/src/libs/zlib-1.2.1/Makefile.kmk b/src/libs/zlib-1.2.1/Makefile.kmk
index fde8b7c..405d354 100644
---- a/src/libs/zlib-1.2.1/Makefile.kmk
-+++ b/src/libs/zlib-1.2.1/Makefile.kmk
+--- a/src/libs/zlib-1.2.6/Makefile.kmk
++++ b/src/libs/zlib-1.2.6/Makefile.kmk
@@ -39,7 +39,7 @@ VBox-zlib_SOURCES = \
inftrees.c \
inffast.c
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- VirtualBox-OSE.spec 15 Jan 2012 00:33:09 -0000 1.86
+++ VirtualBox-OSE.spec 23 Mar 2012 15:34:03 -0000 1.87
@@ -14,8 +14,8 @@
%global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
Name: VirtualBox-OSE
-Version: 4.1.8
-Release: 4%{?prerel:.%{prerel}}%{?dist}
+Version: 4.1.10
+Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -42,7 +42,7 @@
Patch17: VirtualBox-OSE-4.0.0-beramono.patch
Patch18: VirtualBox-OSE-4.0.2-aiobug.patch
Patch20: VirtualBox-OSE-4.1.2-testmangle.patch
-Patch21: VirtualBox-OSE-4.1.8-gcc47.patch
+Patch22: VirtualBox-OSE-4.1.10-gsoap.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -53,10 +53,9 @@
%endif
BuildRequires: openssl-devel
BuildRequires: libcurl-devel
-BuildRequires: dev86 iasl libxslt-devel xerces-c-devel libXcursor-devel libIDL-devel libXcomposite-devel
+BuildRequires: dev86 iasl libxslt-devel xerces-c-devel libIDL-devel
BuildRequires: yasm
BuildRequires: pulseaudio-libs-devel
-BuildRequires: libXmu-devel
BuildRequires: python-devel
BuildRequires: desktop-file-utils
BuildRequires: libcap-devel
@@ -78,6 +77,9 @@
BuildRequires: xorg-x11-proto-devel
BuildRequires: xorg-x11-server-source
BuildRequires: xorg-x11-server-devel
+BuildRequires: libXcursor-devel
+BuildRequires: libXcomposite-devel
+BuildRequires: libXmu-devel
# Plague-specific weirdness
%if 0%{?fedora} > 11 || 0%{?rhel} > 5
@@ -90,6 +92,7 @@
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
+Requires(post): systemd-units
Requires: %{name}-kmod = %{version}%{?prereltag}
Provides: %{name}-kmod-common = %{version}%{?prereltag}
@@ -155,7 +158,7 @@
%prep
-%setup -q -n VirtualBox-%{version}_OSE
+%setup -q -n VirtualBox-%{version}
find -name '*.py[co]' -delete
%patch1 -p1 -b .noupdates
@@ -171,7 +174,7 @@
%patch17 -p1 -b .beramono
%patch18 -p1 -b .aiobug
%patch20 -p1 -b .testmangle
-%patch21 -p1 -b .gcc47
+%patch22 -p1 -b .gsoap
# Remove prebuilt binary tools
rm -rf kBuild
@@ -182,7 +185,7 @@
%build
-./configure --disable-kmods --enable-webservice --disable-java
+./configure --disable-kmods --enable-webservice
. ./env.sh
# VirtualBox build system installs and builds in the same step,
@@ -500,12 +503,21 @@
%changelog
+* Fri Mar 23 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.10-1
+- New release.
+- Upsteam says that java stuff is fiexd , https://www.virtualbox.org/ticket/9848#comment:5
+- Upsteam says that have compile fixes for kernel 3.3-rc1 (in changelog).
+- backport fix for web-service with newer versions of GSOAP, Changeset 40476 and 40477 in vbox, kindly
+ fixed from Frank Mehnert "The real fix can be found in r40476 and r40477. You should be able to
+ apply these fixes to VBox 4.1.10 as well." and add -lssl and -lcrypto by my self.
+- drop Patch to allow to build with GCC 4.7
+
* Tue Jan 15 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.8-4
- Patch to allow to build with GCC 4.7
- Try fix usb/udev problem on updates without reboot computer.
-- Improves on xorg17 patch, which is the xorg on guest part, we try build with our sources!.
+- Improves on xorg17 patch, which is the xorg on guest part, we try build with our sources!.
Currently broken on rawhide with xorg-x11-server-1.11.99.901-2.20120103.fc17. As mentioned on
- https://bugs.freedesktop.org/show_bug.cgi?id=43235, it fix on git, so I hope that will be fix on
+ https://bugs.freedesktop.org/show_bug.cgi?id=43235, it fix on git, so I hope that will be fix on
next build of xorg-x11-server.
* Sun Jan 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.8-3
@@ -526,7 +538,7 @@
* Sun Dec 11 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-6
- added compile fixes for kernel 3.2, although guest client still not start with X, now I got a
- segfault, but will help who want try guest client with rawhide.
+ segfault, but will help who want try guest client with rawhide.
* Mon Dec 5 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-5
- Now rawhide needs explicit BuildRequires libpng-devel
@@ -544,12 +556,12 @@
* Fri Dec 2 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-1
- New release
-- drop up streamed patch VirtualBox-OSE-4.1.2-vboxpci.patch
+- drop up streamed patch VirtualBox-OSE-4.1.2-vboxpci.patch
- fix strings patch
- add VirtualBox-OSE-add-VBoxExtPackHelperApp.patch bz #1656
-- redo xorg17 patch (still need some improvements, I will wait for a new change that break the patch)
+- redo xorg17 patch (still need some improvements, I will wait for a new change that break the patch)
- redo noupdate patch.
-- disable java binding seems non maintained.
+- disable java binding seems non maintained.
- some cleanups.
* Wed Sep 21 2011 Lubomir Rintel <lkundrak(a)v3.sk> - 4.1.2-1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sources 23 Dec 2011 03:23:02 -0000 1.31
+++ sources 23 Mar 2012 15:34:03 -0000 1.32
@@ -1 +1 @@
-2092bba46baa62fab5520d67dee2ece8 VirtualBox-4.1.8.tar.bz2
+263e495ef3a7ab75943af28d446ee702 VirtualBox-4.1.10.tar.bz2
12 years, 8 months
rpms/sonic-visualiser-freeworld/F-17 sonic-visualiser-1.9-gcc47.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 sonic-visualiser-freeworld.spec, 1.9, 1.10 sources, 1.5, 1.6 sonic-visualiser-1.8-gcc46.patch, 1.1, NONE sonic-visualiser-1.8-no_virt_QObject.patch, 1.1, NONE sonic-visualiser-1.8-raptor2.patch, 1.1, NONE
by Michel Alexandre Salim
Author: salimma
Update of /cvs/free/rpms/sonic-visualiser-freeworld/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25651/F-17
Modified Files:
.cvsignore sonic-visualiser-freeworld.spec sources
Added Files:
sonic-visualiser-1.9-gcc47.patch
Removed Files:
sonic-visualiser-1.8-gcc46.patch
sonic-visualiser-1.8-no_virt_QObject.patch
sonic-visualiser-1.8-raptor2.patch
Log Message:
* Fri Mar 23 2012 Michel Salim <salimma(a)fedoraproject.org> - 1.9-1
- Update to 1.9
sonic-visualiser-1.9-gcc47.patch:
fileio/CodedAudioFileReader.cpp | 1 +
model/WritableWaveFileModel.cpp | 1 +
2 files changed, 2 insertions(+)
--- NEW FILE sonic-visualiser-1.9-gcc47.patch ---
--- sonic-visualiser-1.9/svcore/data/fileio/CodedAudioFileReader.cpp.gcc47 2011-10-10 22:37:09.000000000 +0700
+++ sonic-visualiser-1.9/svcore/data/fileio/CodedAudioFileReader.cpp 2012-03-03 11:45:00.426572588 +0700
@@ -22,6 +22,7 @@
#include "base/Serialiser.h"
#include "base/Resampler.h"
+#include <stdint.h>
#include <iostream>
#include <QDir>
#include <QMutexLocker>
--- sonic-visualiser-1.9/svcore/data/model/WritableWaveFileModel.cpp.gcc47 2011-10-10 22:37:09.000000000 +0700
+++ sonic-visualiser-1.9/svcore/data/model/WritableWaveFileModel.cpp 2012-03-03 11:46:42.603157996 +0700
@@ -26,6 +26,7 @@
#include <cassert>
#include <iostream>
+#include <stdint.h>
//#define DEBUG_WRITABLE_WAVE_FILE_MODEL 1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/sonic-visualiser-freeworld/F-17/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 21 Jun 2011 20:42:44 -0000 1.5
+++ .cvsignore 23 Mar 2012 08:06:08 -0000 1.6
@@ -1 +1 @@
-sonic-visualiser-1.8.tar.gz
+sonic-visualiser-1.9.tar.gz
Index: sonic-visualiser-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/sonic-visualiser-freeworld/F-17/sonic-visualiser-freeworld.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sonic-visualiser-freeworld.spec 2 Mar 2012 15:05:36 -0000 1.9
+++ sonic-visualiser-freeworld.spec 23 Mar 2012 08:06:08 -0000 1.10
@@ -1,6 +1,6 @@
Name: sonic-visualiser-freeworld
-Version: 1.8
-Release: 5%{?dist}
+Version: 1.9
+Release: 1%{?dist}
Summary: A program for viewing and exploring audio data
Group: Applications/Multimedia
@@ -8,24 +8,13 @@
URL: http://www.sonicvisualiser.org/
Source0: http://downloads.sourceforge.net/sv1/sonic-visualiser-%{version}.tar.gz
Source1: sonic-visualiser-freeworld.desktop
-Patch0: sonic-visualiser-1.8-gcc46.patch
-Patch1: sonic-visualiser-1.8-implicit-dso.patch
-Patch2: sonic-visualiser-1.8-no_virt_QObject.patch
+Patch0: sonic-visualiser-1.8-implicit-dso.patch
+Patch1: sonic-visualiser-1.9-gcc47.patch
%if 0%{?el5}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%endif
-## upstreamable patches
-# support raptor2
-# note too, this package currently doesn't explicitly BR raptor-devel or raptor2-devel
-# but relies on implicit deps from redland-devel
-Patch50: sonic-visualiser-1.8-raptor2.patch
-%if 0%{?fedora} > 15
-%global raptor2 1
-BuildRequires: automake autoconf
-%endif
-
BuildRequires: qt4-devel vamp-plugin-sdk-devel
BuildRequires: libsndfile-devel libsamplerate-devel fftw-devel bzip2-devel
BuildRequires: alsa-lib-devel jack-audio-connection-kit-devel
@@ -53,18 +42,8 @@
%prep
%setup -q -n sonic-visualiser-%{version}
-%patch0 -p1 -b .gcc46
-%patch1 -p1 -b .implicit-dso
-%patch2 -p1 -b .no_virt_QObject
-
-%if 0%{?raptor2}
-%patch50 -p1 -b .raptor2
-for dir in sonic-visualiser svapp svcore svgui ; do
-pushd $dir
-sh ./bootstrap.sh
-popd
-done
-%endif
+%patch0 -p1 -b .implicit-dso
+%patch1 -p1 -b .gcc47
%build
@@ -122,6 +101,9 @@
%changelog
+* Fri Mar 23 2012 Michel Salim <salimma(a)fedoraproject.org> - 1.9-1
+- Update to 1.9
+
* Fri Mar 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.8-5
- Rebuilt for c++ ABI breakage
Index: sources
===================================================================
RCS file: /cvs/free/rpms/sonic-visualiser-freeworld/F-17/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 21 Jun 2011 20:42:45 -0000 1.5
+++ sources 23 Mar 2012 08:06:08 -0000 1.6
@@ -1 +1 @@
-ad676d0b4cf5b8561306487f52642862 sonic-visualiser-1.8.tar.gz
+a50037994d180c7b9b113fbde3131a8c sonic-visualiser-1.9.tar.gz
--- sonic-visualiser-1.8-gcc46.patch DELETED ---
--- sonic-visualiser-1.8-no_virt_QObject.patch DELETED ---
--- sonic-visualiser-1.8-raptor2.patch DELETED ---
12 years, 8 months
rpms/sonic-visualiser-freeworld/F-16 sonic-visualiser-1.9-gcc47.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 sonic-visualiser-freeworld.spec, 1.7, 1.8 sources, 1.5, 1.6 sonic-visualiser-1.8-gcc46.patch, 1.1, NONE sonic-visualiser-1.8-no_virt_QObject.patch, 1.1, NONE sonic-visualiser-1.8-raptor2.patch, 1.1, NONE
by Michel Alexandre Salim
Author: salimma
Update of /cvs/free/rpms/sonic-visualiser-freeworld/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25651/F-16
Modified Files:
.cvsignore sonic-visualiser-freeworld.spec sources
Added Files:
sonic-visualiser-1.9-gcc47.patch
Removed Files:
sonic-visualiser-1.8-gcc46.patch
sonic-visualiser-1.8-no_virt_QObject.patch
sonic-visualiser-1.8-raptor2.patch
Log Message:
* Fri Mar 23 2012 Michel Salim <salimma(a)fedoraproject.org> - 1.9-1
- Update to 1.9
sonic-visualiser-1.9-gcc47.patch:
fileio/CodedAudioFileReader.cpp | 1 +
model/WritableWaveFileModel.cpp | 1 +
2 files changed, 2 insertions(+)
--- NEW FILE sonic-visualiser-1.9-gcc47.patch ---
--- sonic-visualiser-1.9/svcore/data/fileio/CodedAudioFileReader.cpp.gcc47 2011-10-10 22:37:09.000000000 +0700
+++ sonic-visualiser-1.9/svcore/data/fileio/CodedAudioFileReader.cpp 2012-03-03 11:45:00.426572588 +0700
@@ -22,6 +22,7 @@
#include "base/Serialiser.h"
#include "base/Resampler.h"
+#include <stdint.h>
#include <iostream>
#include <QDir>
#include <QMutexLocker>
--- sonic-visualiser-1.9/svcore/data/model/WritableWaveFileModel.cpp.gcc47 2011-10-10 22:37:09.000000000 +0700
+++ sonic-visualiser-1.9/svcore/data/model/WritableWaveFileModel.cpp 2012-03-03 11:46:42.603157996 +0700
@@ -26,6 +26,7 @@
#include <cassert>
#include <iostream>
+#include <stdint.h>
//#define DEBUG_WRITABLE_WAVE_FILE_MODEL 1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/sonic-visualiser-freeworld/F-16/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 21 Jun 2011 20:42:44 -0000 1.5
+++ .cvsignore 23 Mar 2012 08:06:08 -0000 1.6
@@ -1 +1 @@
-sonic-visualiser-1.8.tar.gz
+sonic-visualiser-1.9.tar.gz
Index: sonic-visualiser-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/sonic-visualiser-freeworld/F-16/sonic-visualiser-freeworld.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sonic-visualiser-freeworld.spec 3 Oct 2011 19:59:12 -0000 1.7
+++ sonic-visualiser-freeworld.spec 23 Mar 2012 08:06:08 -0000 1.8
@@ -1,6 +1,6 @@
Name: sonic-visualiser-freeworld
-Version: 1.8
-Release: 3%{?dist}
+Version: 1.9
+Release: 1%{?dist}
Summary: A program for viewing and exploring audio data
Group: Applications/Multimedia
@@ -8,24 +8,13 @@
URL: http://www.sonicvisualiser.org/
Source0: http://downloads.sourceforge.net/sv1/sonic-visualiser-%{version}.tar.gz
Source1: sonic-visualiser-freeworld.desktop
-Patch0: sonic-visualiser-1.8-gcc46.patch
-Patch1: sonic-visualiser-1.8-implicit-dso.patch
-Patch2: sonic-visualiser-1.8-no_virt_QObject.patch
+Patch0: sonic-visualiser-1.8-implicit-dso.patch
+Patch1: sonic-visualiser-1.9-gcc47.patch
%if 0%{?el5}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%endif
-## upstreamable patches
-# support raptor2
-# note too, this package currently doesn't explicitly BR raptor-devel or raptor2-devel
-# but relies on implicit deps from redland-devel
-Patch50: sonic-visualiser-1.8-raptor2.patch
-%if 0%{?fedora} > 15
-%global raptor2 1
-BuildRequires: automake autoconf
-%endif
-
BuildRequires: qt4-devel vamp-plugin-sdk-devel
BuildRequires: libsndfile-devel libsamplerate-devel fftw-devel bzip2-devel
BuildRequires: alsa-lib-devel jack-audio-connection-kit-devel
@@ -53,18 +42,8 @@
%prep
%setup -q -n sonic-visualiser-%{version}
-%patch0 -p1 -b .gcc46
-%patch1 -p1 -b .implicit-dso
-%patch2 -p1 -b .no_virt_QObject
-
-%if 0%{?raptor2}
-%patch50 -p1 -b .raptor2
-for dir in sonic-visualiser svapp svcore svgui ; do
-pushd $dir
-sh ./bootstrap.sh
-popd
-done
-%endif
+%patch0 -p1 -b .implicit-dso
+%patch1 -p1 -b .gcc47
%build
@@ -122,6 +101,9 @@
%changelog
+* Fri Mar 23 2012 Michel Salim <salimma(a)fedoraproject.org> - 1.9-1
+- Update to 1.9
+
* Mon Oct 3 2011 Michel Salim <salimma(a)fedoraproject.org> - 1.8-3
- Fix for Qt 4.8 disallowing virtual inheritance of QObject (Radek Novacek)
- patch for raptor2 support (Rex Dieter)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/sonic-visualiser-freeworld/F-16/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 21 Jun 2011 20:42:45 -0000 1.5
+++ sources 23 Mar 2012 08:06:08 -0000 1.6
@@ -1 +1 @@
-ad676d0b4cf5b8561306487f52642862 sonic-visualiser-1.8.tar.gz
+a50037994d180c7b9b113fbde3131a8c sonic-visualiser-1.9.tar.gz
--- sonic-visualiser-1.8-gcc46.patch DELETED ---
--- sonic-visualiser-1.8-no_virt_QObject.patch DELETED ---
--- sonic-visualiser-1.8-raptor2.patch DELETED ---
12 years, 8 months
rpms/sonic-visualiser-freeworld/F-15 sonic-visualiser-1.9-gcc47.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 sonic-visualiser-freeworld.spec, 1.4, 1.5 sources, 1.5, 1.6 sonic-visualiser-1.8-gcc46.patch, 1.1, NONE
by Michel Alexandre Salim
Author: salimma
Update of /cvs/free/rpms/sonic-visualiser-freeworld/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25651/F-15
Modified Files:
.cvsignore sonic-visualiser-freeworld.spec sources
Added Files:
sonic-visualiser-1.9-gcc47.patch
Removed Files:
sonic-visualiser-1.8-gcc46.patch
Log Message:
* Fri Mar 23 2012 Michel Salim <salimma(a)fedoraproject.org> - 1.9-1
- Update to 1.9
sonic-visualiser-1.9-gcc47.patch:
fileio/CodedAudioFileReader.cpp | 1 +
model/WritableWaveFileModel.cpp | 1 +
2 files changed, 2 insertions(+)
--- NEW FILE sonic-visualiser-1.9-gcc47.patch ---
--- sonic-visualiser-1.9/svcore/data/fileio/CodedAudioFileReader.cpp.gcc47 2011-10-10 22:37:09.000000000 +0700
+++ sonic-visualiser-1.9/svcore/data/fileio/CodedAudioFileReader.cpp 2012-03-03 11:45:00.426572588 +0700
@@ -22,6 +22,7 @@
#include "base/Serialiser.h"
#include "base/Resampler.h"
+#include <stdint.h>
#include <iostream>
#include <QDir>
#include <QMutexLocker>
--- sonic-visualiser-1.9/svcore/data/model/WritableWaveFileModel.cpp.gcc47 2011-10-10 22:37:09.000000000 +0700
+++ sonic-visualiser-1.9/svcore/data/model/WritableWaveFileModel.cpp 2012-03-03 11:46:42.603157996 +0700
@@ -26,6 +26,7 @@
#include <cassert>
#include <iostream>
+#include <stdint.h>
//#define DEBUG_WRITABLE_WAVE_FILE_MODEL 1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/sonic-visualiser-freeworld/F-15/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 21 Jun 2011 21:25:19 -0000 1.5
+++ .cvsignore 23 Mar 2012 08:06:08 -0000 1.6
@@ -1 +1 @@
-sonic-visualiser-1.8.tar.gz
+sonic-visualiser-1.9.tar.gz
Index: sonic-visualiser-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/sonic-visualiser-freeworld/F-15/sonic-visualiser-freeworld.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sonic-visualiser-freeworld.spec 21 Jun 2011 21:25:19 -0000 1.4
+++ sonic-visualiser-freeworld.spec 23 Mar 2012 08:06:08 -0000 1.5
@@ -1,5 +1,5 @@
Name: sonic-visualiser-freeworld
-Version: 1.8
+Version: 1.9
Release: 1%{?dist}
Summary: A program for viewing and exploring audio data
@@ -8,16 +8,19 @@
URL: http://www.sonicvisualiser.org/
Source0: http://downloads.sourceforge.net/sv1/sonic-visualiser-%{version}.tar.gz
Source1: sonic-visualiser-freeworld.desktop
-Patch0: sonic-visualiser-1.8-gcc46.patch
-Patch1: sonic-visualiser-1.8-implicit-dso.patch
+Patch0: sonic-visualiser-1.8-implicit-dso.patch
+Patch1: sonic-visualiser-1.9-gcc47.patch
+
+%if 0%{?el5}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+%endif
BuildRequires: qt4-devel vamp-plugin-sdk-devel
BuildRequires: libsndfile-devel libsamplerate-devel fftw-devel bzip2-devel
BuildRequires: alsa-lib-devel jack-audio-connection-kit-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: redland-devel rubberband-devel
-BuildRequires: libmad-devel
+BuildRequires: libmad-devel
BuildRequires: liboggz-devel libfishsound-devel liblo-devel
BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
@@ -39,13 +42,15 @@
%prep
%setup -q -n sonic-visualiser-%{version}
-%patch0 -p1 -b .gcc46
-%patch1 -p1 -b .implicit-dso
+%patch0 -p1 -b .implicit-dso
+%patch1 -p1 -b .gcc47
%build
%configure
#qmake-qt4
+
+# not SMP-safe
#make {?_smp_mflags}
make
@@ -66,8 +71,10 @@
desktop-file-install --dir=$RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE1}
+%if 0%{?rhel}
%clean
rm -rf $RPM_BUILD_ROOT
+%endif
%post
@@ -94,6 +101,9 @@
%changelog
+* Fri Mar 23 2012 Michel Salim <salimma(a)fedoraproject.org> - 1.9-1
+- Update to 1.9
+
* Tue Jun 21 2011 Michel Salim <salimma(a)fedoraproject.org> - 1.8-1
- Update to 1.8
Index: sources
===================================================================
RCS file: /cvs/free/rpms/sonic-visualiser-freeworld/F-15/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 21 Jun 2011 21:25:19 -0000 1.5
+++ sources 23 Mar 2012 08:06:08 -0000 1.6
@@ -1 +1 @@
-ad676d0b4cf5b8561306487f52642862 sonic-visualiser-1.8.tar.gz
+a50037994d180c7b9b113fbde3131a8c sonic-visualiser-1.9.tar.gz
--- sonic-visualiser-1.8-gcc46.patch DELETED ---
12 years, 8 months
rpms/sonic-visualiser-freeworld/devel sonic-visualiser-1.9-gcc47.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 sonic-visualiser-freeworld.spec, 1.9, 1.10 sources, 1.5, 1.6 sonic-visualiser-1.8-gcc46.patch, 1.1, NONE sonic-visualiser-1.8-no_virt_QObject.patch, 1.1, NONE sonic-visualiser-1.8-raptor2.patch, 1.1, NONE
by Michel Alexandre Salim
Author: salimma
Update of /cvs/free/rpms/sonic-visualiser-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25651/devel
Modified Files:
.cvsignore sonic-visualiser-freeworld.spec sources
Added Files:
sonic-visualiser-1.9-gcc47.patch
Removed Files:
sonic-visualiser-1.8-gcc46.patch
sonic-visualiser-1.8-no_virt_QObject.patch
sonic-visualiser-1.8-raptor2.patch
Log Message:
* Fri Mar 23 2012 Michel Salim <salimma(a)fedoraproject.org> - 1.9-1
- Update to 1.9
sonic-visualiser-1.9-gcc47.patch:
fileio/CodedAudioFileReader.cpp | 1 +
model/WritableWaveFileModel.cpp | 1 +
2 files changed, 2 insertions(+)
--- NEW FILE sonic-visualiser-1.9-gcc47.patch ---
--- sonic-visualiser-1.9/svcore/data/fileio/CodedAudioFileReader.cpp.gcc47 2011-10-10 22:37:09.000000000 +0700
+++ sonic-visualiser-1.9/svcore/data/fileio/CodedAudioFileReader.cpp 2012-03-03 11:45:00.426572588 +0700
@@ -22,6 +22,7 @@
#include "base/Serialiser.h"
#include "base/Resampler.h"
+#include <stdint.h>
#include <iostream>
#include <QDir>
#include <QMutexLocker>
--- sonic-visualiser-1.9/svcore/data/model/WritableWaveFileModel.cpp.gcc47 2011-10-10 22:37:09.000000000 +0700
+++ sonic-visualiser-1.9/svcore/data/model/WritableWaveFileModel.cpp 2012-03-03 11:46:42.603157996 +0700
@@ -26,6 +26,7 @@
#include <cassert>
#include <iostream>
+#include <stdint.h>
//#define DEBUG_WRITABLE_WAVE_FILE_MODEL 1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/sonic-visualiser-freeworld/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 21 Jun 2011 20:42:44 -0000 1.5
+++ .cvsignore 23 Mar 2012 08:06:08 -0000 1.6
@@ -1 +1 @@
-sonic-visualiser-1.8.tar.gz
+sonic-visualiser-1.9.tar.gz
Index: sonic-visualiser-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/sonic-visualiser-freeworld/devel/sonic-visualiser-freeworld.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sonic-visualiser-freeworld.spec 2 Mar 2012 22:15:52 -0000 1.9
+++ sonic-visualiser-freeworld.spec 23 Mar 2012 08:06:08 -0000 1.10
@@ -1,6 +1,6 @@
Name: sonic-visualiser-freeworld
-Version: 1.8
-Release: 5%{?dist}
+Version: 1.9
+Release: 1%{?dist}
Summary: A program for viewing and exploring audio data
Group: Applications/Multimedia
@@ -8,24 +8,13 @@
URL: http://www.sonicvisualiser.org/
Source0: http://downloads.sourceforge.net/sv1/sonic-visualiser-%{version}.tar.gz
Source1: sonic-visualiser-freeworld.desktop
-Patch0: sonic-visualiser-1.8-gcc46.patch
-Patch1: sonic-visualiser-1.8-implicit-dso.patch
-Patch2: sonic-visualiser-1.8-no_virt_QObject.patch
+Patch0: sonic-visualiser-1.8-implicit-dso.patch
+Patch1: sonic-visualiser-1.9-gcc47.patch
%if 0%{?el5}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%endif
-## upstreamable patches
-# support raptor2
-# note too, this package currently doesn't explicitly BR raptor-devel or raptor2-devel
-# but relies on implicit deps from redland-devel
-Patch50: sonic-visualiser-1.8-raptor2.patch
-%if 0%{?fedora} > 15
-%global raptor2 1
-BuildRequires: automake autoconf
-%endif
-
BuildRequires: qt4-devel vamp-plugin-sdk-devel
BuildRequires: libsndfile-devel libsamplerate-devel fftw-devel bzip2-devel
BuildRequires: alsa-lib-devel jack-audio-connection-kit-devel
@@ -53,18 +42,8 @@
%prep
%setup -q -n sonic-visualiser-%{version}
-%patch0 -p1 -b .gcc46
-%patch1 -p1 -b .implicit-dso
-%patch2 -p1 -b .no_virt_QObject
-
-%if 0%{?raptor2}
-%patch50 -p1 -b .raptor2
-for dir in sonic-visualiser svapp svcore svgui ; do
-pushd $dir
-sh ./bootstrap.sh
-popd
-done
-%endif
+%patch0 -p1 -b .implicit-dso
+%patch1 -p1 -b .gcc47
%build
@@ -122,6 +101,9 @@
%changelog
+* Fri Mar 23 2012 Michel Salim <salimma(a)fedoraproject.org> - 1.9-1
+- Update to 1.9
+
* Fri Mar 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.8-5
- Rebuilt for c++ ABI breakage
Index: sources
===================================================================
RCS file: /cvs/free/rpms/sonic-visualiser-freeworld/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 21 Jun 2011 20:42:45 -0000 1.5
+++ sources 23 Mar 2012 08:06:08 -0000 1.6
@@ -1 +1 @@
-ad676d0b4cf5b8561306487f52642862 sonic-visualiser-1.8.tar.gz
+a50037994d180c7b9b113fbde3131a8c sonic-visualiser-1.9.tar.gz
--- sonic-visualiser-1.8-gcc46.patch DELETED ---
--- sonic-visualiser-1.8-no_virt_QObject.patch DELETED ---
--- sonic-visualiser-1.8-raptor2.patch DELETED ---
12 years, 8 months
rpms/staging-kmod-addons/F-16 .cvsignore,1.6,1.7 sources,1.6,1.7
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod-addons/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19024
Modified Files:
.cvsignore sources
Log Message:
update sources
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-16/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 24 Jan 2012 20:30:14 -0000 1.6
+++ .cvsignore 22 Mar 2012 20:38:36 -0000 1.7
@@ -1 +1 @@
-linux-staging-3.2.1.tar.bz2
+linux-staging-3.3.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-16/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 24 Jan 2012 20:30:14 -0000 1.6
+++ sources 22 Mar 2012 20:38:36 -0000 1.7
@@ -1 +1 @@
-59dff60d685e84fa61e6f37c9f7047e8 linux-staging-3.2.1.tar.bz2
+7080bd32b25b30a6c57694d846e6cecc linux-staging-3.3.tar.bz2
12 years, 8 months
rpms/staging-kmod-addons/F-16 staging-kmod-addons.spec,1.7,1.8
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod-addons/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17345
Modified Files:
staging-kmod-addons.spec
Log Message:
* Wed Mar 21 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.3-1
- update to 3.3
Index: staging-kmod-addons.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-16/staging-kmod-addons.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- staging-kmod-addons.spec 24 Jan 2012 20:30:14 -0000 1.7
+++ staging-kmod-addons.spec 22 Mar 2012 20:25:52 -0000 1.8
@@ -1,12 +1,12 @@
# drivers that we ship; to be synced with staging-kmod.spec
-%global stgdrvs ASUS_OLED BCM_WIMAX EASYCAP ECHO EPL ET131X FB_UDL FB_XGI FT1000_USB HECI HYPERV IDE_PHISON INTEL_MEI LINE6_USB RTS_PSTOR RAMZSWAP R8187SE R8712U RTL8192SU RTL8192E RTL8192U RTS5139 SLICOSS SOLO6X10 TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 USB_ENESTORAGE W35UND PRISM2_USB VT6655 VT6656 XVMALLOC ZRAM ZCACHE
+%global stgdrvs ASUS_OLED BCM_WIMAX EASYCAP ECHO EPL ET131X FB_UDL FB_XGI FT1000_USB HECI IDE_PHISON INTEL_MEI LINE6_USB RTS_PSTOR RAMZSWAP R8187SE R8712U RTL8192SU RTL8192E RTL8192U RTS5139 SLICOSS SOLO6X10 TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 USB_ENESTORAGE W35UND PRISM2_USB VT6655 VT6656 XVMALLOC ZRAM ZCACHE
# makes handling for rc kernels a whole lot easier:
#global prever rc8
Name: staging-kmod-addons
-Version: 3.2.1
+Version: 3.3
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
Summary: Documentation and shared parts for the kmod-staging packages
@@ -59,6 +59,9 @@
%changelog
+* Wed Mar 21 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.3-1
+- update to 3.3
+
* Tue Jan 24 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.2.1-1.1
- update to 3.2.1
- drop ATH6K_LEGACY (replaced by a proper driver)
12 years, 8 months