[rpmfusion-nonfree-appstream-data/f35] feat: regenerate
by Ankur Sinha
commit e023db80b49f74dc388a7bdb5d2352e265daa7e3
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur(a)gmail.com>
Date: Fri Nov 5 09:14:34 2021 +0000
feat: regenerate
.gitignore | 2 ++
rpmfusion-nonfree-appstream-data.spec | 5 ++++-
sources | 4 ++--
update-appdata-rpmfusion-nonfree.sh | 10 +++++-----
4 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8836dbd..6827f81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,5 @@ tags
/rpmfusion-nonfree-33.xml.gz
/rpmfusion-nonfree-34-icons.tar.gz
/rpmfusion-nonfree-34.xml.gz
+/rpmfusion-nonfree-35-icons.tar.gz
+/rpmfusion-nonfree-35.xml.gz
diff --git a/rpmfusion-nonfree-appstream-data.spec b/rpmfusion-nonfree-appstream-data.spec
index a7ede05..2473a5b 100644
--- a/rpmfusion-nonfree-appstream-data.spec
+++ b/rpmfusion-nonfree-appstream-data.spec
@@ -2,7 +2,7 @@
%global repoversion nonfree
Name: %{reponame}-%{repoversion}-appstream-data
-Version: 34
+Version: 35
Release: 1%{?dist}
Summary: Appstream metadata for the RPM Fusion nonfree repository
BuildArch: noarch
@@ -39,6 +39,9 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%dir %{_datadir}/app-info/xmls
%changelog
+* Fri Nov 05 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 35-1
+- Regenerated
+
* Sat Sep 26 2020 Leigh Scott <leigh123linux(a)gmail.com> - 34-1
- Update for rawhide
- Regenerate
diff --git a/sources b/sources
index 9b43f4a..33e8ada 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (rpmfusion-nonfree-34-icons.tar.gz) = 32c6cd92aa3b52531f2e9bd8efe98e41050fa8577932a86f1bb2dced8c465f0a4d6aa1acffb7bb378b4d0c4d2c653a4f5479487167c92242f793e190b6f29ee5
-SHA512 (rpmfusion-nonfree-34.xml.gz) = fd5109f81cc093d837190606cca8de31cbe3580d6ed240b579d0bcf63eaf682c93bb71dda789a1f77e6366f46f709f911380ca90a38b620d891ae53e99692f64
+SHA512 (rpmfusion-nonfree-35-icons.tar.gz) = c6da1ad664ce6a5ef16c27136f5f958cbd8489b7cc9d9e9d9bdc923192cb32781e77c63ac3aed4806bb07f3777f870c03c44ef42e25b1ba85b6b5d4cfaed21f6
+SHA512 (rpmfusion-nonfree-35.xml.gz) = b8b2c3202a8c3b696794ed8716f2fa3f4fe43299517341eab73087f30b6587e9240244e09ff43c944d8584a33ba1218dc0106ad5735bead1ddf9c07cc26f7335
diff --git a/update-appdata-rpmfusion-nonfree.sh b/update-appdata-rpmfusion-nonfree.sh
index a082c31..c2e912a 100755
--- a/update-appdata-rpmfusion-nonfree.sh
+++ b/update-appdata-rpmfusion-nonfree.sh
@@ -8,12 +8,12 @@ main ()
mkdir rpmfusion-nonfree/ -pv
cd rpmfusion-nonfree || exit -1
#
- if [ "$RELEASE" = "35" ]; then
+ if [ "$RELEASE" = "36" ]; then
URL="rsync://download1.rpmfusion.org/rpmfusion/nonfree/fedora/development/rawh..."
- elif [ "$RELEASE" = "34" ]; then
+ elif [ "$RELEASE" = "35" ]; then
+ URL="rsync://download1.rpmfusion.org/rpmfusion/nonfree/fedora/releases/35/Ever..."
+ elif [ "$RELEASE" = "34" ]; then
URL="rsync://download1.rpmfusion.org/rpmfusion/nonfree/fedora/releases/34/Ever..."
- elif [ "$RELEASE" = "33" ]; then
- URL="rsync://download1.rpmfusion.org/rpmfusion/nonfree/fedora/releases/33/Ever..."
#URL1="rsync://download1.rpmfusion.org/rpmfusion/nonfree/fedora/updates/33/x86_64/*"
fi
@@ -39,7 +39,7 @@ usage ()
echo "$0 -r <release>"
echo "- update appdata for rpmfusion nonfree repository"
echo "options:"
- echo "-r <release> one of 33, 34 and 35"
+ echo "-r <release> one of 34, 35 and 36"
}
3 years
[rpmfusion-nonfree-appstream-data] feat: regenerate
by Ankur Sinha
commit 7dee2bd60b5e6c93cf742e781d2b7cc2673ef301
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur(a)gmail.com>
Date: Fri Nov 5 08:53:14 2021 +0000
feat: regenerate
.gitignore | 2 ++
rpmfusion-nonfree-appstream-data.spec | 5 ++++-
sources | 4 ++--
update-appdata-rpmfusion-nonfree.sh | 10 +++++-----
4 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8836dbd..c4470d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,5 @@ tags
/rpmfusion-nonfree-33.xml.gz
/rpmfusion-nonfree-34-icons.tar.gz
/rpmfusion-nonfree-34.xml.gz
+/rpmfusion-nonfree-36-icons.tar.gz
+/rpmfusion-nonfree-36.xml.gz
diff --git a/rpmfusion-nonfree-appstream-data.spec b/rpmfusion-nonfree-appstream-data.spec
index a7ede05..a95926d 100644
--- a/rpmfusion-nonfree-appstream-data.spec
+++ b/rpmfusion-nonfree-appstream-data.spec
@@ -2,7 +2,7 @@
%global repoversion nonfree
Name: %{reponame}-%{repoversion}-appstream-data
-Version: 34
+Version: 36
Release: 1%{?dist}
Summary: Appstream metadata for the RPM Fusion nonfree repository
BuildArch: noarch
@@ -39,6 +39,9 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%dir %{_datadir}/app-info/xmls
%changelog
+* Fri Nov 05 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 36-1
+- Regenerate for F36/rawhide
+
* Sat Sep 26 2020 Leigh Scott <leigh123linux(a)gmail.com> - 34-1
- Update for rawhide
- Regenerate
diff --git a/sources b/sources
index 9b43f4a..0c70191 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (rpmfusion-nonfree-34-icons.tar.gz) = 32c6cd92aa3b52531f2e9bd8efe98e41050fa8577932a86f1bb2dced8c465f0a4d6aa1acffb7bb378b4d0c4d2c653a4f5479487167c92242f793e190b6f29ee5
-SHA512 (rpmfusion-nonfree-34.xml.gz) = fd5109f81cc093d837190606cca8de31cbe3580d6ed240b579d0bcf63eaf682c93bb71dda789a1f77e6366f46f709f911380ca90a38b620d891ae53e99692f64
+SHA512 (rpmfusion-nonfree-36-icons.tar.gz) = c727c55f4a793101e8ab3c162db7d08ddc8dc66cf2757b959171e75cc979d2c542bb2ee219017bd7d3fbe84cb4d805f719284830114e9f8cf51321093d3703f5
+SHA512 (rpmfusion-nonfree-36.xml.gz) = 675c3abfbfa7ef9dcd9cba3cff5faac79947fd55d691af10cad2f40b79dda5ae04b0cf15e04e4a2ac7df5e112fa0247685cbab790dc23a4cc602b7fb4ed0d5ac
diff --git a/update-appdata-rpmfusion-nonfree.sh b/update-appdata-rpmfusion-nonfree.sh
index a082c31..c2e912a 100755
--- a/update-appdata-rpmfusion-nonfree.sh
+++ b/update-appdata-rpmfusion-nonfree.sh
@@ -8,12 +8,12 @@ main ()
mkdir rpmfusion-nonfree/ -pv
cd rpmfusion-nonfree || exit -1
#
- if [ "$RELEASE" = "35" ]; then
+ if [ "$RELEASE" = "36" ]; then
URL="rsync://download1.rpmfusion.org/rpmfusion/nonfree/fedora/development/rawh..."
- elif [ "$RELEASE" = "34" ]; then
+ elif [ "$RELEASE" = "35" ]; then
+ URL="rsync://download1.rpmfusion.org/rpmfusion/nonfree/fedora/releases/35/Ever..."
+ elif [ "$RELEASE" = "34" ]; then
URL="rsync://download1.rpmfusion.org/rpmfusion/nonfree/fedora/releases/34/Ever..."
- elif [ "$RELEASE" = "33" ]; then
- URL="rsync://download1.rpmfusion.org/rpmfusion/nonfree/fedora/releases/33/Ever..."
#URL1="rsync://download1.rpmfusion.org/rpmfusion/nonfree/fedora/updates/33/x86_64/*"
fi
@@ -39,7 +39,7 @@ usage ()
echo "$0 -r <release>"
echo "- update appdata for rpmfusion nonfree repository"
echo "options:"
- echo "-r <release> one of 33, 34 and 35"
+ echo "-r <release> one of 34, 35 and 36"
}
3 years
[guvcview] Update to 2.0.7-2.
by Thomas Moschny
commit c74c92e43f286a3fd9157c20e0dee596cef5164b
Author: Thomas Moschny <thomas.moschny(a)gmx.de>
Date: Thu Nov 4 20:17:00 2021 +0100
Update to 2.0.7-2.
guvcview.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/guvcview.spec b/guvcview.spec
index 131da97..dbea802 100644
--- a/guvcview.spec
+++ b/guvcview.spec
@@ -1,12 +1,12 @@
Name: guvcview
-Version: 2.0.7
+Version: 2.0.7.2
Release: 1%{?dist}
Summary: GTK+ UVC Viewer and Capturer
# fixme: ask upstream about license, many source files claim to be
# under GPLv2+
License: GPLv3+
URL: http://guvcview.sourceforge.net/
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.bz2
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-src-2.0.7-2.tar.bz2
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires: pkgconfig(glib-2.0) >= 2.10.0
BuildRequires: pkgconfig(portaudio-2.0)
@@ -116,6 +116,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%changelog
+* Thu Nov 4 2021 Thomas Moschny <thomas.moschny(a)gmx.de> - 2.0.7.2-1
+- Update to 2.0.7-2.
+
* Thu Nov 4 2021 Thomas Moschny <thomas.moschny(a)gmx.de> - 2.0.7-1
- Update to 2.0.7.
diff --git a/sources b/sources
index 521194c..a6bbbd3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (guvcview-src-2.0.7.tar.bz2) = a3dcabf3fcb90171969fea76c1a05b4e47b640ba886370b048f5736e2f064f8682967c785db44a9461bdd3761b2bf264e8ce579691d37c8b9efa1a1393162ad8
+SHA512 (guvcview-src-2.0.7-2.tar.bz2) = 81bc3ef85e6449f5a68ba9318693466a71173c761f39a91e0a9b4c17331f984743ed21f1b0af1d1192ddc739e85e1d942c14227e3963fef30785285c8aad7576
3 years
[guvcview] Update to 2.0.7.
by Thomas Moschny
commit f06756201ede2ce67df7cc4452f269d48138afb8
Author: Thomas Moschny <thomas.moschny(a)gmx.de>
Date: Thu Nov 4 18:07:13 2021 +0100
Update to 2.0.7.
.gitignore | 1 +
guvcview.spec | 21 +++++++++++++--------
sources | 2 +-
3 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29800a8..8b7283a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/guvcview-src-*.tar.gz
+/guvcview-src-*.tar.bz2
diff --git a/guvcview.spec b/guvcview.spec
index e6e52c1..131da97 100644
--- a/guvcview.spec
+++ b/guvcview.spec
@@ -1,12 +1,12 @@
Name: guvcview
-Version: 2.0.6
-Release: 9%{?dist}
+Version: 2.0.7
+Release: 1%{?dist}
Summary: GTK+ UVC Viewer and Capturer
# fixme: ask upstream about license, many source files claim to be
# under GPLv2+
License: GPLv3+
URL: http://guvcview.sourceforge.net/
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.bz2
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires: pkgconfig(glib-2.0) >= 2.10.0
BuildRequires: pkgconfig(portaudio-2.0)
@@ -24,9 +24,12 @@ BuildRequires: gettext
BuildRequires: intltool
BuildRequires: pulseaudio-libs-devel
BuildRequires: desktop-file-utils
-# for validating the appdate file
+# for validating the appdata file
BuildRequires: libappstream-glib
+# for bootstrapping
+Buildrequires: autoconf automake libtool
+
%description
A simple GTK interface for capturing and viewing video from devices
@@ -47,14 +50,13 @@ This package contains development files for %{name}.
%prep
-%setup -q -n %{name}-src-%{version}
+%autosetup -c -n %{name}-src-%{version}
find . \( -name '*.h' -o -name '*.c' \) -exec chmod -x {} \;
%build
+./bootstrap.sh
%configure CC=gcc CXX=g++ --disable-debian-menu --disable-silent-rules --disable-static
-sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make_build
@@ -92,7 +94,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%endif
%{_bindir}/%{name}
%{_libdir}/libgviewaudio-2.0.so.*
-%{_libdir}/libgviewencoder-2.0.so.*
+%{_libdir}/libgviewencoder-2.1.so.*
%{_libdir}/libgviewrender-2.0.so.*
%{_libdir}/libgviewv4l2core-2.0.so.*
%{_mandir}/man1/%{name}.1*
@@ -114,6 +116,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%changelog
+* Thu Nov 4 2021 Thomas Moschny <thomas.moschny(a)gmx.de> - 2.0.7-1
+- Update to 2.0.7.
+
* Mon Aug 02 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.0.6-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
diff --git a/sources b/sources
index a0f4329..521194c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea35acb3a97952ceca26d92478b6e7ea guvcview-src-2.0.6.tar.gz
+SHA512 (guvcview-src-2.0.7.tar.bz2) = a3dcabf3fcb90171969fea76c1a05b4e47b640ba886370b048f5736e2f064f8682967c785db44a9461bdd3761b2bf264e8ce579691d37c8b9efa1a1393162ad8
3 years
[vdr-markad/f33] Update to 3.0.17
by Martin Gansser
Summary of changes:
33c9ff4... Update to 3.0.17 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[vdr-markad/f34] Update to 3.0.17
by Martin Gansser
Summary of changes:
33c9ff4... Update to 3.0.17 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[vdr-markad/f35] Update to 3.0.17
by Martin Gansser
Summary of changes:
33c9ff4... Update to 3.0.17 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[vdr-markad] Update to 3.0.17
by Martin Gansser
commit 33c9ff4ee6dcbed0bb73f337b270de4a8eb7b795
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Nov 4 16:07:37 2021 +0100
Update to 3.0.17
.gitignore | 1 +
sources | 2 +-
vdr-markad.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b7c701..2d75606 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,4 @@ vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
/vdr-markad-3.0.14.tar.gz
/vdr-markad-3.0.15.tar.gz
/vdr-markad-3.0.16.tar.gz
+/vdr-markad-3.0.17.tar.gz
diff --git a/sources b/sources
index 1352b30..3f234b5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-markad-3.0.16.tar.gz) = e84a5b4c16e1b3c23bb999395ed2c425d5be56b0da4ae15453d847527d558c4c4b9cb00d6b9e66bd8111b0781681e3d9b9a109d55f60ecc423486f5e828e8e9b
+SHA512 (vdr-markad-3.0.17.tar.gz) = 006ba52d64a6e92cd0d8445cf8a2581d1a74ae54a6203b837bcc3c24ee450edb356e964573dc7517dd8bd72908c7eff3ad16950924d5d34e435a5c6a2939c88e
diff --git a/vdr-markad.spec b/vdr-markad.spec
index a81c4c2..879570c 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -1,5 +1,5 @@
Name: vdr-markad
-Version: 3.0.16
+Version: 3.0.17
Release: 1%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
@@ -48,6 +48,9 @@ fi
%{vdr_vardir}/markad/
%changelog
+* Thu Nov 04 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 3.0.17-1
+- Update to 3.0.17
+
* Fri Oct 22 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 3.0.16-1
- Update to 3.0.16
3 years