[kodi] Need those sources...
by Michael Cronenworth
commit 2165adfd23bb85c15c2f3b877820fde473910f07
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Wed Oct 25 16:13:42 2017 -0500
Need those sources...
.gitignore | 2 +-
sources | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 018a5c1..bdfaeea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kodi-17.4-patched.tar.xz
+/kodi-17.5-patched.tar.xz
diff --git a/sources b/sources
index 6cb55a3..8131dde 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-436de137216e80e108d534791787cf76 kodi-17.4-patched.tar.xz
+c822c15036bd237dcb1fa8b4a2d173c5 kodi-17.5-patched.tar.xz
7 years, 1 month
[kodi] Update to 17.5
by Michael Cronenworth
commit 4bed5dd4067cf880bc0507a1b7b92755492b75bd
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Wed Oct 25 15:59:40 2017 -0500
Update to 17.5
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index 62c1dab..6eb5b61 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=17
-MINORVERSION=4
+MINORVERSION=5
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Krypton
diff --git a/kodi.spec b/kodi.spec
index 8f12c90..c20eb0b 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -7,7 +7,7 @@
%global _with_dvd 0
Name: kodi
-Version: 17.4
+Version: 17.5
Release: 1%{?dist}
Summary: Media center
@@ -174,7 +174,7 @@ BuildRequires: python-pillow
BuildRequires: sqlite-devel
BuildRequires: swig
BuildRequires: systemd-devel
-BuildRequires: taglib-devel >= 1.8
+BuildRequires: taglib-devel >= 1.10
BuildRequires: tinyxml-devel
BuildRequires: tre-devel
BuildRequires: trousers-devel
@@ -424,6 +424,9 @@ fi
%changelog
+* Wed Oct 25 2017 Michael Cronenworth <mike(a)cchtml.com> - 17.5-1
+- Kodi 17.5 final
+
* Wed Aug 23 2017 Michael Cronenworth <mike(a)cchtml.com> - 17.4-1
- Kodi 17.4 final
7 years, 1 month
[openshot/f25] (2 commits) ...Bump release.
by Richard Shaw
Summary of changes:
a516e64... Add recommends for Vera Sans font, fixes RFBZ#5677. (*)
298d28e... Bump release. (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 1 month
[openshot/f26] (2 commits) ...Bump release.
by Richard Shaw
Summary of changes:
a516e64... Add recommends for Vera Sans font, fixes RFBZ#5677. (*)
298d28e... Bump release. (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 1 month
[openshot/f27] (2 commits) ...Bump release.
by Richard Shaw
Summary of changes:
a516e64... Add recommends for Vera Sans font, fixes RFBZ#5677. (*)
298d28e... Bump release. (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 1 month
[openshot] Bump release.
by Richard Shaw
commit 298d28e237044c69a751e7371e5f3ff3a7fa18d5
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Wed Oct 25 15:00:37 2017 -0500
Bump release.
openshot.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openshot.spec b/openshot.spec
index 793b0da..a5d2db4 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -3,7 +3,7 @@
Name: openshot
Version: 2.4.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Create and edit videos and movies
Group: Applications/Multimedia
7 years, 1 month
[openshot] Add recommends for Vera Sans font, fixes RFBZ#5677.
by Richard Shaw
commit a516e642a313cd326af5daff650212a225d36d10
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Wed Oct 25 15:00:01 2017 -0500
Add recommends for Vera Sans font, fixes RFBZ#5677.
openshot.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/openshot.spec b/openshot.spec
index 2c69c3c..793b0da 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -34,6 +34,7 @@ Requires: python3-zmq
Requires: ffmpeg-libs
Recommends: openshot-lang
+Recommends: font(bitstreamverasans)
%description
@@ -127,6 +128,9 @@ fi
%changelog
+* Wed Oct 25 2017 Richard Shaw <hobbes1069(a)gmail.com> - 2.4.0-3
+- Add recommends for Vera Sans font, fixes RFBZ#5677.
+
* Mon Sep 11 2017 Sérgio Basto <sergio(a)serjux.com> - 2.4.0-2
- Also requires libopenshot >= 0.1.8
7 years, 1 month