nphilipp pushed to setBfree (f32). "Use correct font path in Fedora
>= 32 (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2020-08-31 23:17:35 UTC
From c8f71ff58cacfedd68a8f084336e2a956a575654 Mon Sep 17 00:00:00 2001
From: Nils Philippsen <nils(a)tiptoe.de>
Date: Aug 31 2020 23:13:36 +0000
Subject: Use correct font path in Fedora >= 32
Signed-off-by: Nils Philippsen <nils(a)tiptoe.de>
---
diff --git a/setBfree.spec b/setBfree.spec
index 75055da..7e1758d 100644
--- a/setBfree.spec
+++ b/setBfree.spec
@@ -1,6 +1,12 @@
+%if ! 0%{?fedora}%{?rhel} || 0%{?fedora} >= 32 || 0%{?rhel} >= 9
+%global fontfile %{_datadir}/fonts/bitstream-vera-sans-fonts/VeraBd.ttf
+%else
+%global fontfile %{_datadir}/fonts/bitstream-vera/VeraBd.ttf
+%endif
+
Name: setBfree
Version: 0.8.11
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A DSP Tonewheel Organ emulator
License: GPLv2+ and GPLv3+ and ISC
@@ -68,12 +74,12 @@ CC=gcc; export CC
%set_build_flags
%make_build OPTIMIZATIONS="%{optflags} ${flags}" \
- PREFIX=%{_prefix} FONTFILE=%{_datadir}/fonts/bitstream-vera/VeraBd.ttf \
+ PREFIX=%{_prefix} FONTFILE=%{fontfile} \
lv2dir=%{_libdir}/lv2
%install
%make_install PREFIX=%{_prefix} \
- FONTFILE=%{_datadir}/fonts/bitstream-vera/VeraBd.ttf lv2dir=%{_libdir}/lv2
+ FONTFILE=%{fontfile} lv2dir=%{_libdir}/lv2
# install desktop file
desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
@@ -114,6 +120,9 @@ install -p -m644 doc/jboverdrive.1 doc/setBfree.1 doc/setBfreeUI.1 doc/x42-whirl
%license COPYING
%changelog
+* Tue Sep 01 2020 Nils Philippsen <nils(a)tiptoe.de> - 0.8.11-5
+- Use correct font path in Fedora >= 32
+
* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.8.11-4
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
https://src.fedoraproject.org/rpms/setBfree/c/c8f71ff58cacfedd68a8f084336...
2Â years, 5Â months
nphilipp pushed to setBfree (f33). "Use correct font path in Fedora
>= 32 (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2020-08-31 23:17:20 UTC
From c8f71ff58cacfedd68a8f084336e2a956a575654 Mon Sep 17 00:00:00 2001
From: Nils Philippsen <nils(a)tiptoe.de>
Date: Aug 31 2020 23:13:36 +0000
Subject: Use correct font path in Fedora >= 32
Signed-off-by: Nils Philippsen <nils(a)tiptoe.de>
---
diff --git a/setBfree.spec b/setBfree.spec
index 75055da..7e1758d 100644
--- a/setBfree.spec
+++ b/setBfree.spec
@@ -1,6 +1,12 @@
+%if ! 0%{?fedora}%{?rhel} || 0%{?fedora} >= 32 || 0%{?rhel} >= 9
+%global fontfile %{_datadir}/fonts/bitstream-vera-sans-fonts/VeraBd.ttf
+%else
+%global fontfile %{_datadir}/fonts/bitstream-vera/VeraBd.ttf
+%endif
+
Name: setBfree
Version: 0.8.11
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A DSP Tonewheel Organ emulator
License: GPLv2+ and GPLv3+ and ISC
@@ -68,12 +74,12 @@ CC=gcc; export CC
%set_build_flags
%make_build OPTIMIZATIONS="%{optflags} ${flags}" \
- PREFIX=%{_prefix} FONTFILE=%{_datadir}/fonts/bitstream-vera/VeraBd.ttf \
+ PREFIX=%{_prefix} FONTFILE=%{fontfile} \
lv2dir=%{_libdir}/lv2
%install
%make_install PREFIX=%{_prefix} \
- FONTFILE=%{_datadir}/fonts/bitstream-vera/VeraBd.ttf lv2dir=%{_libdir}/lv2
+ FONTFILE=%{fontfile} lv2dir=%{_libdir}/lv2
# install desktop file
desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
@@ -114,6 +120,9 @@ install -p -m644 doc/jboverdrive.1 doc/setBfree.1 doc/setBfreeUI.1 doc/x42-whirl
%license COPYING
%changelog
+* Tue Sep 01 2020 Nils Philippsen <nils(a)tiptoe.de> - 0.8.11-5
+- Use correct font path in Fedora >= 32
+
* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.8.11-4
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
https://src.fedoraproject.org/rpms/setBfree/c/c8f71ff58cacfedd68a8f084336...
2Â years, 5Â months
jjames pushed to libsemigroups (master). "Do not ship the eigen3
headers in -devel."
by notificationsï¼ fedoraproject.org
Notification time stamped 2020-08-31 23:16:26 UTC
From 31c7977a9926a3f9e13cf0215397014acef0657d Mon Sep 17 00:00:00 2001
From: Jerry James <loganjerry(a)gmail.com>
Date: Aug 31 2020 23:16:12 +0000
Subject: Do not ship the eigen3 headers in -devel.
---
diff --git a/libsemigroups.spec b/libsemigroups.spec
index 227b77e..a986847 100644
--- a/libsemigroups.spec
+++ b/libsemigroups.spec
@@ -1,6 +1,6 @@
Name: libsemigroups
Version: 1.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: C++ library for semigroups and monoids
License: GPLv3+
@@ -83,6 +83,7 @@ Libsemigroups also has some advantages over Semigroupe 2.01:
%package devel
Summary: Headers files for developing with %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: eigen3-devel%{?_isa}
Requires: fmt-devel%{?_isa}
%description devel
@@ -145,13 +146,22 @@ cd -
%make_install
rm -f %{buildroot}%{_libdir}/*.la
+fixtimestamp() {
+ touch -r $1.orig $1
+ rm -f $1.orig
+}
+
+# Do not bundle the eigen3 headers
+rm -fr %{buildroot}%{_includedir}/libsemigroups/Eigen
+sed -i.orig 's,<Eigen/,<eigen3/Eigen/,g' \
+ %{buildroot}%{_includedir}/libsemigroups/obvinf.hpp
+fixtimestamp %{buildroot}%{_includedir}/libsemigroups/obvinf.hpp
+
# Do not bundle the fmt headers
rm -fr %{buildroot}%{_includedir}/libsemigroups/fmt
sed -i.orig 's,"\(fmt/[[:alnum:]]*\.h\)",<\1>,g' \
%{buildroot}%{_includedir}/libsemigroups/report.hpp
-touch -r %{buildroot}%{_includedir}/libsemigroups/report.hpp.orig \
- %{buildroot}%{_includedir}/libsemigroups/report.hpp
-rm %{buildroot}%{_includedir}/libsemigroups/report.hpp.orig
+fixtimestamp %{buildroot}%{_includedir}/libsemigroups/report.hpp
%check
LD_LIBRARY_PATH=$PWD/.libs make check
@@ -172,6 +182,9 @@ LD_LIBRARY_PATH=$PWD/.libs make check
%license LICENSE
%changelog
+* Mon Aug 31 2020 Jerry James <loganjerry(a)gmail.com> - 1.3.1-2
+- Do not ship the eigen3 headers in -devel
+
* Mon Aug 31 2020 Jerry James <loganjerry(a)gmail.com> - 1.3.1-1
- Version 1.3.1
- Add -autoconf patch
https://src.fedoraproject.org/rpms/libsemigroups/c/31c7977a9926a3f9e13cf0...
2Â years, 5Â months
nphilipp pushed to setBfree (master). "Use correct font path in
Fedora >= 32 (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2020-08-31 23:14:22 UTC
From c8f71ff58cacfedd68a8f084336e2a956a575654 Mon Sep 17 00:00:00 2001
From: Nils Philippsen <nils(a)tiptoe.de>
Date: Aug 31 2020 23:13:36 +0000
Subject: Use correct font path in Fedora >= 32
Signed-off-by: Nils Philippsen <nils(a)tiptoe.de>
---
diff --git a/setBfree.spec b/setBfree.spec
index 75055da..7e1758d 100644
--- a/setBfree.spec
+++ b/setBfree.spec
@@ -1,6 +1,12 @@
+%if ! 0%{?fedora}%{?rhel} || 0%{?fedora} >= 32 || 0%{?rhel} >= 9
+%global fontfile %{_datadir}/fonts/bitstream-vera-sans-fonts/VeraBd.ttf
+%else
+%global fontfile %{_datadir}/fonts/bitstream-vera/VeraBd.ttf
+%endif
+
Name: setBfree
Version: 0.8.11
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A DSP Tonewheel Organ emulator
License: GPLv2+ and GPLv3+ and ISC
@@ -68,12 +74,12 @@ CC=gcc; export CC
%set_build_flags
%make_build OPTIMIZATIONS="%{optflags} ${flags}" \
- PREFIX=%{_prefix} FONTFILE=%{_datadir}/fonts/bitstream-vera/VeraBd.ttf \
+ PREFIX=%{_prefix} FONTFILE=%{fontfile} \
lv2dir=%{_libdir}/lv2
%install
%make_install PREFIX=%{_prefix} \
- FONTFILE=%{_datadir}/fonts/bitstream-vera/VeraBd.ttf lv2dir=%{_libdir}/lv2
+ FONTFILE=%{fontfile} lv2dir=%{_libdir}/lv2
# install desktop file
desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
@@ -114,6 +120,9 @@ install -p -m644 doc/jboverdrive.1 doc/setBfree.1 doc/setBfreeUI.1 doc/x42-whirl
%license COPYING
%changelog
+* Tue Sep 01 2020 Nils Philippsen <nils(a)tiptoe.de> - 0.8.11-5
+- Use correct font path in Fedora >= 32
+
* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.8.11-4
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
https://src.fedoraproject.org/rpms/setBfree/c/c8f71ff58cacfedd68a8f084336...
2Â years, 5Â months
rhcontainerbot pushed to podman (master).
"podman-2:2.1.0-0.225.dev.git138132e (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2020-08-31 23:12:05 UTC
From 5e3bdd66a2cb2ae342a9abe5a4eee1c4150fabea Mon Sep 17 00:00:00 2001
From: RH Container Bot <rhcontainerbot(a)fedoraproject.org>
Date: Aug 31 2020 23:12:01 +0000
Subject: podman-2:2.1.0-0.225.dev.git138132e
- autobuilt 138132e
Signed-off-by: RH Container Bot <rhcontainerbot(a)fedoraproject.org>
---
diff --git a/.gitignore b/.gitignore
index 40b7284..4f13244 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1297,3 +1297,4 @@
/podman-4e3ea01.tar.gz
/podman-575b3a3.tar.gz
/podman-0c076db.tar.gz
+/podman-138132e.tar.gz
diff --git a/podman.spec b/podman.spec
index da4907e..326d954 100644
--- a/podman.spec
+++ b/podman.spec
@@ -32,7 +32,7 @@
# To build a random user's fork/commit, comment out above line,
# uncomment below line and replace the placeholders and commit0 below with the right info
#%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO
-%global commit0 0c076dbce5fcdc3e1994df099db77c7d51a51dec
+%global commit0 138132e16357c1c6103e6ffa770398b663462736
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global repo_plugins dnsname
@@ -57,7 +57,7 @@ Version: 2.1.0
# N.foo if released, 0.N.foo if unreleased
# Rawhide almost always ships unreleased builds,
# so release tag should be of the form 0.N.foo
-Release: 0.224.dev.git%{shortcommit0}%{?dist}
+Release: 0.225.dev.git%{shortcommit0}%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0
URL: https://%{name}.io/
@@ -613,6 +613,9 @@ exit 0
# rhcontainerbot account currently managed by lsm5
%changelog
+* Mon Aug 31 23:11:43 UTC 2020 RH Container Bot <rhcontainerbot(a)fedoraproject.org> - 2:2.1.0-0.225.dev.git138132e
+- autobuilt 138132e
+
* Mon Aug 31 18:11:49 UTC 2020 RH Container Bot <rhcontainerbot(a)fedoraproject.org> - 2:2.1.0-0.224.dev.git0c076db
- autobuilt 0c076db
diff --git a/sources b/sources
index 1dbb1e7..ec25124 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc
-SHA512 (podman-0c076db.tar.gz) = 4d6bb1fda1c3d639272a6d56b52374cb85d22a54d493a18a12ae39e1cd976156b9ab0d991e4638fd422ea69daf3dd04eccfcddbfca488531f8cf70a526158c87
+SHA512 (podman-138132e.tar.gz) = 410722b1ac322c7d778afa76c30fdba89136b88cb722ead8e429c2720b3fd3f7a7b79f9f4f856cd6bb1afe047c3f00b6ede40a0ffc7178a7520d6f889f0d7ead
https://src.fedoraproject.org/rpms/podman/c/5e3bdd66a2cb2ae342a9abe5a4eee...
2Â years, 5Â months
germano pushed to nextcloud-client (epel8). "Merge branch 'master'
into epel8"
by notificationsï¼ fedoraproject.org
Notification time stamped 2020-08-31 22:45:32 UTC
From 36d1eaca855a2494f5e63237c9bae7deee4abf5a Mon Sep 17 00:00:00 2001
From: Germano Massullo <germano.massullo(a)gmail.com>
Date: Aug 31 2020 22:45:22 +0000
Subject: Merge branch 'master' into epel8
---
diff --git a/nextcloud-client.spec b/nextcloud-client.spec
index 6ddcb74..0b6f80e 100644
--- a/nextcloud-client.spec
+++ b/nextcloud-client.spec
@@ -4,7 +4,7 @@
Name: nextcloud-client
Version: 2.6.5
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: The Nextcloud Client
# -libs are LGPLv2+, rest GPLv2
@@ -55,7 +55,7 @@ BuildRequires: kf5-rpm-macros
%endif
BuildRequires: sqlite-devel
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
-%if 0%{?fedora} < 33
+%if 0%{?fedora} && 0%{?fedora} < 33
# concerning libgnome-keyring read https://bugzilla.redhat.com/show_bug.cgi?id=1652973
Requires: libgnome-keyring
%endif
@@ -232,6 +232,9 @@ test "$(chrpath --list %{buildroot}%{_bindir}/nextcloud)" = "%{buildroot}%{_bind
%endif
%changelog
+* Mon Aug 31 2020 Michel Alexandre Salim <salimma(a)fedoraproject.org> - 2.6.5-9
+- Only require libgnome-keyring on Fedora (not EPEL). EPEL8 is getting qtkeychain 0.10.0
+
* Mon Aug 24 2020 Rex Dieter <rdieter(a)fedoraproject.org> - 2.6.5-8
- %%check: verify correct rpath/runpath
https://src.fedoraproject.org/rpms/nextcloud-client/c/36d1eaca855a2494f5e...
2Â years, 5Â months
germano pushed to nextcloud-client (epel8). "Only require
libgnome-keyring on Fedora (not EPEL). EPEL8 is getting qtkeychain 0.10.0
(..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2020-08-31 22:45:32 UTC
From f43938d82d09c27f255ed9c95062373538275b1b Mon Sep 17 00:00:00 2001
From: Michel Alexandre Salim <salimma(a)fedoraproject.org>
Date: Aug 31 2020 21:47:23 +0000
Subject: Only require libgnome-keyring on Fedora (not EPEL). EPEL8 is getting qtkeychain 0.10.0
Signed-off-by: Michel Alexandre Salim <salimma(a)fedoraproject.org>
---
diff --git a/nextcloud-client.spec b/nextcloud-client.spec
index 6ddcb74..0b6f80e 100644
--- a/nextcloud-client.spec
+++ b/nextcloud-client.spec
@@ -4,7 +4,7 @@
Name: nextcloud-client
Version: 2.6.5
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: The Nextcloud Client
# -libs are LGPLv2+, rest GPLv2
@@ -55,7 +55,7 @@ BuildRequires: kf5-rpm-macros
%endif
BuildRequires: sqlite-devel
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
-%if 0%{?fedora} < 33
+%if 0%{?fedora} && 0%{?fedora} < 33
# concerning libgnome-keyring read https://bugzilla.redhat.com/show_bug.cgi?id=1652973
Requires: libgnome-keyring
%endif
@@ -232,6 +232,9 @@ test "$(chrpath --list %{buildroot}%{_bindir}/nextcloud)" = "%{buildroot}%{_bind
%endif
%changelog
+* Mon Aug 31 2020 Michel Alexandre Salim <salimma(a)fedoraproject.org> - 2.6.5-9
+- Only require libgnome-keyring on Fedora (not EPEL). EPEL8 is getting qtkeychain 0.10.0
+
* Mon Aug 24 2020 Rex Dieter <rdieter(a)fedoraproject.org> - 2.6.5-8
- %%check: verify correct rpath/runpath
https://src.fedoraproject.org/rpms/nextcloud-client/c/f43938d82d09c27f255...
2Â years, 5Â months