[kodi] Update to 17.0 alpha 2
by Michael Cronenworth
commit 8102420ac2b7ddf13f96bf2bb0fe6ac4780f1203
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Tue Jul 5 17:31:01 2016 -0500
Update to 17.0 alpha 2
.gitignore | 2 +-
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 7 +++++--
sources | 2 +-
4 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fc6b14d..a66df3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kodi-17.0a1-patched.tar.xz
+/kodi-17.0a2-patched.tar.xz
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index 654dfbf..494bc29 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=17
-MINORVERSION=0a1
+MINORVERSION=0a2
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Krypton
diff --git a/kodi.spec b/kodi.spec
index 3cfdb7a..6282b24 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -1,4 +1,4 @@
-%global PRERELEASE a1
+%global PRERELEASE a2
%global DIRVERSION %{version}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
@@ -7,7 +7,7 @@
Name: kodi
Version: 17.0
-Release: 0.1%{?dist}
+Release: 0.2%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -392,6 +392,9 @@ fi
%changelog
+* Tue Jul 05 2016 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.2
+- Kodi 17.0 alpha 2
+
* Wed Jun 22 2016 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.1
- Kodi 17.0 alpha 1
diff --git a/sources b/sources
index 97d3a6e..adddc8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e3f8686fab57f169a50004341167cf7 kodi-17.0a1-patched.tar.xz
+7c5d4d20af28ffa44edb229e7f33ac5b kodi-17.0a2-patched.tar.xz
8 years, 4 months
[Cg] Fixed build failure caused by presence of forward slashes in $RPM_OPT_FLAGS
by Julian Sikorski
commit 418514af7efffb51821fd5942f9c1ac213d3a296
Author: Julian Sikorski <belegdol(a)fedoraproject.org>
Date: Tue Jul 5 20:07:04 2016 +0200
Fixed build failure caused by presence of forward slashes in $RPM_OPT_FLAGS
Cg.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/Cg.spec b/Cg.spec
index 8bbf4c5..cce583d 100644
--- a/Cg.spec
+++ b/Cg.spec
@@ -16,7 +16,7 @@
Summary: NVIDIA Cg Toolkit
Name: Cg
Version: %{maj_version}.%{min_version}
-Release: 4%{?dist}
+Release: 5%{?dist}
URL: http://developer.nvidia.com/object/cg_toolkit.html
Group: Development/Languages
Source0: http://developer.download.nvidia.com/cg/Cg_%{maj_version}/Cg-%{maj_versio...
@@ -95,8 +95,8 @@ echo "Nothing to build,... Well not exactly"
for b in cgfxcat cginfo ; do
make -C usr/local/Cg/examples/Tools/${b} clean
- sed -i -e 's/-DGLEW_STATIC//' usr/local/Cg/examples/Tools/${b}/Makefile
- sed -i -e 's/-Wall/%{optflags}/' usr/local/Cg/examples/Tools/${b}/Makefile
+ sed -i -e 's@-DGLEW_STATIC@@' usr/local/Cg/examples/Tools/${b}/Makefile
+ sed -i -e 's@-Wall@$RPM_OPT_FLAGS@' usr/local/Cg/examples/Tools/${b}/Makefile
make -C usr/local/Cg/examples/Tools/${b} \
GLEW=%{_prefix} \
CG_INC_PATH=%{_builddir}/%{buildsubdir}/usr/include \
@@ -154,6 +154,9 @@ fi
%changelog
+* Tue Jul 05 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 3.1.0013-5
+- Fixed build failure caused by presence of forward slashes in $RPM_OPT_FLAGS
+
* Sun Aug 31 2014 Sérgio Basto <sergio(a)serjux.com> - 3.1.0013-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8 years, 4 months
[k9copy/f23] (2 commits) ...Fix typo in changelog
by Sérgio M. Basto
Summary of changes:
d9805cd... Add patch to fix build with ffmpeg3 and gcc6 (Fedora) (*)
0da4398... Fix typo in changelog (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[roadfighter] Fix FTBFS
by jwrdegoede
commit fc00831b6706acd3b117868fa91af38d26b1a0d3
Author: Hans de Goede <hdegoede(a)redhat.com>
Date: Tue Jul 5 12:38:07 2016 +0200
Fix FTBFS
- Rebuild for F24
roadfighter-1.0.1269-build-fix.patch | 12 ++++++++++++
roadfighter.spec | 8 +++++++-
2 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/roadfighter-1.0.1269-build-fix.patch b/roadfighter-1.0.1269-build-fix.patch
new file mode 100644
index 0000000..f74168e
--- /dev/null
+++ b/roadfighter-1.0.1269-build-fix.patch
@@ -0,0 +1,12 @@
+diff -up roadfighter-1.0.1269/src/auxiliar.cpp~ roadfighter-1.0.1269/src/auxiliar.cpp
+--- roadfighter-1.0.1269/src/auxiliar.cpp~ 2008-03-18 21:00:21.000000000 +0100
++++ roadfighter-1.0.1269/src/auxiliar.cpp 2016-07-04 23:28:20.105838888 +0200
+@@ -84,7 +84,7 @@ SDL_Surface *load_maskedimage(char *imag
+ mask=IMG_Load(name);
+
+ if (tmp==0 ||
+- mask==0) return false;
++ mask==0) return NULL;
+
+ res=SDL_DisplayFormatAlpha(tmp);
+
diff --git a/roadfighter.spec b/roadfighter.spec
index f9a0142..0dbf7da 100644
--- a/roadfighter.spec
+++ b/roadfighter.spec
@@ -1,6 +1,6 @@
Name: roadfighter
Version: 1.0.1269
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Konami's Road Fighter remake
# http://www.braingames.getput.com/forum/forum_posts.asp?TID=678&PN=1
@@ -10,6 +10,7 @@ Source0: http://braingames.jorito.net/roadfighter/downloads/%{name}.src_%
Source1: roadfighter.sh
Patch0: %{name}-1.0.1269-Makefile.patch
Patch1: %{name}-1.0.1269-fix-string-format-bug.patch
+Patch2: %{name}-1.0.1269-build-fix.patch
BuildRequires: SDL_image-devel
BuildRequires: SDL_mixer-devel
@@ -30,6 +31,7 @@ running out of time, hitting other cars or running out of fuel.
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
# Fix char encondig
iconv --from=ISO-8859-1 --to=UTF-8 readme.txt > readme.txt.utf8
@@ -95,6 +97,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Mon Jul 4 2016 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.1269-9
+- Fix FTBFS
+- Rebuild for F24
+
* Tue Sep 30 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.0.1269-8
- Fix FTBFS
- Dropped obsolete Group, Buildroot, %%clean and %%defattr
8 years, 4 months
[bombono-dvd/f23] bump version
by Leigh Scott
Summary of changes:
9a152d7... bump version (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[bombono-dvd/f24] bump version
by Leigh Scott
Summary of changes:
9a152d7... bump version (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[bombono-dvd] bump version
by Leigh Scott
commit 9a152d7b745aa258ebb5805d4914231021ec797b
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Jul 5 00:32:08 2016 +0100
bump version
bombono-dvd.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/bombono-dvd.spec b/bombono-dvd.spec
index 5a36d86..01b7f6c 100644
--- a/bombono-dvd.spec
+++ b/bombono-dvd.spec
@@ -2,7 +2,7 @@
Name: bombono-dvd
Version: 1.2.2
-Release: 12%{?rel_tag}%{?dist}
+Release: 13%{?rel_tag}%{?dist}
Summary: DVD authoring program with nice and clean GUI
# License breakdown in README.
License: GPLv2 and GPLv2+ and Boost and Python and LGPLv2+
@@ -124,6 +124,9 @@ fi
%{_mandir}/man1/*
%changelog
+* Mon Jul 04 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1.2.2-13
+- rebuilt
+
* Sun Jul 03 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1.2.2-12
- patch for boost, ffmpeg and c++11 changes
8 years, 4 months