[deadbeef/f32] Update to 1.8.3.
by Vasiliy Glazov
Summary of changes:
c847a2d... Update to 1.8.3. (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 8 months
[deadbeef] Update to 1.8.3.
by Vasiliy Glazov
commit c847a2d6ebcafe19c3f76e56289ac6f8fb72544c
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue Mar 24 09:38:14 2020 +0300
Update to 1.8.3.
.gitignore | 1 +
deadbeef.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e3f9b1..bcd7589 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/1.8.0.tar.gz
/1.8.1.tar.gz
/1.8.2.tar.gz
+/1.8.3.tar.gz
diff --git a/deadbeef.spec b/deadbeef.spec
index 9152158..2a05544 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -1,9 +1,9 @@
-%global optflags %{optflags} -flto
+%global optflags %{optflags} -flto=auto
%global build_ldflags %{build_ldflags} -flto
Name: deadbeef
-Version: 1.8.2
-Release: 2%{?dist}
+Version: 1.8.3
+Release: 1%{?dist}
Summary: An audio player for GNU/Linux
Summary(ru): Музыкальный проигрыватель для GNU/Linux
@@ -134,6 +134,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Tue Mar 24 2020 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.8.3-1
+- Update to 1.8.3
+
* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --git a/sources b/sources
index d9b3eb4..d47b629 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e854a26b8d9e7eb8f8db8333d213655d 1.8.2.tar.gz
+SHA512 (1.8.3.tar.gz) = d0101b730fc8504b990929fa255d88010c544c1d2090ec12c79106a2b1dbb9613d03f06f8a872ec7c2d61faab4c23993b7a7fcb4b3b8dbc91dc4a065a1c459a3
4 years, 8 months
[telegram-desktop/f31] Disabled aarch64 and ppc64le again due to not enough RAM on builders.
by Vitaly Zaitsev
commit 03335994a98541fa593ec49bbb9414151e90d444
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Mar 23 17:29:23 2020 +0100
Disabled aarch64 and ppc64le again due to not enough RAM on builders.
telegram-desktop.spec | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index aca76b7..33bb923 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -5,11 +5,7 @@
%bcond_without spellcheck
%bcond_without fonts
%bcond_without mindbg
-%ifarch x86_64
%bcond_without ipo
-%else
-%bcond_with ipo
-%endif
# Telegram Desktop's constants...
%global appname tdesktop
@@ -27,16 +23,12 @@
# Decrease debuginfo verbosity to reduce memory consumption...
%if %{with mindbg}
-%ifarch x86_64
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
-%else
-%global optflags %(echo %{optflags} | sed 's/-g /-g2 /')
-%endif
%endif
Name: telegram-desktop
Version: 1.9.21
-Release: 2%{?dist}
+Release: 3%{?dist}
# Application and 3rd-party modules licensing:
# * Telegram Desktop - GPLv3+ with OpenSSL exception -- main tarball;
@@ -45,7 +37,7 @@ Release: 2%{?dist}
License: GPLv3+ and LGPLv2+ and LGPLv3
URL: https://github.com/telegramdesktop/%{appname}
Summary: Telegram Desktop official messaging app
-ExclusiveArch: x86_64 aarch64 ppc64le
+ExclusiveArch: x86_64
# Source files...
Source0: %{url}/releases/download/v%{version}/%{appname}-%{version}%{tarsuffix}.tar.gz
@@ -213,11 +205,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.appdata.xml
%changelog
+* Mon Mar 23 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.9.21-3
+- Disabled aarch64 and ppc64le again due to not enough RAM on builders.
+
* Mon Mar 23 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.9.21-2
- Enabled aarch64 and ppc64le architectures.
* Tue Mar 17 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.9.21-1
- Updated to version 1.9.21.
-
-* Tue Feb 18 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.9.14-1
-- Updated to version 1.9.14.
4 years, 8 months
[telegram-desktop/f31] Use -g2 flags on aarch64/ppc64le architectures.
by Vitaly Zaitsev
commit 0117ecb7e7b383fce38eb14632dbad597c1848c1
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Mar 23 16:57:58 2020 +0100
Use -g2 flags on aarch64/ppc64le architectures.
telegram-desktop.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index d472658..aca76b7 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -27,7 +27,11 @@
# Decrease debuginfo verbosity to reduce memory consumption...
%if %{with mindbg}
+%ifarch x86_64
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
+%else
+%global optflags %(echo %{optflags} | sed 's/-g /-g2 /')
+%endif
%endif
Name: telegram-desktop
4 years, 8 months