[unrar/f28] Update to 5.6.1
by Leigh Scott
Summary of changes:
e0d6d0a... Update to 5.6.1 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 7 months
[unrar] Update to 5.6.1
by Leigh Scott
commit e0d6d0a572b2a05c0aeae04767ee1063c150a8cd
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Mar 12 16:36:49 2018 +0000
Update to 5.6.1
.gitignore | 1 +
sources | 2 +-
unrar.spec | 14 +++++++-------
3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9947049..e47ecfd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ unrarsrc-5.2.3.tar.gz
/unrarsrc-5.4.5.tar.gz
/unrarsrc-5.5.5.tar.gz
/unrarsrc-5.5.8.tar.gz
+/unrarsrc-5.6.1.tar.gz
diff --git a/sources b/sources
index f358b6a..cd99b4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8d74b4d16b1317c4b1081e5f44025180 unrarsrc-5.5.8.tar.gz
+e33bb37fead8538103bf292c59f3b130 unrarsrc-5.6.1.tar.gz
diff --git a/unrar.spec b/unrar.spec
index 5021fd6..d309d03 100644
--- a/unrar.spec
+++ b/unrar.spec
@@ -1,11 +1,11 @@
Name: unrar
-Version: 5.5.8
-Release: 2%{?dist}
+Version: 5.6.1
+Release: 1%{?dist}
Summary: Utility for extracting, testing and viewing RAR archives
License: Freeware with further limitations
Group: Applications/Archiving
URL: http://www.rarlab.com/rar_add.htm
-Source0: ftp://ftp.rarlab.com/rar/unrarsrc-%{version}.tar.gz
+Source0: https://www.rarlab.com/rar/unrarsrc-%{version}.tar.gz
# Man page from Debian
Source1: unrar-nonfree.1
@@ -91,10 +91,7 @@ if [ "$1" -eq 0 ]; then
--remove unrar %{_bindir}/unrar-nonfree || :
fi
-%post -n libunrar -p /sbin/ldconfig
-
-
-%postun -n libunrar -p /sbin/ldconfig
+%ldconfig_scriptlets -n libunrar
%files
@@ -117,6 +114,9 @@ fi
%changelog
+* Mon Mar 12 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 5.6.1-1
+- Update to 5.6.1
+
* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 5.5.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 7 months
[mythtv/f26] (12 commits) ...Merge branch 'el7'
by Richard Shaw
Summary of changes:
baf7451... Fix conditionals for python-requests and python-requests-ca (*)
6da9f0b... Minor bump to rebuild. (*)
bbd315f... Revert "Minor bump to rebuild." (*)
25203d6... Merge branch 'master' into el7 (*)
aca39b0... Drop ldflags until it's sustainable upstream (*)
7dfcea8... Merge branch 'master' into el7 (*)
b45ee01... Comment out install section of mythdv-optimize.service as i (*)
4bfee5e... Rebuilt for new x265 (*)
caf8e51... Update logrotate config, fixes RFBZ#4133. (*)
617d9b5... Update to v29.1-8-g925ceea0fb from branch fixes/29. Update (*)
28e870d... Fixes nothing provides mythnetvision needed by mythplugins (*)
8b06733... Merge branch 'el7' (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 7 months
[mythtv/f27] (12 commits) ...Merge branch 'el7'
by Richard Shaw
Summary of changes:
baf7451... Fix conditionals for python-requests and python-requests-ca (*)
6da9f0b... Minor bump to rebuild. (*)
bbd315f... Revert "Minor bump to rebuild." (*)
25203d6... Merge branch 'master' into el7 (*)
aca39b0... Drop ldflags until it's sustainable upstream (*)
7dfcea8... Merge branch 'master' into el7 (*)
b45ee01... Comment out install section of mythdv-optimize.service as i (*)
4bfee5e... Rebuilt for new x265 (*)
caf8e51... Update logrotate config, fixes RFBZ#4133. (*)
617d9b5... Update to v29.1-8-g925ceea0fb from branch fixes/29. Update (*)
28e870d... Fixes nothing provides mythnetvision needed by mythplugins (*)
8b06733... Merge branch 'el7' (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 7 months
[telegram-desktop] Updated to 1.2.12 (alpha). DO NOT BUILD FOR STABLE FEDORA RELEASES!
by Vitaly Zaitsev
commit 2c2b1431bc09e6c0d5ade3ab47f6ff6f0c7ef257
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Mar 12 15:45:24 2018 +0100
Updated to 1.2.12 (alpha).
DO NOT BUILD FOR STABLE FEDORA RELEASES!
.gitignore | 1 +
sources | 2 +-
telegram-desktop-build-fixes.patch | 13 ++++++-------
telegram-desktop.spec | 8 +++++++-
4 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4dd2f4..08c9bf6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,4 @@
/crl-344cbde.tar.gz
/tdesktop-1.2.8.tar.gz
/tdesktop-1.2.10.tar.gz
+/tdesktop-1.2.12.tar.gz
diff --git a/sources b/sources
index aaf9b04..e579575 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
ed3d3121418d32866ae348ce75042770 crl-344cbde.tar.gz
-eaa47f7c906378e3ff81e22af42672f8 tdesktop-1.2.10.tar.gz
+04c7de47b7273e4eb139d3d8c065367e tdesktop-1.2.12.tar.gz
diff --git a/telegram-desktop-build-fixes.patch b/telegram-desktop-build-fixes.patch
index 55563c6..37adaed 100644
--- a/telegram-desktop-build-fixes.patch
+++ b/telegram-desktop-build-fixes.patch
@@ -1,11 +1,11 @@
-From 6fa7caa33fa5604dc9099389b8381e3f160320cd Mon Sep 17 00:00:00 2001
+From e9714c3fac047a17156769539dabc43b7f8ccc49 Mon Sep 17 00:00:00 2001
From: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri, 31 Mar 2017 14:29:58 +0200
Subject: [PATCH] Fixed build under Fedora using rpmbuild and mock.
---
Telegram/Resources/qrc/telegram_linux.qrc | 1 -
- Telegram/SourceFiles/core/launcher.cpp | 2 +
+ Telegram/SourceFiles/core/launcher.cpp | 1 +
Telegram/SourceFiles/qt_functions.cpp | 94 +++++++++++++++++++++++++++++++
Telegram/gyp/CMakeLists.inj | 3 +
Telegram/gyp/PrecompiledHeader.cmake | 4 +-
@@ -19,7 +19,7 @@ Subject: [PATCH] Fixed build under Fedora using rpmbuild and mock.
Telegram/gyp/telegram_sources.txt | 9 +--
lib/xdg/telegramdesktop.appdata.xml | 2 +-
lib/xdg/telegramdesktop.desktop | 6 +-
- 15 files changed, 166 insertions(+), 177 deletions(-)
+ 15 files changed, 165 insertions(+), 177 deletions(-)
create mode 100644 Telegram/SourceFiles/qt_functions.cpp
create mode 100644 Telegram/gyp/CMakeLists.inj
@@ -34,14 +34,13 @@ index 0554fa17..3ea02740 100644
</qresource>
</RCC>
diff --git a/Telegram/SourceFiles/core/launcher.cpp b/Telegram/SourceFiles/core/launcher.cpp
-index 7f173565..68f077d2 100644
+index 7f173565..c70ccc79 100644
--- a/Telegram/SourceFiles/core/launcher.cpp
+++ b/Telegram/SourceFiles/core/launcher.cpp
-@@ -51,6 +51,8 @@ int Launcher::exec() {
+@@ -51,6 +51,7 @@ int Launcher::exec() {
Logs::start(this); // must be started before Platform is started
Platform::start(); // must be started before QApplication is created
-+ setenv("QT_STYLE_OVERRIDE", "qwerty", false);
+ unsetenv("QT_QPA_PLATFORMTHEME");
auto result = executeApplication();
@@ -496,7 +495,7 @@ index f5624a82..b644ce29 100644
'-no-compress',
'<(RULE_INPUT_PATH)',
diff --git a/Telegram/gyp/settings_linux.gypi b/Telegram/gyp/settings_linux.gypi
-index a4b5f58a..9658b5c3 100644
+index 842b1955..80828037 100644
--- a/Telegram/gyp/settings_linux.gypi
+++ b/Telegram/gyp/settings_linux.gypi
@@ -9,10 +9,6 @@
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 0c41aba..6560e39 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -10,7 +10,7 @@
Summary: Telegram Desktop official messaging app
Name: telegram-desktop
-Version: 1.2.10
+Version: 1.2.12
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -136,6 +136,12 @@ appstream-util validate-relax --nonet "%{buildroot}%{_datadir}/metainfo/%{name}.
%{_datadir}/metainfo/%{name}.appdata.xml
%changelog
+* Mon Mar 12 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.2.12-1
+- Updated to 1.2.12 (alpha).
+
+* Sat Mar 10 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.2.11-1
+- Updated to 1.2.11 (alpha).
+
* Fri Mar 09 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.2.10-1
- Updated to 1.2.10 (alpha).
6 years, 7 months
[kodi-pvr-vbox] Patch for new tinyxml2
by Leigh Scott
commit 1893d213c51584ae99609cbd53344c469fdd3986
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Mar 12 12:10:22 2018 +0000
Patch for new tinyxml2
kodi-pvr-vbox-3.6.12-tinyxml2_v4.patch | 48 ++++++++++++++++++++++++++++++++++
kodi-pvr-vbox.spec | 10 ++++++-
2 files changed, 57 insertions(+), 1 deletion(-)
---
diff --git a/kodi-pvr-vbox-3.6.12-tinyxml2_v4.patch b/kodi-pvr-vbox-3.6.12-tinyxml2_v4.patch
new file mode 100644
index 0000000..1e03ce9
--- /dev/null
+++ b/kodi-pvr-vbox-3.6.12-tinyxml2_v4.patch
@@ -0,0 +1,48 @@
+--- ./src/vbox/CategoryGenreMapper.cpp.orig
++++ ./src/vbox/CategoryGenreMapper.cpp
+@@ -75,7 +75,7 @@
+ std::unique_ptr<std::string> contents = utilities::ReadFileContents(fileHandle);
+
+ // Try to parse the document
+- if (document.Parse(contents->c_str(), contents->size()) != XML_NO_ERROR)
++ if (document.Parse(contents->c_str(), contents->size()) != XML_SUCCESS)
+ throw vbox::InvalidXMLException("XML parsing failed: " + std::string(document.ErrorName()));
+
+ // Create mappings
+
+--- ./src/vbox/GuideChannelMapper.cpp.orig
++++ ./src/vbox/GuideChannelMapper.cpp
+@@ -88,7 +88,7 @@
+ std::unique_ptr<std::string> contents = utilities::ReadFileContents(fileHandle);
+
+ // Try to parse the document
+- if (document.Parse(contents->c_str(), contents->size()) != XML_NO_ERROR)
++ if (document.Parse(contents->c_str(), contents->size()) != XML_SUCCESS)
+ throw vbox::InvalidXMLException("XML parsing failed: " + std::string(document.ErrorName()));
+
+ // Create mappings
+
+--- ./src/vbox/ReminderManager.cpp.orig
++++ ./src/vbox/ReminderManager.cpp
+@@ -203,7 +203,7 @@
+ std::unique_ptr<std::string> contents = utilities::ReadFileContents(fileHandle);
+
+ // Try to parse the document
+- if (document.Parse(contents->c_str(), contents->size()) != XML_NO_ERROR)
++ if (document.Parse(contents->c_str(), contents->size()) != XML_SUCCESS)
+ throw vbox::InvalidXMLException("XML parsing failed: " + std::string(document.ErrorName()));
+
+ unsigned int minsBeforePop = g_vbox->GetSettings().m_remindMinsBeforeProg;
+
+--- ./src/vbox/response/Response.cpp.orig
++++ ./src/vbox/response/Response.cpp
+@@ -43,7 +43,7 @@
+ void Response::ParseRawResponse(const std::string &rawResponse)
+ {
+ // Try to parse the response as XML
+- if (m_document->Parse(rawResponse.c_str(), rawResponse.size()) != XML_NO_ERROR)
++ if (m_document->Parse(rawResponse.c_str(), rawResponse.size()) != XML_SUCCESS)
+ throw vbox::InvalidXMLException("XML parsing failed: " + std::string(m_document->ErrorName()));
+
+ // Parse the response status
+
diff --git a/kodi-pvr-vbox.spec b/kodi-pvr-vbox.spec
index 5a6eb1b..f4462b4 100644
--- a/kodi-pvr-vbox.spec
+++ b/kodi-pvr-vbox.spec
@@ -7,7 +7,7 @@
Name: kodi-%(tr "." "-" <<<%{kodi_addon})
Version: 3.6.12
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Kodi VBox TV Gateway PVR addon
Group: Applications/Multimedia
@@ -17,6 +17,11 @@ Source0: https://github.com/kodi-pvr/%{kodi_addon}/archive/%{short_commit
# Use external tinyxml2 library
Patch0: %{name}-3.6.10-use_external_tinyxml2.patch
+%if 0%{?fedora} >= 28
+# Use XML_SUCCESS enum instead of XML_NO_ERROR, which has been deleted in tinyxml2 4.0
+Patch1: kodi-pvr-vbox-3.6.12-tinyxml2_v4.patch
+%endif
+
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
@@ -57,6 +62,9 @@ rm -r lib/tinyxml2/
%changelog
+* Mon Mar 12 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.6.12-3
+- Patch for new tinyxml2
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 3.6.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 7 months
[lives/f26] (15 commits) ...Update to 2.8.8
by Antonio
Summary of changes:
fbbdc2d... Perl 5.26 rebuild (*)
0e5bad3... - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass (*)
b9a5ec2... Rebuild for ffmpeg update (*)
b7df8f2... Rebuilt for ffmpeg-3.5 git (*)
96ec404... Add tirpc BR package (*)
47ef066... Fix links of the libraries (*)
4cefa42... Add build fix for ffmpeg-3.5 git (*)
b9ed4e8... fix patch (*)
362d49a... Enable libprojectM (*)
67467e1... Rename patch for ffmpeg-3.5 and applied on fedora 28+ (*)
f0c1729... Refresh original patch (*)
30c32a7... Fix ChangeLog (*)
a24b4a4... - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass (*)
2fc2b72... - Rebuilt for new ffmpeg snapshot (*)
8adca1a... Update to 2.8.8 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 7 months
[lives/f27] (13 commits) ...Update to 2.8.8
by Antonio
Summary of changes:
b9a5ec2... Rebuild for ffmpeg update (*)
b7df8f2... Rebuilt for ffmpeg-3.5 git (*)
96ec404... Add tirpc BR package (*)
47ef066... Fix links of the libraries (*)
4cefa42... Add build fix for ffmpeg-3.5 git (*)
b9ed4e8... fix patch (*)
362d49a... Enable libprojectM (*)
67467e1... Rename patch for ffmpeg-3.5 and applied on fedora 28+ (*)
f0c1729... Refresh original patch (*)
30c32a7... Fix ChangeLog (*)
a24b4a4... - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass (*)
2fc2b72... - Rebuilt for new ffmpeg snapshot (*)
8adca1a... Update to 2.8.8 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 7 months