[wf-recorder/f32] new release
by Robert Hepple
commit 49f5c78fd6da518be10f18e1a2c1cc249305718e
Author: Bob Hepple <bob.hepple(a)gmail.com>
Date: Sat May 9 11:21:51 2020 +1000
new release
.gitignore | 1 +
sources | 2 +-
wf-recorder.spec | 11 +++++++----
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de05bc8..56a4da2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/wf-recorder-0.2.tar.gz
+/wf-recorder-0.2.1.tar.gz
diff --git a/sources b/sources
index d9c5e02..9f7e157 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (wf-recorder-0.2.tar.gz) = 245790493f94519bef9177d64a1128b033ce91732007a18c98184cde9becea57611e3c84f7c52213ee671271ebd851851ea4025b333f76d8392efbf007f72293
+SHA512 (wf-recorder-0.2.1.tar.gz) = 5d4db0d70aa9121c095a512488f54729824918b8b3b775eba8c9d24abba869c9275cf0664dc7104d2e786279422aab1d258b36d0e1944ed4d02334bea9acdbd3
diff --git a/wf-recorder.spec b/wf-recorder.spec
index f1acab8..7eb709b 100644
--- a/wf-recorder.spec
+++ b/wf-recorder.spec
@@ -1,8 +1,8 @@
-# -*-Mode: rpm-spec-mode; -*-
+# -*-Mode: rpm-spec -*-
Name: wf-recorder
-Version: 0.2
-Release: 3%{?dist}
+Version: 0.2.1
+Release: 1%{?dist}
Summary: Screen recorder for wlroots-based compositors eg swaywm
License: MIT
URL: https://github.com/ammen99/wf-recorder
@@ -47,10 +47,13 @@ wayland-protocols.
%license LICENSE
%changelog
+* Sat May 09 2020 Bob Hepple <bob.hepple(a)gmail.com> - 0.2.1-1
+- new release
+
* Mon Apr 06 2020 Bob Hepple <bob.hepple(a)gmail.com> - 0.2-3
- fixed release tag
-* Wed Feb 25 2020 Bob Hepple <bob.hepple(a)gmail.com> - 0.2-2
+* Tue Feb 25 2020 Bob Hepple <bob.hepple(a)gmail.com> - 0.2-2
- fix ppc64le compile error ref. https://bugzilla.rpmfusion.org/show_bug.cgi?id=5527
* Tue Feb 18 2020 Bob Hepple <bob.hepple(a)gmail.com> - 0.2-1
4 years, 9 months
[telegram-desktop/f31] Updated to version 2.1.3.
by Vitaly Zaitsev
commit 2294102239b0f70a79b945f59abde6d9216a1e1a
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri May 8 15:27:25 2020 +0200
Updated to version 2.1.3.
.gitignore | 1 +
sources | 2 +-
telegram-desktop.spec | 8 ++++----
3 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9cf79c1..bcaff4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -136,3 +136,4 @@
/tdesktop-2.1.0-full.tar.gz
/tdesktop-2.1.1-full.tar.gz
/tdesktop-2.1.2-full.tar.gz
+/tdesktop-2.1.3-full.tar.gz
diff --git a/sources b/sources
index f4e32c7..52d5d8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-2.1.2-full.tar.gz) = c23d9a961132cd2592ce8f728ed7592091a8c2a1d94797facd93516ab0c9194bd5b90ba7a7d4e8aa778940bc4a23d4ac69507a9f150c3bf4e743c6659e545ccf
+SHA512 (tdesktop-2.1.3-full.tar.gz) = ec5743a15fcc051cfea9379ecd5811a9300b46b29108a813a67575e2b2a99839c83943c5513f17a1119869f722519628884aa9af63cbf4b65640944c16ff27e9
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index e7ee469..3c2010d 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -25,7 +25,7 @@
%endif
Name: telegram-desktop
-Version: 2.1.2
+Version: 2.1.3
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -190,11 +190,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.appdata.xml
%changelog
+* Fri May 08 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.3-1
+- Updated to version 2.1.3.
+
* Tue May 05 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.2-1
- Updated to version 2.1.2.
* Fri May 01 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.1-1
- Updated to version 2.1.1.
-
-* Tue Apr 28 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.0-1
-- Updated to version 2.1.0.
4 years, 9 months
[mixxx] Fix build and clean up spec file
by Leigh Scott
commit d581c63f794ed400be14150d9a899f7f2a29fd15
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri May 8 12:25:39 2020 +0100
Fix build and clean up spec file
mixxx.spec | 57 +++++++++++++++++++++++++++++----------------------------
1 file changed, 29 insertions(+), 28 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index a54da7e..ebbb84f 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -17,20 +17,20 @@
Name: mixxx
Version: 2.3.0
-Release: 0.3%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.4%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
-Group: Applications/Multimedia
License: GPLv2+
URL: http://www.mixxx.org
-Source0: https://github.com/mixxxdj/%{name}/archive/%{sources}.tar.gz#/%{name}-%{s...
+Source0: https://github.com/mixxxdj/%{name}/archive/%{sources}/%{name}-%{sources}....
# Build Tools
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: protobuf-compiler
-BuildRequires: cmake
+BuildRequires: cmake3
BuildRequires: ccache
BuildRequires: gcc-c++
+BuildRequires: ninja-build
# Build Requirements
BuildRequires: chrpath
@@ -95,10 +95,11 @@ echo "#pragma once" > src/build.h
%build
mkdir -p cmake_build
-cd cmake_build
+pushd cmake_build
# TODO: Re-add support for faad2 when fixed
# -DFAAD=ON \
-%cmake \
+%cmake3 \
+ -GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DOPTIMIZE=portable \
-DBATTERY=ON \
@@ -116,45 +117,31 @@ cd cmake_build
-DWAVPACK=ON \
..
-%make_build
-
+%ninja_build
+popd
%install
-pushd .
-cd cmake_build
-%make_install
-popd
+%ninja_install -C cmake_build
+
# USB HID permissions
# - Relocate .rules file
# - Order custom rules before 70-uaccess.rules
install -d \
- %{buildroot}%{_udevrulesdir}
+ %{buildroot}%{_udevrulesdir}/
mv \
%{buildroot}%{_prefix}%{_sysconfdir}/udev/rules.d/%{name}-usb-uaccess.rules \
%{buildroot}%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
rm -rf \
- %{buildroot}%{_prefix}%{_sysconfdir}
-
-# Desktop launcher
-desktop-file-install \
- --vendor "" \
- --dir %{buildroot}%{_datadir}/applications \
- --add-category=X-Synthesis \
- res/linux/%{name}.desktop
-
-# AppStream metadata
-install -Dpm 0644 \
- -t %{buildroot}%{_datadir}/appdata \
- res/linux/%{name}.appdata.xml
+ %{buildroot}%{_prefix}%{_sysconfdir}/ \
+ %{buildroot}%{_datadir}/doc/mixxx/
%check
# Tests can only be executed locally. Running them on
# http://koji.rpmfusion.org always ends with the error
# message "# Child aborted***Exception:"
-#pushd .
-#cd cmake_build
+#pushd cmake_build
# TODO: Renable ControllerEngineTest after fixing the failures
# See also: https://github.com/mixxxdj/mixxx/projects/2#card-34576534
#ctest \
@@ -163,6 +150,13 @@ install -Dpm 0644 \
# --verbose
#popd
+# Desktop launcher
+desktop-file-install \
+ --vendor "" \
+ --dir %{buildroot}%{_datadir}/applications \
+ --add-category=X-Synthesis \
+ res/linux/%{name}.desktop
+
appstream-util \
validate-relax \
--nonet \
@@ -181,6 +175,13 @@ appstream-util \
%changelog
+* Fri May 08 2020 Leigh Scott <leigh123linux(a)gmail.com> - 2.3.0-0.4.alpha.20200507git0786536
+- Use cmake3 and switch to ninja-build
+- Fix source URL
+- Fix doc install
+- Clean up appdata install
+- Remove Group tag
+
* Fri May 08 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.3.alpha.20200507git0786536
- New upstream snapshot 2.3.0-pre-alpha
- Temporarily disabled broken faad2 support
4 years, 9 months
[mixxx] New upstream snapshot 2.3.0-pre-alpha
by Uwe Klotz
commit a6cc2fba46f0bd008d05292c88376e4c53f667b5
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Fri May 8 10:03:51 2020 +0200
New upstream snapshot 2.3.0-pre-alpha
.gitignore | 2 +-
mixxx.spec | 10 +++++++---
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b62b3c8..056202f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mixxx-79809419ea8b4c1c9a846cde1aec60a1b527b0f2.tar.gz
+/mixxx-0786536f309e2542451ba3b00bf5eb675b8d6160.tar.gz
diff --git a/mixxx.spec b/mixxx.spec
index d4537b1..a54da7e 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -2,9 +2,9 @@
%global extraver alpha
# Optional: Only used for untagged snapshot versions
-%global gitcommit 79809419ea8b4c1c9a846cde1aec60a1b527b0f2
+%global gitcommit 0786536f309e2542451ba3b00bf5eb675b8d6160
# Format: <yyyymmdd>
-%global gitcommitdate 20200320
+%global gitcommitdate 20200507
%if "%{?gitcommit}" == ""
# (Pre-)Releases
@@ -17,7 +17,7 @@
Name: mixxx
Version: 2.3.0
-Release: 0.2%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.3%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
License: GPLv2+
@@ -181,6 +181,10 @@ appstream-util \
%changelog
+* Fri May 08 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.3.alpha.20200507git0786536
+- New upstream snapshot 2.3.0-pre-alpha
+- Temporarily disabled broken faad2 support
+
* Fri Mar 20 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.2.alpha.20200320git7980941
- New upstream snapshot 2.3.0-pre-alpha
- Fix udev rules for USB HID devices
diff --git a/sources b/sources
index 5a4e54e..519326e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mixxx-79809419ea8b4c1c9a846cde1aec60a1b527b0f2.tar.gz) = a04e3b98ed54ac2e20e0caaa902079816da475dec3336b230ab30846e57a76e636fd1ade824ba3a2a1f8902ec3fac4126a12d35f5a8d8e0e60c2c9a9aa1ccc6b
+SHA512 (mixxx-0786536f309e2542451ba3b00bf5eb675b8d6160.tar.gz) = 3a5f77687bb68f3f859e680c1f0691d0068ada8a8ef4885ee085345b3629c267a656364d4749adf7041e0c1f6355a06c13f1466acc69cdcb3afa1b067ef47c47
4 years, 9 months
[mixxx] Temporarily disable broken faad2 support
by Uwe Klotz
commit 1e23c17a00c66e1f3b65488e8d240344e858a9fc
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Fri May 8 10:03:23 2020 +0200
Temporarily disable broken faad2 support
mixxx.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index e4dc804..d4537b1 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -34,7 +34,8 @@ BuildRequires: gcc-c++
# Build Requirements
BuildRequires: chrpath
-BuildRequires: faad2-devel
+# TODO: Re-add support for faad2 when fixed
+#BuildRequires: faad2-devel
BuildRequires: ffmpeg-devel
BuildRequires: fftw-devel
BuildRequires: flac-devel
@@ -95,13 +96,14 @@ echo "#pragma once" > src/build.h
%build
mkdir -p cmake_build
cd cmake_build
+# TODO: Re-add support for faad2 when fixed
+# -DFAAD=ON \
%cmake \
-DCMAKE_BUILD_TYPE=Release \
-DOPTIMIZE=portable \
-DBATTERY=ON \
-DBROADCAST=ON \
-DBULK=ON \
- -DFAAD=ON \
-DFFMPEG=ON \
-DHID=ON \
-DLOCALECOMPARE=ON \
4 years, 9 months
[ffmpeg] Update to 20200508git
by Leigh Scott
commit fe9f013186d092377b1df0e29e204a937cd0fcb7
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri May 8 07:15:34 2020 +0100
Update to 20200508git
.gitignore | 1 +
ffmpeg.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f9d152..c78081e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ ffmpeg-*.rpm
/ffmpeg-20200419.tar.bz2
/ffmpeg-20200423.tar.bz2
/ffmpeg-20200501.tar.bz2
+/ffmpeg-20200508.tar.bz2
diff --git a/ffmpeg.spec b/ffmpeg.spec
index a44e12c..0bc1203 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -1,7 +1,7 @@
# TODO: add make test to %%check section
#global branch oldabi-
-%global date 20200501
+%global date 20200508
#global rel rc1
# rav1e has a broken .pc file
@@ -89,7 +89,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.3
-Release: 0.16.%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 0.17.%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -434,6 +434,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Fri May 08 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3-0.17.20200508git
+- Update to 20200508git
+
* Fri May 01 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3-0.16.20200501git
- Update to 20200501git
diff --git a/sources b/sources
index d121f23..0c80e5c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpeg-20200501.tar.bz2) = df77e6650d60366ba8d1b8d4cb692db36bf6ac8c871d221f5a833c9933b54c29cbe0eeb86a7ad1b0a88aaf7151771144f5eb9bf8cf1cfbe43ce9173d75e77540
+SHA512 (ffmpeg-20200508.tar.bz2) = 09a8e26edb08993579baa9914bc381da3d53ff2987396df9fe639f2f14436fd767ec219299329f57231eea7336b08d92fe959ce298193a89c361aa243a840b9a
4 years, 9 months