[pgplot] Fix FTBFS
by Leigh Scott
commit 85ce22ada4853483a3ef4c69fba99a81459cf6a0
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun May 17 08:49:28 2020 +0100
Fix FTBFS
pgplot.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/pgplot.spec b/pgplot.spec
index edea446..47efb0d 100644
--- a/pgplot.spec
+++ b/pgplot.spec
@@ -3,7 +3,7 @@
Name: pgplot
%define lvmajor 5
Version: 5.2.2
-Release: 48%{?dist}
+Release: 49%{?dist}
Summary: Graphic library for making simple scientific graphs
License: freely available for non-commercial use
@@ -122,12 +122,12 @@ cp %{SOURCE5} .
%build
./makemake . linux g77_gcc
# Parallel make not supported
-%{__make} FC="f95" CC="%{__cc}" CFLAGS="%{optflags}" FFLAGS="%{optflags}" \
+%{__make} FC="f95" CC="%{__cc}" CFLAGS="%{optflags}" FFLAGS="%{optflags} -std=legacy" \
NLIBS="-lgfortran -lm -lX11 -lz"
# Creating dynamic library for C
%{make_build} \
- FC=f95 CC="%{__cc}" CFLAGS="%{optflags}" FFLAGS="%{optflags}" cpg
+ FC=f95 CC="%{__cc}" CFLAGS="%{optflags}" FFLAGS="%{optflags} -std=legacy" cpg
%{__ar} x libcpgplot.a
%{__cc} %{optflags} -shared -o libc%{name}.so.%{version} \
-Wl,-soname,libc%{name}.so.%{lvmajor} \
@@ -211,6 +211,9 @@ done
%{_bindir}/*
%changelog
+* Sun May 17 2020 Leigh Scott <leigh123linux(a)gmail.com> - 5.2.2-49
+- Fix FTBFS
+
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 5.2.2-48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 6 months
[nemo-dropbox] Update to 4.6.0
by Leigh Scott
commit bd94c788b87e48b1fd09cb84c2108ad0cf8b4ed4
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun May 17 08:20:05 2020 +0100
Update to 4.6.0
nemo-dropbox.spec | 14 +-
remove_python.patch | 2797 ---------------------------------------------------
sources | 2 +-
3 files changed, 8 insertions(+), 2805 deletions(-)
---
diff --git a/nemo-dropbox.spec b/nemo-dropbox.spec
index 2ae484a..3a87e3d 100644
--- a/nemo-dropbox.spec
+++ b/nemo-dropbox.spec
@@ -1,11 +1,10 @@
Summary: Dropbox extension for nemo
Name: nemo-dropbox
-Version: 4.4.0
-Release: 2%{?dist}
+Version: 4.6.0
+Release: 1%{?dist}
License: GPLv2+ and LGPLv2+ and MIT
URL: https://github.com/linuxmint/nemo-extensions
Source0: %url/archive/%{version}/nemo-extensions-%{version}.tar.gz
-Patch0: %url/pull/341.patch#/remove_python.patch
ExclusiveArch: i686 x86_64
@@ -28,13 +27,11 @@ your computers automatically.
pushd nemo-dropbox
NOCONFIGURE=1 ./autogen.sh
%configure
-%make_build V=1
+%make_build
popd
%install
-pushd nemo-dropbox
-%make_install
-popd
+%make_install -C nemo-dropbox
#Remove libtool archives.
find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f
@@ -51,6 +48,9 @@ rm -rf %{buildroot}%{_datadir}
%changelog
+* Sun May 17 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.6.0-1
+- Update to 4.6.0
+
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --git a/sources b/sources
index a86a668..ae40c33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nemo-extensions-4.4.0.tar.gz) = 5ca2cf57950986fdc0f3ed5962fa8ee914ac34bf46c702a0fe0323169060ae8f300406bcb5194fbf88b50aa41e6deb8fa2ee32fdf14eedb7fd9553b10240a2c9
+SHA512 (nemo-extensions-4.6.0.tar.gz) = b496732b984f3d4f3fc93dc96ef65b711eaa55bb9c777c19ab224e7ab138f8c6784aa2f16e9a0cc77e79581ed7a04a439955369804dbf930b835df042d7dbd32
4 years, 6 months
[mixxx/f32] SCons: Switch from Python 2 to Python 3
by Uwe Klotz
commit c5710eadb9ca73635e8d1daf3d965c668d32f9fb
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Sun May 17 00:05:27 2020 +0200
SCons: Switch from Python 2 to Python 3
mixxx.spec | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index bd73c76..5d2810f 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -29,8 +29,7 @@ BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: protobuf-compiler
BuildRequires: gcc-g++
-# TODO: Update to CMake/CCache for 2.3.0
-BuildRequires: python2-scons
+BuildRequires: python3-scons
# Build Requirements
BuildRequires: chrpath
@@ -95,8 +94,7 @@ echo "#pragma once" > src/build.h
export CFLAGS=$RPM_OPT_FLAGS
export LDFLAGS=$RPM_LD_FLAGS
export LIBDIR=%{_libdir}
-# TODO: Switch from scons-2 to CMake for 2.3.0
-scons-2 \
+scons-3 \
%{?_smp_mflags} \
prefix=%{_prefix} \
qtdir=%{_qt5_prefix} \
@@ -114,13 +112,12 @@ scons-2 \
%install
-# TODO: Switch from scons-2 to CMake for 2.3.0
# All environment variables and arguments for this invocation
# must match the SCons build invocation!!!
export CFLAGS=$RPM_OPT_FLAGS
export LDFLAGS=$RPM_LD_FLAGS
export LIBDIR=%{_libdir}
-scons-2 \
+scons-3 \
%{?_smp_mflags} \
prefix=%{_prefix} \
qtdir=%{_qt5_prefix} \
@@ -184,6 +181,7 @@ chrpath --delete %{buildroot}%{_libdir}/%{name}/plugins/soundsourceqt5/libsounds
%changelog
* Sat May 16 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.4-1
- New upstream release 2.2.4
+- Switch SCons build from Python 2 to Python 3
* Wed Mar 18 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.3-4
- Fix packaging errors
4 years, 6 months
[mixxx/f30] New upstream release 2.2.4
by Uwe Klotz
commit da68b929a97ebf3d5f48f16385a9c4ee3f0ee2b6
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Sat May 16 23:58:41 2020 +0200
New upstream release 2.2.4
.gitignore | 2 +-
mixxx.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c9fd37e..e48b5e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mixxx-release-2.2.3.tar.gz
+/mixxx-release-2.2.4.tar.gz
diff --git a/mixxx.spec b/mixxx.spec
index 5beae39..ac17188 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -16,8 +16,8 @@
%endif
Name: mixxx
-Version: 2.2.3
-Release: 2%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Version: 2.2.4
+Release: 1%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
License: GPLv2+
@@ -182,6 +182,9 @@ chrpath --delete %{buildroot}%{_libdir}/%{name}/plugins/soundsourceqt5/libsounds
%changelog
+* Sat May 16 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.4-1
+- New upstream release 2.2.4
+
* Wed Mar 18 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.3-2
- Fix packaging errors
diff --git a/sources b/sources
index 5af72f0..2c92830 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mixxx-release-2.2.3.tar.gz) = dfa4f9ccb7d8aa486167a01e54ee5ebeb3655a4f63c7c163b66f0dd25a21f309eae3a213d253cc37ef501777961028932a9d4ac71f5befd54daca2bd2326b395
+SHA512 (mixxx-release-2.2.4.tar.gz) = 34f67088ea2271cb13b75d001d3814237b1b6c2052646d670a36e341fb78e24c34d361a3eb03b0dbfb2d94b0026fecc9125713d7533aac7e99161c27090115fa
4 years, 6 months
[mixxx/f31] New upstream release 2.2.4
by Uwe Klotz
commit 0b0827547de65f473fcd3446d031eb0827baa6db
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Sat May 16 23:58:41 2020 +0200
New upstream release 2.2.4
.gitignore | 2 +-
mixxx.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c9fd37e..e48b5e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mixxx-release-2.2.3.tar.gz
+/mixxx-release-2.2.4.tar.gz
diff --git a/mixxx.spec b/mixxx.spec
index 22875b3..ce9adcb 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -16,8 +16,8 @@
%endif
Name: mixxx
-Version: 2.2.3
-Release: 2%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Version: 2.2.4
+Release: 1%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
License: GPLv2+
@@ -182,6 +182,9 @@ chrpath --delete %{buildroot}%{_libdir}/%{name}/plugins/soundsourceqt5/libsounds
%changelog
+* Sat May 16 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.4-1
+- New upstream release 2.2.4
+
* Wed Mar 18 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.3-2
- Fix packaging errors
diff --git a/sources b/sources
index 5af72f0..2c92830 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mixxx-release-2.2.3.tar.gz) = dfa4f9ccb7d8aa486167a01e54ee5ebeb3655a4f63c7c163b66f0dd25a21f309eae3a213d253cc37ef501777961028932a9d4ac71f5befd54daca2bd2326b395
+SHA512 (mixxx-release-2.2.4.tar.gz) = 34f67088ea2271cb13b75d001d3814237b1b6c2052646d670a36e341fb78e24c34d361a3eb03b0dbfb2d94b0026fecc9125713d7533aac7e99161c27090115fa
4 years, 6 months
[mixxx/f32] New upstream release 2.2.4
by Uwe Klotz
commit c169558372f169e3cad53975ba440ef3a811a361
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Sat May 16 23:58:41 2020 +0200
New upstream release 2.2.4
.gitignore | 2 +-
mixxx.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c9fd37e..e48b5e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mixxx-release-2.2.3.tar.gz
+/mixxx-release-2.2.4.tar.gz
diff --git a/mixxx.spec b/mixxx.spec
index ff7a214..bd73c76 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -16,8 +16,8 @@
%endif
Name: mixxx
-Version: 2.2.3
-Release: 4%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Version: 2.2.4
+Release: 1%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
License: GPLv2+
@@ -182,6 +182,9 @@ chrpath --delete %{buildroot}%{_libdir}/%{name}/plugins/soundsourceqt5/libsounds
%changelog
+* Sat May 16 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.4-1
+- New upstream release 2.2.4
+
* Wed Mar 18 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.3-4
- Fix packaging errors
diff --git a/sources b/sources
index 5af72f0..2c92830 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mixxx-release-2.2.3.tar.gz) = dfa4f9ccb7d8aa486167a01e54ee5ebeb3655a4f63c7c163b66f0dd25a21f309eae3a213d253cc37ef501777961028932a9d4ac71f5befd54daca2bd2326b395
+SHA512 (mixxx-release-2.2.4.tar.gz) = 34f67088ea2271cb13b75d001d3814237b1b6c2052646d670a36e341fb78e24c34d361a3eb03b0dbfb2d94b0026fecc9125713d7533aac7e99161c27090115fa
4 years, 6 months
[lpf-flash-plugin] Update to 32.0.0.371
by Sérgio M. Basto
commit 7afa3c092b1ee36f7b2bb3ae5add60bce8c689bf
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat May 16 22:56:19 2020 +0100
Update to 32.0.0.371
flash-plugin.spec.in | 5 ++++-
lpf-flash-plugin.spec | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/flash-plugin.spec.in b/flash-plugin.spec.in
index 922b061..0ef334e 100644
--- a/flash-plugin.spec.in
+++ b/flash-plugin.spec.in
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 32.0.0.363
+Version: 32.0.0.371
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -63,6 +63,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/flash-player-properti
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Sat May 16 2020 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.371-1
+- Update to 32.0.0.371
+
* Mon Apr 27 2020 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.363-1
- Update to 32.0.0.363
diff --git a/lpf-flash-plugin.spec b/lpf-flash-plugin.spec
index 73e4678..1bbdc7a 100644
--- a/lpf-flash-plugin.spec
+++ b/lpf-flash-plugin.spec
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 32.0.0.363
+Version: 32.0.0.371
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@ fi
%changelog
+* Sat May 16 2020 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.371-1
+- Update to 32.0.0.371
+
* Mon Apr 27 2020 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.363-1
- Update to 32.0.0.363
4 years, 6 months