[xmltv] Rebuild for new perl version
by Leigh Scott
commit 9a5a736f60189ad27e44b4298055fd9711fb35f7
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jun 16 14:26:51 2021 +0100
Rebuild for new perl version
xmltv.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xmltv.spec b/xmltv.spec
index a62991e..f6a2c3a 100644
--- a/xmltv.spec
+++ b/xmltv.spec
@@ -1,6 +1,6 @@
Name: xmltv
Version: 1.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A set of utilities to manage your TV viewing
License: GPLv2+
@@ -251,6 +251,9 @@ make test
%changelog
+* Wed Jun 16 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1.0.0-2
+- Rebuild for new perl version
+
* Sun Feb 07 2021 Gary Buhrmaster <gary.buhrmaster(a)gmail.com> - 1.0.0-1
- Update to xmltv 1.0.0 release
3 years, 5 months
[perl-IP-Country] Rebuild for new perl version
by Leigh Scott
commit 88fafbd0bbba98e67a17fa3176f0cd584a74f090
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jun 16 14:19:19 2021 +0100
Rebuild for new perl version
perl-IP-Country.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/perl-IP-Country.spec b/perl-IP-Country.spec
index cfa7818..cbde17c 100644
--- a/perl-IP-Country.spec
+++ b/perl-IP-Country.spec
@@ -1,6 +1,6 @@
Name: perl-IP-Country
Version: 2.28
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: Fast lookup of country codes from IP addresses
License: GPL+ or Artistic
URL: https://metacpan.org/release/IP-Country
@@ -83,6 +83,9 @@ make test
%changelog
+* Wed Jun 16 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.28-12
+- Rebuild for new perl version
+
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.28-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3 years, 5 months
[pangzero] Rebuild for new perl version
by Leigh Scott
commit e231433268682d1c74758fdf5bcc727e704211e8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jun 16 14:18:04 2021 +0100
Rebuild for new perl version
pangzero.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/pangzero.spec b/pangzero.spec
index 6ee7a0e..02cdba8 100644
--- a/pangzero.spec
+++ b/pangzero.spec
@@ -4,7 +4,7 @@
Name: pangzero
Version: 1.4.1
-Release: 19%{?dist}
+Release: 20%{?dist}
Summary: A clone and enhancement of Super Pang
Group: Amusements/Games
License: GPLv2
@@ -83,6 +83,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Wed Jun 16 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1.4.1-20
+- Rebuild for new perl version
+
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.4.1-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3 years, 5 months
[get-flash-videos] Rebuild for new perl version
by Leigh Scott
commit e8ff33ce840f2b66c43a8cf8db2c7aca2003585e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jun 16 14:17:02 2021 +0100
Rebuild for new perl version
get-flash-videos.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/get-flash-videos.spec b/get-flash-videos.spec
index 5abe0ae..797e822 100644
--- a/get-flash-videos.spec
+++ b/get-flash-videos.spec
@@ -1,6 +1,6 @@
Name: get-flash-videos
Version: 1.25.99.03
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: CLI tool to download flash video from websites
Group: Applications/Communications
# License breakdown in README.fedora
@@ -140,6 +140,9 @@ make test
%changelog
+* Wed Jun 16 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1.25.99.03-6
+- Rebuild for new perl version
+
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.25.99.03-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3 years, 5 months
[mixxx] Fix armv7hl build errors (part 3)
by Uwe Klotz
commit e4a06377b14406016cc84028f2b1759f2aeb7d0c
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Jun 16 13:13:02 2021 +0200
Fix armv7hl build errors (part 3)
mixxx.spec | 4 ++--
sources | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index bb71efe..8708c8c 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -10,7 +10,7 @@
%global extraver beta
# Optional: Only used for untagged snapshot versions
-%global gitcommit 404fa1a5e844e09ae91358358b52f76c2a4ed40b
+%global gitcommit 060b86aa7bc36e99df0ede476b04eec0f19735d4
# Format: <yyyymmdd>
%global gitcommitdate 20210615
@@ -222,7 +222,7 @@ appstream-util \
%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
%changelog
-* Tue Jun 15 2021 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.24beta.20210615git404fa1a
+* Wed Jun 16 2021 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.24.beta.20210615git060b86a
- New upstream snapshot 2.3.0-beta
* Sun May 09 2021 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.23.beta.20210509gite409a0e
diff --git a/sources b/sources
index 60a2c16..d8ca634 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (libkeyfinder_v2.2.4.zip) = fcdd2a645d2770b62d30d2ee552fcfdd688692754779a1e13a9fd36e705a987a46ff388a094ec6dc4fdb5e58f4fc40efff0492e5ee820ec4962ed96fbb4b5c67
-SHA512 (mixxx-404fa1a5e844e09ae91358358b52f76c2a4ed40b.tar.gz) = 7cdf91f0aa63c5de82094480d71b9a2ecd688bb70738bd3d5607f4cedc4880f812b522c4fee9e4ec026c2ae30c54c29ef07063f1db8f8c1995f14537da433562
+SHA512 (mixxx-060b86aa7bc36e99df0ede476b04eec0f19735d4.tar.gz) = 4ff4c015cd4f7ded788f3deefa7d5ef259286902d55cb055d7a03f5f8d14c7911ae81b329ba49c6f8d0a5840f1421dfb14ec5d3ea5234e5e4e6a9ea9f0ce32e4
3 years, 5 months
[mixxx] Fix armv7hl build errors (part 2)
by Uwe Klotz
commit 2bab685bddeff4d41143f909d663db43e74fdc97
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Jun 16 01:23:21 2021 +0200
Fix armv7hl build errors (part 2)
mixxx.spec | 6 +++---
sources | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 998f899..bb71efe 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -10,9 +10,9 @@
%global extraver beta
# Optional: Only used for untagged snapshot versions
-%global gitcommit 7585ce91606b618ee575a78248a9bf4a4a649046
+%global gitcommit 404fa1a5e844e09ae91358358b52f76c2a4ed40b
# Format: <yyyymmdd>
-%global gitcommitdate 20210614
+%global gitcommitdate 20210615
# Additional sources
%global libkeyfinder_archive v2.2.4.zip
@@ -222,7 +222,7 @@ appstream-util \
%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
%changelog
-* Mon Jun 14 2021 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.24.beta.20210614git7585ce9
+* Tue Jun 15 2021 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.24beta.20210615git404fa1a
- New upstream snapshot 2.3.0-beta
* Sun May 09 2021 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.23.beta.20210509gite409a0e
diff --git a/sources b/sources
index d409303..60a2c16 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (libkeyfinder_v2.2.4.zip) = fcdd2a645d2770b62d30d2ee552fcfdd688692754779a1e13a9fd36e705a987a46ff388a094ec6dc4fdb5e58f4fc40efff0492e5ee820ec4962ed96fbb4b5c67
-SHA512 (mixxx-7585ce91606b618ee575a78248a9bf4a4a649046.tar.gz) = 62015164af94a780835f00043ad6f4d81a5d078becfd02b2662b7fd8cebbfd7d6c28f0e0c163c1e3b4fb910394870d5516cb52c2acb6c91f0c269e0fa77aa7f6
+SHA512 (mixxx-404fa1a5e844e09ae91358358b52f76c2a4ed40b.tar.gz) = 7cdf91f0aa63c5de82094480d71b9a2ecd688bb70738bd3d5607f4cedc4880f812b522c4fee9e4ec026c2ae30c54c29ef07063f1db8f8c1995f14537da433562
3 years, 5 months
[zoneminder/el7: 2/2] Merge branch 'master' into el7
by Andrew Bauer
commit bb15edb743f606c83e63fe30db1c6ee170e3b074
Merge: 94118e2 8d05fe2
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Tue Jun 15 16:54:54 2021 -0500
Merge branch 'master' into el7
zoneminder-1.36.4.tar.gz | Bin 0 -> 11347870 bytes
zoneminder.spec | 5 ++++-
2 files changed, 4 insertions(+), 1 deletion(-)
---
3 years, 5 months
[zoneminder/el8] 1.36.4 release
by Andrew Bauer
Summary of changes:
8d05fe2... 1.36.4 release (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 5 months
[zoneminder/f33] 1.36.4 release
by Andrew Bauer
Summary of changes:
8d05fe2... 1.36.4 release (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 5 months