rpms/OpenEXR_Viewers-nonfree/devel OpenEXR_Viewers-nonfree.spec, 1.23, 1.24
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21516
Modified Files:
OpenEXR_Viewers-nonfree.spec
Log Message:
ExclusiveArch
Index: OpenEXR_Viewers-nonfree.spec
===================================================================
RCS file: /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/devel/OpenEXR_Viewers-nonfree.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- OpenEXR_Viewers-nonfree.spec 19 May 2015 12:27:23 -0000 1.23
+++ OpenEXR_Viewers-nonfree.spec 19 May 2015 12:27:56 -0000 1.24
@@ -19,7 +19,7 @@
Name: %{real_name}
Version: 2.1.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Viewers programs for OpenEXR
Group: Applications/Multimedia
@@ -153,6 +153,9 @@
%endif
%changelog
+* Tue May 19 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 2.1.0-4
+- Use ExclusiveArch for Cg
+
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
9 years, 6 months
rpms/OpenEXR_Viewers-nonfree/devel OpenEXR_Viewers-nonfree.spec, 1.22, 1.23
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21440
Modified Files:
OpenEXR_Viewers-nonfree.spec
Log Message:
ExclusiveArch for Cg
Index: OpenEXR_Viewers-nonfree.spec
===================================================================
RCS file: /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/devel/OpenEXR_Viewers-nonfree.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- OpenEXR_Viewers-nonfree.spec 6 Dec 2014 11:36:02 -0000 1.22
+++ OpenEXR_Viewers-nonfree.spec 19 May 2015 12:27:23 -0000 1.23
@@ -39,6 +39,7 @@
BuildRequires: fltk-devel >= 1.1
BuildRequires: pkgconfig(OpenEXR) >= 2.1
%if %with_Cg
+ExclusiveArch: i686 x86_64
BuildRequires: Cg
BuildRequires: freeglut-devel
Provides: OpenEXR_Viewers = %{version}
9 years, 6 months
rpms/VirtualBox-kmod/F-20 VirtualBox-kmod.spec,1.101,1.102
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28369
Modified Files:
VirtualBox-kmod.spec
Log Message:
* Mon May 18 2015 Sérgio Basto <sergio(a)serjux.com> - 4.3.28-1
- New upstream release (4.3.28), build akmods.
Index: VirtualBox-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-kmod/F-20/VirtualBox-kmod.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- VirtualBox-kmod.spec 13 May 2015 16:56:49 -0000 1.101
+++ VirtualBox-kmod.spec 18 May 2015 18:19:32 -0000 1.102
@@ -3,7 +3,7 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%global buildforkernels newest
+#global buildforkernels newest
# In prerelease builds (such as betas), this package has the same
# major version number, while the kernel module abi is not guarranteed
@@ -19,8 +19,8 @@
%bcond_with hardening
Name: VirtualBox-kmod
-Version: 4.3.26
-Release: 1%{?prerel:.%{prerel}}%{?dist}.5
+Version: 4.3.28
+Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -98,6 +98,9 @@
%changelog
+* Mon May 18 2015 Sérgio Basto <sergio(a)serjux.com> - 4.3.28-1
+- New upstream release (4.3.28), build akmods.
+
* Wed May 13 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.26-1.5
- Rebuilt for kernel
9 years, 6 months
rpms/VirtualBox/F-20 VirtualBox-4.3.26-gcc.patch,NONE,1.1
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28018
Added Files:
VirtualBox-4.3.26-gcc.patch
Log Message:
add VirtualBox-4.3.26-gcc.patch
VirtualBox-4.3.26-gcc.patch:
configure | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--- NEW FILE VirtualBox-4.3.26-gcc.patch ---
Index: trunk/configure
===================================================================
--- a/trunk/configure
+++ b/trunk/configure
@@ -423,6 +423,7 @@
-o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
-o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \
- -o $cc_maj -gt 4 ]; then
- log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<10"
+ -o \( $cc_maj -eq 5 -a $cc_min -gt 1 \) \
+ -o $cc_maj -gt 5 ]; then
+ log_failure "gcc version $cc_maj.$cc_min found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<10 or gcc 5.1"
fail really
else
log_success "found version $cc_ver"
9 years, 6 months
rpms/VirtualBox/F-20 .cvsignore, 1.59, 1.60 VirtualBox.spec, 1.67, 1.68 sources, 1.59, 1.60
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27765
Modified Files:
.cvsignore VirtualBox.spec sources
Log Message:
* Wed May 13 2015 Sérgio Basto <sergio(a)serjux.com> - 4.3.28-1
- Update to 4.3.28 .
- Drop diff_smap_4.patch .
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-20/.cvsignore,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- .cvsignore 31 Mar 2015 10:58:41 -0000 1.59
+++ .cvsignore 18 May 2015 18:04:13 -0000 1.60
@@ -1 +1 @@
-VirtualBox-4.3.26.tar.bz2
+VirtualBox-4.3.28.tar.bz2
Index: VirtualBox.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-20/VirtualBox.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- VirtualBox.spec 31 Mar 2015 10:58:41 -0000 1.67
+++ VirtualBox.spec 18 May 2015 18:04:13 -0000 1.68
@@ -26,7 +26,7 @@
#endif
Name: VirtualBox
-Version: 4.3.26
+Version: 4.3.28
Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -52,7 +52,7 @@
Patch23: VirtualBox-4.3.10-xserver_guest.patch
Patch24: VirtualBox-4.3.0-VBoxGuestLib.patch
Patch26: VirtualBox-4.3.0-no-bundles.patch
-#Patch27: VirtualBox-4.3.10-gcc.patch
+Patch27: VirtualBox-4.3.26-gcc.patch
BuildRequires: kBuild >= 0.1.9998
BuildRequires: SDL-devel xalan-c-devel
@@ -233,7 +233,7 @@
%patch23 -p1 -b .xserver_guest
%patch24 -p1 -b .guestlib
%patch26 -p1 -b .nobundles
-#patch27 -p1 -b .gcc
+%patch27 -p2 -b .gcc
# CRLF->LF
sed -i 's/\r//' COPYING
@@ -619,6 +619,19 @@
%changelog
+* Wed May 13 2015 Sérgio Basto <sergio(a)serjux.com> - 4.3.28-1
+- Update to 4.3.28 .
+- Drop diff_smap_4.patch .
+
+* Mon May 04 2015 Sérgio Basto <sergio(a)serjux.com> - 4.3.26-3
+- Added diff_smap_4.patch from https://www.virtualbox.org/ticket/13961 ,
+ may fix problems for kernel >= 3.19 , I still need disable 3D to run plasma 5
+ ( https://forums.virtualbox.org/viewtopic.php?f=6&t=64452&start=15#p320557 )
+
+* Mon May 04 2015 Sérgio Basto <sergio(a)serjux.com> - 4.3.26-2
+- Rebuilt for F22 new xorg ABI
+- Allow build with gcc 5.1
+
* Tue Mar 24 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 4.3.26-1
- New upstream release .
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-20/sources,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- sources 31 Mar 2015 10:58:41 -0000 1.59
+++ sources 18 May 2015 18:04:13 -0000 1.60
@@ -1 +1 @@
-df8fa3b1820773556b33ae0405553120 VirtualBox-4.3.26.tar.bz2
+53dcfb7d1cf13716410f7a5de6a75fba VirtualBox-4.3.28.tar.bz2
9 years, 6 months
rpms/pithos/devel .cvsignore, 1.5, 1.6 pithos.spec, 1.9, 1.10 sources, 1.6, 1.7
by Patrick Griffis
Author: tingping
Update of /cvs/free/rpms/pithos/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26826
Modified Files:
.cvsignore pithos.spec sources
Log Message:
* Mon May 18 2015 TingPing <tingping(a)tingping.se> - 1.1.1-1
- Bump version to 1.1.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/pithos/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 10 May 2015 21:46:05 -0000 1.5
+++ .cvsignore 18 May 2015 17:40:27 -0000 1.6
@@ -1 +1 @@
-pithos-1.1.0.tar.gz
+pithos-1.1.1.tar.gz
Index: pithos.spec
===================================================================
RCS file: /cvs/free/rpms/pithos/devel/pithos.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pithos.spec 10 May 2015 21:46:05 -0000 1.9
+++ pithos.spec 18 May 2015 17:40:27 -0000 1.10
@@ -1,5 +1,5 @@
Name: pithos
-Version: 1.1.0
+Version: 1.1.1
Release: 1%{?dist}
Summary: A Pandora client for the GNOME Desktop
@@ -54,6 +54,9 @@
%{_datadir}/icons/hicolor/
%changelog
+* Mon May 18 2015 TingPing <tingping(a)tingping.se> - 1.1.1-1
+- Bump version to 1.1.1
+
* Sun May 10 2015 TingPing <tingping(a)tingping.se> - 1.1.0-1
- Bump version to 1.1.0
Index: sources
===================================================================
RCS file: /cvs/free/rpms/pithos/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 10 May 2015 21:46:05 -0000 1.6
+++ sources 18 May 2015 17:40:27 -0000 1.7
@@ -1 +1 @@
-689797c86b6ce6355df2b75fbdd4d95c pithos-1.1.0.tar.gz
+8b429f74a8e269ebae3f3fb2b84dde6b pithos-1.1.1.tar.gz
9 years, 6 months
rpms/xmltv/devel xmltv-0.5.66-new-manip-data.patch,NONE,1.1
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/xmltv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26409
Added Files:
xmltv-0.5.66-new-manip-data.patch
Log Message:
* Mon May 18 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.5.66-2
- Fix FTBFS (rf#3621)
xmltv-0.5.66-new-manip-data.patch:
filter/tv_sort | 7 ++++++-
lib/XMLTV.pm.in | 6 +++++-
2 files changed, 11 insertions(+), 2 deletions(-)
--- NEW FILE xmltv-0.5.66-new-manip-data.patch ---
diff -up xmltv-0.5.66/lib/XMLTV.pm.in~ xmltv-0.5.66/lib/XMLTV.pm.in
--- xmltv-0.5.66/lib/XMLTV.pm.in~ 2014-10-21 08:55:31.000000000 +0200
+++ xmltv-0.5.66/lib/XMLTV.pm.in 2015-05-18 17:31:12.509157453 +0200
@@ -2123,7 +2123,11 @@ BEGIN {
}
BEGIN {
- Date::Manip::Date_Init("TZ=UTC");
+ if (int(Date::Manip::DateManipVersion) >= 6) {
+ Date::Manip::Date_Init("SetDate=now,UTC");
+ } else {
+ Date::Manip::Date_Init("TZ=UTC");
+ }
}
# Override dataElement() to refuse writing empty or whitespace
diff -up xmltv-0.5.66/filter/tv_sort~ xmltv-0.5.66/filter/tv_sort
--- xmltv-0.5.66/filter/tv_sort~ 2014-06-13 18:11:17.000000000 +0200
+++ xmltv-0.5.66/filter/tv_sort 2015-05-18 19:29:29.750377410 +0200
@@ -60,7 +60,12 @@ Ed Avis, ed(a)membled.com
use strict;
use XMLTV::Version '$Id: tv_sort,v 1.33 2014/06/13 16:11:17 bilbo_uk Exp $ ';
use XMLTV::Date;
-use Date::Manip; Date_Init('TZ=UTC');
+use Date::Manip;
+if (int(Date::Manip::DateManipVersion) >= 6) {
+ Date::Manip::Date_Init("SetDate=now,UTC");
+} else {
+ Date::Manip::Date_Init("TZ=UTC");
+}
use Getopt::Long;
# We use Storable to do 'deep equality' of data structures; this
9 years, 6 months
rpms/xmltv/devel xmltv.spec,1.21,1.22
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/xmltv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26253
Modified Files:
xmltv.spec
Log Message:
* Mon May 18 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.5.66-2
- Fix FTBFS (rf#3621)
Index: xmltv.spec
===================================================================
RCS file: /cvs/free/rpms/xmltv/devel/xmltv.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xmltv.spec 28 Oct 2014 17:01:50 -0000 1.21
+++ xmltv.spec 18 May 2015 17:31:55 -0000 1.22
@@ -1,6 +1,6 @@
Name: xmltv
Version: 0.5.66
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A set of utilities to manage your TV viewing
Group: Development/Libraries
@@ -8,6 +8,7 @@
URL: http://xmltv.org/wiki/
Source0: http://downloads.sourceforge.net/xmltv/xmltv-%{version}.tar.bz2
Patch0: xmltv-0.5.63-noask.patch
+Patch1: xmltv-0.5.66-new-manip-data.patch
BuildArch: noarch
@@ -128,6 +129,7 @@
%prep
%setup -q
%patch0 -p1 -b .noask
+%patch1 -p1
# Fix line endings
sed -i 's/\r//' grab/ch_search/tv_grab_ch_search.in
@@ -224,6 +226,9 @@
%changelog
+* Mon May 18 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.5.66-2
+- Fix FTBFS (rf#3621)
+
* Tue Oct 28 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.66-1
- Update to 0.5.56
9 years, 6 months
rpms/libopenshot/devel libopenshot-0.0.4-swig.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 libopenshot.spec, 1.4, 1.5 sources, 1.2, 1.3
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/libopenshot/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20371
Modified Files:
.cvsignore libopenshot.spec sources
Added Files:
libopenshot-0.0.4-swig.patch
Log Message:
* Mon May 18 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.0.4-1
- New upstream release 0.0.4
- Fix FTBFS (rf#3624)
libopenshot-0.0.4-swig.patch:
openshot.i | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- NEW FILE libopenshot-0.0.4-swig.patch ---
diff -up libopenshot-0.0.4/src/bindings/python/openshot.i~ libopenshot-0.0.4/src/bindings/python/openshot.i
--- libopenshot-0.0.4/src/bindings/python/openshot.i~ 2015-02-13 08:05:17.000000000 +0100
+++ libopenshot-0.0.4/src/bindings/python/openshot.i 2015-05-18 17:01:09.494631856 +0200
@@ -1,3 +1,4 @@
+/*
####################### src/openshot.i (libopenshot) ########################
# @brief SWIG configuration for libopenshot (to generate Python SWIG bindings)
# @author Jonathan Thomas <jonathan(a)openshot.org>
@@ -23,7 +24,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with OpenShot Library. If not, see <http://www.gnu.org/licenses/>.
################################################################################
-
+*/
%module openshot
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libopenshot/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 20 Sep 2014 14:54:54 -0000 1.2
+++ .cvsignore 18 May 2015 15:22:17 -0000 1.3
@@ -1 +1 @@
-libopenshot-0.0.3.tar.gz
+libopenshot-0.0.4.tar.gz
Index: libopenshot.spec
===================================================================
RCS file: /cvs/free/rpms/libopenshot/devel/libopenshot.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libopenshot.spec 20 Oct 2014 01:04:08 -0000 1.4
+++ libopenshot.spec 18 May 2015 15:22:17 -0000 1.5
@@ -1,17 +1,18 @@
Name: libopenshot
-Version: 0.0.3
-Release: 4%{?dist}
+Version: 0.0.4
+Release: 1%{?dist}
Summary: Library for creating and editing videos
License: LGPLv3+
URL: http://www.openshot.org/
Source0: https://launchpad.net/%{name}/0.0/%{version}/+download/%{name}-%{version}...
+Patch0: libopenshot-0.0.4-swig.patch
BuildRequires: cmake swig
BuildRequires: python3-devel
BuildRequires: ImageMagick-c++-devel
BuildRequires: ffmpeg-devel
-BuildRequires: libopenshot-audio-devel
+BuildRequires: libopenshot-audio-devel >= %{version}
BuildRequires: qt5-qttools-devel
BuildRequires: qt5-qtmultimedia-devel
BuildRequires: unittest-cpp-devel
@@ -45,6 +46,7 @@
%prep
%setup -q
+%patch0 -p1
%build
@@ -75,6 +77,10 @@
%changelog
+* Mon May 18 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.0.4-1
+- New upstream release 0.0.4
+- Fix FTBFS (rf#3624)
+
* Mon Oct 20 2014 Sérgio Basto <sergio(a)serjux.com> - 0.0.3-4
- Rebuilt for FFmpeg 2.4.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libopenshot/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 20 Sep 2014 14:54:54 -0000 1.2
+++ sources 18 May 2015 15:22:17 -0000 1.3
@@ -1 +1 @@
-4dc4bdeaa3037fe59bdda922dd2d02b1 libopenshot-0.0.3.tar.gz
+d2a8d217ea07cee7d6de4bd542823d8e libopenshot-0.0.4.tar.gz
9 years, 6 months
rpms/libopenshot-audio/devel .cvsignore, 1.2, 1.3 libopenshot-audio.spec, 1.2, 1.3 sources, 1.2, 1.3
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/libopenshot-audio/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19574
Modified Files:
.cvsignore libopenshot-audio.spec sources
Log Message:
* Mon May 18 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.0.4-1
- New upstream release 0.0.4
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libopenshot-audio/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 5 Sep 2014 01:53:55 -0000 1.2
+++ .cvsignore 18 May 2015 15:03:32 -0000 1.3
@@ -1 +1 @@
-libopenshot-audio-0.0.3.tar.gz
+libopenshot-audio-0.0.4.tar.gz
Index: libopenshot-audio.spec
===================================================================
RCS file: /cvs/free/rpms/libopenshot-audio/devel/libopenshot-audio.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libopenshot-audio.spec 5 Sep 2014 02:12:25 -0000 1.2
+++ libopenshot-audio.spec 18 May 2015 15:03:32 -0000 1.3
@@ -1,5 +1,5 @@
Name: libopenshot-audio
-Version: 0.0.3
+Version: 0.0.4
Release: 1%{?dist}
Summary: Audio library used by OpenShot
@@ -64,5 +64,8 @@
%changelog
+* Mon May 18 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.0.4-1
+- New upstream release 0.0.4
+
* Tue Jul 15 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.0.3-1
- Initial packaging.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libopenshot-audio/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 5 Sep 2014 01:53:55 -0000 1.2
+++ sources 18 May 2015 15:03:32 -0000 1.3
@@ -1 +1 @@
-1bb08aef04135d1cc3a842de23b7c519 libopenshot-audio-0.0.3.tar.gz
+31bb58e79c1233ef8d840d66d56fde63 libopenshot-audio-0.0.4.tar.gz
9 years, 6 months