rpms/dolphin-emu/devel dolphin-emu.spec,1.17,1.18
by Jeremy Newton
Author: jem256
Update of /cvs/nonfree/rpms/dolphin-emu/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5079
Modified Files:
dolphin-emu.spec
Log Message:
Bumping rel number
Index: dolphin-emu.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dolphin-emu/devel/dolphin-emu.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- dolphin-emu.spec 20 Jul 2015 18:05:57 -0000 1.17
+++ dolphin-emu.spec 20 Jul 2015 18:21:43 -0000 1.18
@@ -1,6 +1,6 @@
Name: dolphin-emu
Version: 4.0
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Gamecube / Wii / Triforce Emulator
Url: http://dolphin-emu.org/
@@ -140,6 +140,9 @@
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Mon Jul 20 2015 Jeremy Newton <alexjnewt(a)hotmail.com> - 4.0-8
+- Disabling polarssl, as its not working on buildsys
+
* Sun Jun 14 2015 Jeremy Newton <alexjnewt(a)hotmail.com> - 4.0-7
- Patching for the rename of polarssl
9 years, 4 months
rpms/dolphin-emu/devel dolphin-emu.spec,1.16,1.17
by Jeremy Newton
Author: jem256
Update of /cvs/nonfree/rpms/dolphin-emu/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4867
Modified Files:
dolphin-emu.spec
Log Message:
Attempting another bypass method for polarssl
Index: dolphin-emu.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dolphin-emu/devel/dolphin-emu.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- dolphin-emu.spec 20 Jul 2015 17:15:32 -0000 1.16
+++ dolphin-emu.spec 20 Jul 2015 18:05:57 -0000 1.17
@@ -78,7 +78,8 @@
#Change in library name from polarssl to mbedtls
sed -i 's/polarssl H/mbedtls H/g' CMakeTests/FindPolarSSL.cmake
#Remove check for POLARSSL_WORKS as it doesn't seem to work
-sed -i 's/ AND POLARSSL_WORKS//g' CMakeLists.txt
+sed -i 's/unset(POLARSSL_WORKS CACHE)/set(POLARSSL_WORKS TRUE)/g' CMakeTests/FindPolarSSL.cmake
+sed -i 's/POLARSSL_WORKS)/POLARSSL_DONTCARE)/g' CMakeTests/FindPolarSSL.cmake
###Remove all Bundled Libraries except Bochs:
cd Externals
9 years, 4 months
rpms/dolphin-emu/devel dolphin-emu.spec,1.15,1.16
by Jeremy Newton
Author: jem256
Update of /cvs/nonfree/rpms/dolphin-emu/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4273
Modified Files:
dolphin-emu.spec
Log Message:
Disable polarssl check
Index: dolphin-emu.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dolphin-emu/devel/dolphin-emu.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- dolphin-emu.spec 20 Jul 2015 16:43:13 -0000 1.15
+++ dolphin-emu.spec 20 Jul 2015 17:15:32 -0000 1.16
@@ -77,8 +77,8 @@
sed -i 's/soundtouch.h/SoundTouch.h/g' CMakeLists.txt
#Change in library name from polarssl to mbedtls
sed -i 's/polarssl H/mbedtls H/g' CMakeTests/FindPolarSSL.cmake
-#Missing call to string.h
-sed -i 's/compiles("/compiles("#include <string.h>/g' CMakeTests/FindPolarSSL.cmake
+#Remove check for POLARSSL_WORKS as it doesn't seem to work
+sed -i 's/ AND POLARSSL_WORKS//g' CMakeLists.txt
###Remove all Bundled Libraries except Bochs:
cd Externals
9 years, 4 months
rpms/dolphin-emu/devel dolphin-emu.spec,1.14,1.15
by Jeremy Newton
Author: jem256
Update of /cvs/nonfree/rpms/dolphin-emu/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3830
Modified Files:
dolphin-emu.spec
Log Message:
Fix
Index: dolphin-emu.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dolphin-emu/devel/dolphin-emu.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- dolphin-emu.spec 14 Jun 2015 18:45:45 -0000 1.14
+++ dolphin-emu.spec 20 Jul 2015 16:43:13 -0000 1.15
@@ -77,6 +77,8 @@
sed -i 's/soundtouch.h/SoundTouch.h/g' CMakeLists.txt
#Change in library name from polarssl to mbedtls
sed -i 's/polarssl H/mbedtls H/g' CMakeTests/FindPolarSSL.cmake
+#Missing call to string.h
+sed -i 's/compiles("/compiles("#include <string.h>/g' CMakeTests/FindPolarSSL.cmake
###Remove all Bundled Libraries except Bochs:
cd Externals
9 years, 4 months
rpms/vokoscreen/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 vokoscreen.spec, 1.5, 1.6
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vokoscreen/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3568/devel
Modified Files:
.cvsignore sources vokoscreen.spec
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vokoscreen/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 22 May 2015 19:08:00 -0000 1.4
+++ .cvsignore 20 Jul 2015 16:27:49 -0000 1.5
@@ -1 +1 @@
-vokoscreen-2.3.0.tar.gz
+vokoscreen-2.4.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vokoscreen/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 22 May 2015 19:08:00 -0000 1.4
+++ sources 20 Jul 2015 16:27:49 -0000 1.5
@@ -1 +1 @@
-21791c2f0170e9a058ddcbf47385b5a1 vokoscreen-2.3.0.tar.gz
+ac15692a0802d5310a98ac54b922fb6b vokoscreen-2.4.0.tar.gz
Index: vokoscreen.spec
===================================================================
RCS file: /cvs/free/rpms/vokoscreen/devel/vokoscreen.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vokoscreen.spec 22 May 2015 19:08:00 -0000 1.5
+++ vokoscreen.spec 20 Jul 2015 16:27:49 -0000 1.6
@@ -1,5 +1,5 @@
Name: vokoscreen
-Version: 2.3.0
+Version: 2.4.0
Release: 1%{?dist}
Summary: Screencast creator
License: GPLv2+ and BSD
@@ -64,6 +64,9 @@
%{_datadir}/pixmaps/%{name}.png
%changelog
+* Mon Jul 20 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 2.4.0-1
+- Update to 2.4.0
+
* Tue May 19 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 2.3.0-1
- Update to 2.3.0
9 years, 4 months
rpms/audacity-freeworld/devel .cvsignore, 1.18, 1.19 audacity-freeworld.spec, 1.34, 1.35 sources, 1.18, 1.19
by David Timms
Author: dtimms
Update of /cvs/free/rpms/audacity-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1512
Modified Files:
.cvsignore audacity-freeworld.spec sources
Log Message:
Release of Audacity 2.1.1.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore 27 Jun 2015 12:16:09 -0000 1.18
+++ .cvsignore 19 Jul 2015 13:29:51 -0000 1.19
@@ -1 +1 @@
-audacity-dea351aa4820efd7ce8c2254930f942a6590472b.tar.gz
+audacity-minsrc-2.1.1.tar.xz
Index: audacity-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/devel/audacity-freeworld.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- audacity-freeworld.spec 28 Jun 2015 09:21:10 -0000 1.34
+++ audacity-freeworld.spec 19 Jul 2015 13:29:51 -0000 1.35
@@ -1,12 +1,12 @@
# Compile options:
%bcond_with mp3
-%global commit dea351aa4820efd7ce8c2254930f942a6590472b
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
+#%#global commit dea351aa4820efd7ce8c2254930f942a6590472b
+#%#global shortcommit %(c=%#{commit}; echo ${c:0:7})
Name: audacity-freeworld
Version: 2.1.1
-Release: 0.2.%{shortcommit}%{?dist}
+Release: 1%{?dist}
Summary: Multitrack audio editor
Group: Applications/Multimedia
License: GPLv2
@@ -15,16 +15,16 @@
%define realname audacity
Conflicts: %{realname}
-# use for upstream source releases (git now):
-Source0: https://github.com/audacity/%{realname}/archive/%{commit}/%{realname}-%{c...
+Source0: http://www.fosshub.com/Audacity.html/%{realname}-minsrc-%{version}.tar.xz
+# For alpha git snapshots for testing use the github archive as upstream source:
+#Source0: https://github.com/audacity/%#{name}/archive/%#{commit}/%#{name}-%#{commi...
# ie https://github.com/audacity/audacity/archive/dea351aa4820efd7ce8c2254930f...
-#Source0: http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-%{version}.t...
-#Source0: http://audacity.googlecode.com/files/audacity-minsrc-%{version}.tar.xz
-#%define tartopdir audacity-minsrc-%{version}
-%define tartopdir audacity-%{commit}
+#Source0: http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-%#{version}....
+%define tartopdir audacity-minsrc-%{version}
+#%#define tartopdir audacity-%#{commit}
# manual can be installed from the base Fedora audacity package.
-#Source1: http://downloads.sf.net/sourceforge/audacity/audacity-manual-%{version}.zip
+#S#ource1: http://www.fosshub.com/Audacity.html/%{realname}-manual-%{version}.zip
Patch1: audacity-2.0.4-libmp3lame-default.patch
Patch2: audacity-1.3.9-libdir.patch
@@ -211,6 +211,9 @@
%changelog
+* Sun Jul 19 2015 David Timms <iinet.net.au@dtimms> - 2.1.1-1
+- Release of Audacity 2.1.1.
+
* Sun Jun 28 2015 David Timms <iinet.net.au@dtimms> - 2.1.1-0.2.dea351a
- remove Source1 reference to manual (available in Fedora audacity build).
Index: sources
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources 27 Jun 2015 12:16:09 -0000 1.18
+++ sources 19 Jul 2015 13:29:51 -0000 1.19
@@ -1 +1 @@
-5870b7b50ce8ea93c6c33334fa213446 audacity-dea351aa4820efd7ce8c2254930f942a6590472b.tar.gz
+9e37b1f5cde38d089a35febb904a9e39 audacity-minsrc-2.1.1.tar.xz
9 years, 4 months
rpms/vdr-skindesigner/devel .cvsignore, 1.40, 1.41 sources, 1.41, 1.42 vdr-skindesigner.spec, 1.44, 1.45
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21692/devel
Modified Files:
.cvsignore sources vdr-skindesigner.spec
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/.cvsignore,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- .cvsignore 10 Jul 2015 16:46:57 -0000 1.40
+++ .cvsignore 18 Jul 2015 16:28:19 -0000 1.41
@@ -1 +1 @@
-vdr-plugin-skindesigner-0.6.1.tar.bz2
+vdr-plugin-skindesigner-0.6.2.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/sources,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- sources 10 Jul 2015 16:46:57 -0000 1.41
+++ sources 18 Jul 2015 16:28:19 -0000 1.42
@@ -1 +1 @@
-bd970797a232ef7628f8b687a427e513 vdr-plugin-skindesigner-0.6.1.tar.bz2
+2c253908508a923744f3164fb77b8e4b vdr-plugin-skindesigner-0.6.2.tar.bz2
Index: vdr-skindesigner.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/vdr-skindesigner.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- vdr-skindesigner.spec 10 Jul 2015 16:46:57 -0000 1.44
+++ vdr-skindesigner.spec 18 Jul 2015 16:28:19 -0000 1.45
@@ -1,5 +1,5 @@
Name: vdr-skindesigner
-Version: 0.6.1
+Version: 0.6.2
Release: 1%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
@@ -113,6 +113,9 @@
%{_includedir}/libskindesignerapi/
%changelog
+* Sat Jul 18 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.2-1
+- Update to 0.6.2
+
* Fri Jul 10 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.1-1
- Update to 0.6.1
9 years, 4 months
rpms/mame/devel mame.spec,1.115,1.116
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11122
Modified Files:
mame.spec
Log Message:
* Sat Jul 18 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.163-4
- Fixed debug conditional build (rfbz #3715)
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- mame.spec 14 Jul 2015 22:15:18 -0000 1.115
+++ mame.spec 18 Jul 2015 06:19:05 -0000 1.116
@@ -15,7 +15,7 @@
Name: mame
Version: 0.%{baseversion}
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Multiple Arcade Machine Emulator
License: MAME License and BSD and GPLv2+ and LGPLv2+ and Public Domain and zlib
@@ -237,8 +237,8 @@
install -pm 755 ldplayer64 $RPM_BUILD_ROOT%{_bindir}/ldplayer
%endif
%if %{with debug}
-install -pm 755 %{name}d $RPM_BUILD_ROOT%{_bindir}/%{name} || \
-install -pm 755 %{name}64d $RPM_BUILD_ROOT%{_bindir}/%{name}
+install -pm 755 %{name}d $RPM_BUILD_ROOT%{_bindir}/%{name}d || \
+install -pm 755 %{name}64d $RPM_BUILD_ROOT%{_bindir}/%{name}d
%else
install -pm 755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name} || \
install -pm 755 %{name}64 $RPM_BUILD_ROOT%{_bindir}/%{name}
@@ -324,6 +324,9 @@
%changelog
+* Sat Jul 18 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.163-4
+- Fixed debug conditional build (rfbz #3715)
+
* Tue Jul 14 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.163-3
- Fixed arm build
- Added crosshairpath to default .ini, removed memcard_directory
9 years, 4 months
rpms/mame/devel mame-armfix.patch,NONE,1.1
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2752
Added Files:
mame-armfix.patch
Log Message:
Added the missing patch
mame-armfix.patch:
makefile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--- NEW FILE mame-armfix.patch ---
diff -up mame-0.163/makefile.armfix mame-0.163/makefile
--- mame-0.163/makefile.armfix 2015-07-14 23:17:36.286907839 +0200
+++ mame-0.163/makefile 2015-07-15 00:10:24.957685782 +0200
@@ -240,6 +240,7 @@ endif
endif
ifeq ($(findstring arm,$(UNAME)),arm)
+ARCHITECTURE :=
ifndef NOASM
NOASM := 1
endif
@@ -903,13 +904,14 @@ $(PROJECTDIR)/gmake-linux/Makefile: make
linux_x64: generate $(PROJECTDIR)/gmake-linux/Makefile
$(SILENT) $(MAKE) $(MAKEPARAMS) -C $(PROJECTDIR)/gmake-linux config=$(CONFIG)64
-.PHONY: linux
-linux: linux_x86
-
.PHONY: linux_x86
linux_x86: generate $(PROJECTDIR)/gmake-linux/Makefile
$(SILENT) $(MAKE) $(MAKEPARAMS) -C $(PROJECTDIR)/gmake-linux config=$(CONFIG)32
+.PHONY: linux
+linux: generate $(PROJECTDIR)/gmake-linux/Makefile
+ $(SILENT) $(MAKE) $(MAKEPARAMS) -C $(PROJECTDIR)/gmake-linux config=$(CONFIG)
+
#-------------------------------------------------
# gmake-linux-clang
#-------------------------------------------------
9 years, 4 months
rpms/wl-kmod/devel wl-kmod.spec,1.122,1.123
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32764
Modified Files:
wl-kmod.spec
Log Message:
* Thu Jul 16 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-8.6
- Rebuilt for kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/devel/wl-kmod.spec,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- wl-kmod.spec 2 Jul 2015 15:38:02 -0000 1.122
+++ wl-kmod.spec 16 Jul 2015 16:14:14 -0000 1.123
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 6.30.223.248
-Release: 8%{?dist}.5
+Release: 8%{?dist}.6
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -102,6 +102,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Jul 16 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-8.6
+- Rebuilt for kernel
+
* Thu Jul 02 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-8.5
- Rebuilt for kernel
9 years, 4 months