[wf-recorder] fixed release tag
by Robert Hepple
commit c8c96140ff6ba7cceaddeb2fb850746afefb2c5f
Author: Bob Hepple <bob.hepple(a)gmail.com>
Date: Tue Apr 7 19:45:35 2020 +1000
fixed release tag
.gitignore | 1 +
sources | 1 +
wf-recorder.spec | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 62 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..de05bc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wf-recorder-0.2.tar.gz
diff --git a/sources b/sources
index e69de29..d9c5e02 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (wf-recorder-0.2.tar.gz) = 245790493f94519bef9177d64a1128b033ce91732007a18c98184cde9becea57611e3c84f7c52213ee671271ebd851851ea4025b333f76d8392efbf007f72293
diff --git a/wf-recorder.spec b/wf-recorder.spec
new file mode 100644
index 0000000..f1acab8
--- /dev/null
+++ b/wf-recorder.spec
@@ -0,0 +1,60 @@
+# -*-Mode: rpm-spec-mode; -*-
+
+Name: wf-recorder
+Version: 0.2
+Release: 3%{?dist}
+Summary: Screen recorder for wlroots-based compositors eg swaywm
+License: MIT
+URL: https://github.com/ammen99/wf-recorder
+Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+
+%ifarch ppc64le
+# fix compilation on ppc64le (gcc#58241)
+%global configure_flags -Dcpp_std=gnu++11
+%endif
+
+BuildRequires: gcc-c++
+BuildRequires: ffmpeg-devel
+BuildRequires: meson
+BuildRequires: ocl-icd-devel
+BuildRequires: pulseaudio-libs-devel
+BuildRequires: scdoc
+BuildRequires: wayland-devel
+BuildRequires: wayland-protocols-devel
+
+%description
+wf-recorder is a utility program for screen recording of wlroots-based
+compositors (more specifically, those that support wlr-screencopy-v1
+and xdg-output). Its dependencies are ffmpeg, wayland-client and
+wayland-protocols.
+
+%prep
+%autosetup
+
+%build
+%meson %{?configure_flags}
+%meson_build
+
+%install
+%meson_install
+
+%files
+%{_bindir}/wf-recorder*
+
+%doc README.md
+%{_mandir}/man1/%{name}.1.*
+
+%license LICENSE
+
+%changelog
+* 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
+- 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
+- fix release string
+
+* Wed Feb 12 2020 Bob Hepple <bob.hepple(a)gmail.com> - 0.2-1
+- Initial version of the package
4 years, 10 months
[pianobar/f32] (3 commits) ...Upload new source.
by Richard Shaw
Summary of changes:
e5934a8... - Rebuild for ffmpeg-4.3 git (*)
583cfbe... Update to 2020.04.05. (*)
f2b38e8... Upload new source. (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[pianobar] Upload new source.
by Richard Shaw
commit f2b38e81d8210c156ee10ad2195c3aca514699b1
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Mon Apr 6 16:57:25 2020 -0500
Upload new source.
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 235df1f..7a42bba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/pianobar-2016.06.02.tar.bz2
/pianobar-2017.08.30.tar.bz2
/pianobar-2019.02.14.tar.bz2
+/pianobar-2020.04.05.tar.bz2
diff --git a/sources b/sources
index 941e199..3600ca8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7756c356af309f4118264772dd3a0783 pianobar-2019.02.14.tar.bz2
+SHA512 (pianobar-2020.04.05.tar.bz2) = 40d717693f128da3718c0e1be9c90c269712becf9ac2ffe0669a91ea9417d0fdb0476949df29c1da908e2d78678f26955149dbb8c5a0167161f95835ce76084e
4 years, 10 months
[obs-studio/f30] Updated to 25.0.4
by Momcilo Medic
Summary of changes:
5275e14... Updated to 25.0.4 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[obs-studio/f31] Updated to 25.0.4
by Momcilo Medic
Summary of changes:
5275e14... Updated to 25.0.4 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[obs-studio/f32] Updated to 25.0.4
by Momcilo Medic
Summary of changes:
5275e14... Updated to 25.0.4 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[obs-studio] Updated to 25.0.4
by Momcilo Medic
commit 5275e14cf004ff67ce01e27675809ebc55905067
Author: Momcilo Medic <fedorauser(a)fedoraproject.org>
Date: Mon Apr 6 19:53:16 2020 +0200
Updated to 25.0.4
obs-studio.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 3333308..029ae79 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -7,7 +7,7 @@
%endif
Name: obs-studio
-Version: 25.0.3
+Version: 25.0.4
Release: 1%{?dist}
Summary: Open Broadcaster Software Studio
@@ -149,6 +149,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%doc docs/html
%changelog
+* Mon Apr 06 2020 Momcilo Medic <fedorauser(a)fedoraproject.org> - 25.0.4-1
+- Updated to 25.0.4
+
* Tue Mar 31 2020 Momcilo Medic <fedorauser(a)fedoraproject.org> - 25.0.3-1
- Updated to 25.0.3
diff --git a/sources b/sources
index 8ea638a..c55dfc6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (obs-studio-25.0.3.tar.gz) = 16974bb1fbc54f3239dd92491186e608c14e209a77c485993db5815b50f2d7fd2462168377d7c254ad01c02a7daf30131efd9d2a8fe801628a0856f16e76cee0
+SHA512 (obs-studio-25.0.4.tar.gz) = e62e22035de56f63a84af372fa1fed6fbaf16d9f4a6e73634843b18ca500ddef66cfe2c5e28a41028586b09a0e0599d81ace14b35ac0feca59190b9769f5595a
4 years, 10 months
[pianobar] Update to 2020.04.05.
by Richard Shaw
commit 583cfbe3d4f8fad13d7b6dc767c594e058cd2ee2
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Mon Apr 6 12:33:23 2020 -0500
Update to 2020.04.05.
pianobar.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pianobar.spec b/pianobar.spec
index db9cdf9..085efb7 100644
--- a/pianobar.spec
+++ b/pianobar.spec
@@ -1,6 +1,6 @@
Name: pianobar
-Version: 2019.02.14
-Release: 4%{?dist}
+Version: 2020.04.05
+Release: 1%{?dist}
Summary: Console-based client for Pandora
License: MIT
@@ -54,6 +54,9 @@ chmod a+x configure
%changelog
+* Mon Apr 06 2020 Richard Shaw <hobbes1069(a)gmail.com> - 2020.04.05-1
+- Update to 2020.04.05.
+
* Sat Feb 22 2020 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 2019.02.14-4
- Rebuild for ffmpeg-4.3 git
4 years, 10 months