[fs-uae-launcher] Updated to new upstream release
by Andrea Musuruane
commit be39771f969c73410c86e9cc774b01c48518389d
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sat Aug 17 17:41:35 2019 +0200
Updated to new upstream release
.gitignore | 1 +
fs-uae-launcher-2.8.3-remove_inbuilt_six.patch | 16 --------
fs-uae-launcher.spec | 54 +++++++++++---------------
sources | 2 +-
4 files changed, 25 insertions(+), 48 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1779ae..8fd8c0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/fs-uae-launcher-2.8.3.tar.gz
+/fs-uae-launcher-3.0.0.tar.gz
diff --git a/fs-uae-launcher.spec b/fs-uae-launcher.spec
index a1efd8a..6ff40a7 100644
--- a/fs-uae-launcher.spec
+++ b/fs-uae-launcher.spec
@@ -1,19 +1,15 @@
%global __python %{__python3}
Name: fs-uae-launcher
-Version: 2.8.3
-Release: 11%{?dist}
+Version: 3.0.0
+Release: 1%{?dist}
Summary: Graphical configuration frontend and launcher for FS-UAE
# The entire source code is GPLv2+ except oyoyo which is MIT
License: GPLv2+ and MIT
URL: http://fs-uae.net/
-Source0: http://fs-uae.net/fs-uae/stable/%{version}/%{name}-%{version}.tar.gz
+Source0: http://fs-uae.net/stable/%{version}/%{name}-%{version}.tar.gz
Source1: %{name}.appdata.xml
-# Remove six python library
-# Patch from AUR linux
-# https://aur.archlinux.org/cgit/aur.git/tree/remove_inbuilt_six.patch?h=fs...
-Patch0: %{name}-2.8.3-remove_inbuilt_six.patch
BuildArch: noarch
@@ -23,7 +19,8 @@ BuildRequires: libappstream-glib
BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
Requires: python3-qt5
-Requires: python3-six
+Requires: python3-requests
+Requires: python3-pyopengl
Requires: google-noto-sans-fonts
Requires: google-roboto-fonts
Requires: liberation-sans-fonts
@@ -37,31 +34,23 @@ FS-UAE Launcher is a graphical configuration program and launcher for FS-UAE.
%prep
-%autosetup -p0
+%autosetup
-# In Python 3.7 async is a keyword, and so we can't have a module named async
-# https://github.com/mcfletch/pyopengl/issues/14
-# https://github.com/FrodeSolheim/fs-uae-launcher/issues/62
-# https://src.fedoraproject.org/rpms/python-pyopengl/c/fcae096bceb00a479903...
-mv OpenGL/GL/SGIX/async.py \
- OpenGL/GL/SGIX/async_.py
-
-mv OpenGL/raw/GL/SGIX/async.py \
- OpenGL/raw/GL/SGIX/async_.py
-
-sed -i -e 's/from OpenGL.raw.GL.SGIX.async/from OpenGL.raw.GL.SGIX.async_/g' \
- OpenGL/GL/SGIX/async_.py
-
-# Remove bundled lib
-rm -rf six
+# Remove bundled OpenGL library
+rm -rf OpenGL
+sed -i -r "/OpenGL/d" setup.py
# Remove shebang from non executable scripts
-FILES="OpenGL/arrays/_buffers.py
- OpenGL/arrays/buffers.py
+FILES="amitools/tools/geotool.py
+ amitools/tools/rdbtool.py
+ amitools/tools/xdfscan.py
+ amitools/tools/xdftool.py
+ amitools/util/BlkDevTools.py
arcade/res/update.py
fsgs/amiga/adf.py
fstd/adffile.py
- launcher/apps/__init__.py"
+ launcher/apps/__init__.py
+ oyoyo/examplebot.py"
for pyfile in $FILES
do
sed -i -e '/^#!/, 1d' $pyfile
@@ -80,9 +69,9 @@ desktop-file-validate \
%{buildroot}%{_datadir}/applications/%{name}.desktop
# Install AppData file
-install -d %{buildroot}%{_datadir}/metainfo
-install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo
-appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml
+install -d %{buildroot}%{_metainfodir}
+install -p -m 644 %{SOURCE1} %{buildroot}%{_metainfodir}
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
# Symlink system fonts
rm %{buildroot}%{_datadir}/%{name}/workspace/ui/data/NotoSans-Regular.ttf
@@ -104,7 +93,7 @@ ln -s %{_datadir}/fonts/liberation/LiberationSans-Bold.ttf \
%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/%{name}
-%{_datadir}/metainfo/%{name}.appdata.xml
+%{_metainfodir}/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%doc %{_pkgdocdir}
@@ -113,6 +102,9 @@ ln -s %{_datadir}/fonts/liberation/LiberationSans-Bold.ttf \
%changelog
+* Tue Aug 13 2019 Andrea Musuruane <musuruan(a)gmail.com> - 3.0.0-1
+- Updated to new upstream release
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.8.3-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index 26a8ecc..a675bdc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6afb73337cdeaca9339264350e4a5d17 fs-uae-launcher-2.8.3.tar.gz
+afecbdd0b2dcca515685762c44dc71cc fs-uae-launcher-3.0.0.tar.gz
5 years, 3 months
[fs-uae] Updated to new upstream release
by Andrea Musuruane
commit bd39f17888c3861edf31679fb8d5f7316cca3566
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sat Aug 17 17:37:19 2019 +0200
Updated to new upstream release
.gitignore | 1 +
fs-uae.spec | 15 +++++++--------
sources | 2 +-
3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4a22d2..53ee978 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/fs-uae-2.8.3.tar.gz
+/fs-uae-3.0.0.tar.gz
diff --git a/fs-uae.spec b/fs-uae.spec
index faac00b..1554bc0 100644
--- a/fs-uae.spec
+++ b/fs-uae.spec
@@ -1,11 +1,11 @@
Name: fs-uae
-Version: 2.8.3
-Release: 8%{?dist}
+Version: 3.0.0
+Release: 1%{?dist}
Summary: Amiga emulator with on-screen GUI and online play support
License: GPLv2+
URL: http://fs-uae.net/
-Source0: http://fs-uae.net/fs-uae/stable/%{version}/%{name}-%{version}.tar.gz
+Source0: http://fs-uae.net/stable/%{version}/%{name}-%{version}.tar.gz
# Define unknown host CPU types as CPU_unknown
# https://github.com/glaubitz/fs-uae-debian/blob/master/debian/patches/0001...
Patch0: %{name}-2.8.3-define_unknown_CPUs.patch
@@ -64,11 +64,7 @@ chmod -x src/specialmonitors.cpp
%build
-%ifarch %{ix86} x86_64
- %configure
-%else
- %configure --disable-jit
-%endif
+%configure --disable-jit
%make_build
@@ -95,6 +91,9 @@ desktop-file-validate \
%changelog
+* Mon Aug 12 2019 Andrea Musuruane <musuruan(a)gmail.com> - 3.0.0-1
+- Updated to new upstream release
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.8.3-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index 323ca6b..acb77bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bb9096904619db0202370b1cc4dd1b55 fs-uae-2.8.3.tar.gz
+7eeae6b598976ca9551eaffd7136648d fs-uae-3.0.0.tar.gz
5 years, 3 months
[deepin-music] Update to 5.0.1
by Zamir SUN
commit fcb1e0f3dabb98cdef11d8c2cacd962c23c614a9
Author: Zamir SUN <sztsian(a)gmail.com>
Date: Sat Aug 17 21:18:19 2019 +0800
Update to 5.0.1
Signed-off-by: Zamir SUN <sztsian(a)gmail.com>
.gitignore | 1 +
deepin-music.spec | 19 ++++++-------------
sources | 2 +-
3 files changed, 8 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c84c96c..a02932f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/deepin-music-3.1.9.tar.gz
/deepin-music-3.1.11.tar.gz
/deepin-music-3.1.15.tar.gz
+/deepin-music-5.0.1.tar.gz
diff --git a/deepin-music.spec b/deepin-music.spec
index 8d0e554..d3d2a96 100644
--- a/deepin-music.spec
+++ b/deepin-music.spec
@@ -1,6 +1,6 @@
Name: deepin-music
-Version: 3.1.15
-Release: 2%{?dist}
+Version: 5.0.1
+Release: 1%{?dist}
Summary: Deepin Music Player
Summary(zh_CN): 深度音乐播放器
License: GPLv3
@@ -43,13 +43,6 @@ you will found.
深度音乐播放器界面基于 Deepin-UI , 后端使用 gstreamer ,
其他特性如音乐搜索, 丰富多彩的歌词支持, 更多功能等待您发现.
-%package devel
-Summary: Development package for %{name}
-Requires: %{name}%{?_isa} = %{version}-%{release}
-
-%description devel
-Header files and libraries for %{name}.
-
%prep
%autosetup
sed -i '/vendor/d' src/src.pro
@@ -77,19 +70,19 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{name}.appda
%doc README.md
%license LICENSE
%{_bindir}/%{name}
+%{_libdir}/lib*.so
%{_libdir}/lib*.so.*
-%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/dman/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_metainfodir}/%{name}.appdata.xml
-%files devel
-%{_libdir}/lib*.so
-%{_libdir}/%{name}/plugins/lib*.so
%changelog
+* Sat Aug 17 2019 Zamir SUN <sztsian(a)gmail.com> 5.0.1-1
+- Update to 5.0.1
+
* Wed Aug 07 2019 Leigh Scott <leigh123linux(a)gmail.com> - 3.1.15-2
- Rebuild for new ffmpeg version
diff --git a/sources b/sources
index 54b9b40..38db26e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a3f5e4c12a3799f1d7c1348aff31983 deepin-music-3.1.15.tar.gz
+41f760fe568dfd5b6ef94232598f6abd deepin-music-5.0.1.tar.gz
5 years, 3 months
[buildsys-build-rpmfusion] Bump for 32
by Leigh Scott
commit 6377a0a9ac29e883414a71143a4acd89ad3ecd17
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 16 20:20:02 2019 +0100
Bump for 32
buildsys-build-rpmfusion.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/buildsys-build-rpmfusion.spec b/buildsys-build-rpmfusion.spec
index c1217c3..4abb208 100644
--- a/buildsys-build-rpmfusion.spec
+++ b/buildsys-build-rpmfusion.spec
@@ -2,7 +2,7 @@
Name: buildsys-build-%{repo}
Epoch: 11
-Version: 31
+Version: 32
Release: 0.1
Summary: Tools and files used by the %{repo} buildsys
@@ -77,6 +77,9 @@ sed -i 's|^default_prefix=.*|default_prefix=%{_datadir}/%{name}/|' \
%changelog
+* Fri Aug 16 2019 Leigh Scott <leigh123linux(a)gmail.com> - 11:32-0.1
+- Bump for 32
+
* Sun Mar 31 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 10:31-0.1
- Bump for 31
5 years, 3 months
[avidemux] remove last patch as it is applied upstream.
by Richard Shaw
commit 3207b2127f2de30bbce93794b3eee2e54e6f414e
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Fri Aug 16 01:20:14 2019 -0500
remove last patch as it is applied upstream.
avidemux-2.7.3-frame_matching.patch | 223 ------------------------------------
avidemux.spec | 2 -
2 files changed, 225 deletions(-)
---
diff --git a/avidemux.spec b/avidemux.spec
index ec95c55..f1959b9 100644
--- a/avidemux.spec
+++ b/avidemux.spec
@@ -12,8 +12,6 @@ License: GPLv2+
URL: http://www.avidemux.org
Source0: http://downloads.sourceforge.net/%{name}/%{name}_%{version}.tar.gz
-Patch0: avidemux-2.7.3-frame_matching.patch
-
# Don't try to build on arm, aarch64 or ppc
ExclusiveArch: i686 x86_64
5 years, 3 months
[avidemux] Remove upstreamed patch.
by Richard Shaw
commit 3ebd525993e4f9bf806ec3f0bd270b2a515f6082
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Thu Aug 15 22:48:42 2019 -0500
Remove upstreamed patch.
avidemux-2.7.3-ad_lav.patch | 41 -----------------------------------------
avidemux.spec | 3 +--
2 files changed, 1 insertion(+), 43 deletions(-)
---
diff --git a/avidemux.spec b/avidemux.spec
index c5f9cf4..ec95c55 100644
--- a/avidemux.spec
+++ b/avidemux.spec
@@ -12,8 +12,7 @@ License: GPLv2+
URL: http://www.avidemux.org
Source0: http://downloads.sourceforge.net/%{name}/%{name}_%{version}.tar.gz
-Patch0: avidemux-2.7.3-ad_lav.patch
-Patch1: avidemux-2.7.3-frame_matching.patch
+Patch0: avidemux-2.7.3-frame_matching.patch
# Don't try to build on arm, aarch64 or ppc
ExclusiveArch: i686 x86_64
5 years, 3 months