[Nestopia] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
by Leigh Scott
commit f9734767e4a727a68e4d86f12ee4515ff823fa49
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Jul 26 17:15:50 2018 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
Nestopia.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/Nestopia.spec b/Nestopia.spec
index c7481c8..11736ae 100644
--- a/Nestopia.spec
+++ b/Nestopia.spec
@@ -2,7 +2,7 @@
Name: Nestopia
Version: 1.49
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A portable open source NES/Famicom emulator
License: GPLv2+
@@ -87,6 +87,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%doc %{_pkgdocdir}
%changelog
+* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.49-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
* Wed Jun 27 2018 Andrea Musuruane <musuruan(a)gmail.com> - 1.49-1
- Updated to new upstream release
- Added gcc-c++ dependency
6 years, 4 months
[HandBrake] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
by Leigh Scott
commit 16a337d1ac9f9c6098c10e7678ddb259a935b577
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Jul 26 17:15:45 2018 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
HandBrake.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/HandBrake.spec b/HandBrake.spec
index 58ea9c7..b63ed70 100644
--- a/HandBrake.spec
+++ b/HandBrake.spec
@@ -17,7 +17,7 @@
Name: HandBrake
Version: 1.1.0
-Release: 2%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
+Release: 3%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
Summary: An open-source multiplatform video transcoder
License: GPLv2+
URL: http://handbrake.fr/
@@ -231,6 +231,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_bindir}/HandBrakeCLI
%changelog
+* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.1.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
* Sun Jun 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.1.0-2
- Rebuild for new libass version
6 years, 4 months
[qmmp-plugin-pack-freeworld] new version 1.2.2 see the upstream changelog at http://qmmp.ylsoftware.com/index.php
by Karel Volný
commit 21c0a48a1275b2ea487b7b4915efab4dc78747f0
Author: Karel Volny <kvolny(a)redhat.com>
Date: Thu Jul 26 14:07:48 2018 +0200
new version 1.2.2
see the upstream changelog at http://qmmp.ylsoftware.com/index.php
.gitignore | 1 +
qmmp-plugin-pack-freeworld.spec | 6 +++++-
sources | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c205ec..ef41339 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ qmmp-plugin-pack-0.8.3.tar.bz2
qmmp-plugin-pack-0.9.3.tar.bz2
/qmmp-plugin-pack-1.1.1.tar.bz2
/qmmp-plugin-pack-1.2.1.tar.bz2
+/qmmp-plugin-pack-1.2.2.tar.bz2
diff --git a/qmmp-plugin-pack-freeworld.spec b/qmmp-plugin-pack-freeworld.spec
index 509c481..4a8c1be 100644
--- a/qmmp-plugin-pack-freeworld.spec
+++ b/qmmp-plugin-pack-freeworld.spec
@@ -1,5 +1,5 @@
Name: qmmp-plugin-pack-freeworld
-Version: 1.2.1
+Version: 1.2.2
Release: 1%{?dist}
Summary: A set of extra plugins for Qmmp
@@ -49,6 +49,10 @@ make DESTDIR=%{buildroot} install -C src/Engines/ffvideo
%changelog
+* Thu Jul 26 2018 Karel Volný <kvolny(a)redhat.com> 1.2.2-1
+- new version 1.2.2
+- see the upstream changelog at http://qmmp.ylsoftware.com/index.php
+
* Mon Jun 04 2018 Karel Volný <kvolny(a)redhat.com> 1.2.1-1
- new version 1.2.1
- see the upstream changelog at http://qmmp.ylsoftware.com/index.php
diff --git a/sources b/sources
index 98ed380..d52cf4e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d23ed598cbbe9c58541ffbed0484df6c qmmp-plugin-pack-1.2.1.tar.bz2
+f2d2c21242b9d286817780e836a8ca52 qmmp-plugin-pack-1.2.2.tar.bz2
6 years, 4 months
[qmmp-plugins-freeworld] version bump to 1.2.3
by Karel Volný
commit e54f4468f0bafc671d96f6e3bbdeb06dd3591699
Author: Karel Volny <kvolny(a)redhat.com>
Date: Thu Jul 26 12:27:22 2018 +0200
version bump to 1.2.3
.gitignore | 1 +
qmmp-plugins-freeworld.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 23526f3..e24568b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ qmmp-0.9.6.tar.bz2
/qmmp-1.1.10.tar.bz2
/qmmp-1.1.12.tar.bz2
/qmmp-1.2.2.tar.bz2
+/qmmp-1.2.3.tar.bz2
diff --git a/qmmp-plugins-freeworld.spec b/qmmp-plugins-freeworld.spec
index ce6be70..2eb32a6 100644
--- a/qmmp-plugins-freeworld.spec
+++ b/qmmp-plugins-freeworld.spec
@@ -1,5 +1,5 @@
Name: qmmp-plugins-freeworld
-Version: 1.2.2
+Version: 1.2.3
Release: 1%{?dist}
Summary: Plugins for qmmp (Qt-based multimedia player)
@@ -176,6 +176,9 @@ fi
%changelog
+* Thu Jul 26 2018 Karel Volný <kvolny(a)redhat.com> 1.2.3-1
+- version bump to 1.2.3
+
* Mon Jun 04 2018 Karel Volný <kvolny(a)redhat.com> 1.2.2-1
- version bump to 1.2.2
diff --git a/sources b/sources
index dd7603f..4527a05 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-42e6a4cfc315ed893554c2df99ba1b4b qmmp-1.2.2.tar.bz2
+9656b1d37bc4f258467e67e32fa8f753 qmmp-1.2.3.tar.bz2
6 years, 4 months
[pyskool] Updated to upstream 1.2.1
by Leigh Scott
commit dbb97c8989ea6a7edf810245865383032bdf02c2
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Jul 25 15:17:32 2018 +0100
Updated to upstream 1.2.1
.gitignore | 1 +
pyskool.spec | 41 ++++++++++++++---------------------------
sources | 2 +-
3 files changed, 16 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1eaa1d5..bab8875 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
pyskool-1.2.tar.xz
+/pyskool-1.2.1.tar.xz
diff --git a/pyskool.spec b/pyskool.spec
index fd16ac8..155a582 100644
--- a/pyskool.spec
+++ b/pyskool.spec
@@ -1,26 +1,23 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-
Name: pyskool
-Version: 1.2
-Release: 5%{?dist}
+Version: 1.2.1
+Release: 1%{?dist}
Summary: Remakes of Skool Daze and Back to Skool
# Proprietary graphics from the original game are used
License: GPLv3+ and proprietary
URL: http://pyskool.ca
-Source0: http://pyskool.ca/downloads/%{name}/%{name}-%{version}.tar.xz
+Source0: %url/downloads/%{name}/%{name}-%{version}.tar.xz
Source1: skool_daze.desktop
Source2: back_to_skool.desktop
BuildArch: noarch
-BuildRequires: python-devel
+BuildRequires: python2-devel
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
Requires: hicolor-icon-theme
Requires: pygame
-
%description
The games are based in a boys’ school and revolved around the antics of Eric,
the hero.
@@ -39,12 +36,11 @@ mice, a frog and a girlfriend.
%build
-%{__python} setup.py build
+%{py2_build}
%install
-rm -rf %{buildroot}
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{py2_install}
# Install game data
install -d %{buildroot}%{_datadir}/%{name}
@@ -76,30 +72,16 @@ mkdir -p %{buildroot}%{_mandir}/man6/
install -p -m0644 man/man6/* %{buildroot}%{_mandir}/man6/
-%post
-touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-
-
-%postun
-if [ $1 -eq 0 ] ; then
- touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-
-
-%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
-
%files
%doc COPYING docs/*
+%license COPYING
%{_bindir}/ezad_looks.py
%{_bindir}/back_to_skool.py
%{_bindir}/skool_daze.py
%{_bindir}/skool_daze_take_too.py
%{_bindir}/back_to_skool_daze.py
-%{python_sitelib}/*
-%{_datadir}/%{name}
+%{python2_sitelib}/*
+%{_datadir}/%{name}/
%{_datadir}/applications/skool_daze.desktop
%{_datadir}/applications/back_to_skool.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
@@ -108,6 +90,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Wed Jul 25 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.2.1-1
+- Updated to upstream 1.2.1
+- Remove obsolete scriptlets
+- Update for python changes in F29
+
* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 1.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index b92730d..9c00192 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed07e8cdc01c19db4c8abc3ab5558eea pyskool-1.2.tar.xz
+8fb3eb9cb5a95e954b18611362141b80 pyskool-1.2.1.tar.xz
6 years, 4 months
[mythtv] Add unpacked file
by Leigh Scott
commit a10b995664e6daffc23cfff8309616764d0ae022
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Jul 25 13:55:23 2018 +0100
Add unpacked file
mythtv.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/mythtv.spec b/mythtv.spec
index 8d7c544..184820f 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -1175,6 +1175,7 @@ exit 0
%{_bindir}/mythcommflag
%{_bindir}/mythpreviewgen
%{_bindir}/mythtranscode
+%{_bindir}/mythwikiscripts
%{_bindir}/mythmetadatalookup
%{_bindir}/mythutil
%{_datadir}/mythtv/mythconverg*.pl
6 years, 4 months
[mythtv] Define python2 path to configure
by Leigh Scott
commit 851cc5351d8a3ba6873e9f1e29ba8dc128daa8dd
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Jul 25 10:59:36 2018 +0100
Define python2 path to configure
mythtv.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/mythtv.spec b/mythtv.spec
index 72ae52c..8d7c544 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -1012,6 +1012,7 @@ pushd mythplugins
--disable-mythnetvision \
%endif
--enable-opengl \
+ --python=%{__python2} \
--enable-fftw
make %{?_smp_mflags}
6 years, 4 months
[mythtv] Define python2 path to configure
by Leigh Scott
commit cb7775b58721a5deb276c85538c82e4276d70449
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Jul 25 09:56:11 2018 +0100
Define python2 path to configure
mythtv.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 82ce6dc..72ae52c 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -72,7 +72,7 @@
#
Name: mythtv
Version: 29.1
-Release: 20%{?rel_string}%{?dist}
+Release: 21%{?rel_string}%{?dist}
Summary: A digital video recorder (DVR) application
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -902,6 +902,7 @@ pushd mythtv
--disable-vaapi \
%endif
--enable-bdjava \
+ --python=%{__python2} \
--enable-libmp3lame \
--enable-libtheora --enable-libvorbis \
--enable-libx264 \
@@ -1396,6 +1397,9 @@ exit 0
%changelog
+* Wed Jul 25 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 29.1-21.30.20180709.g2a0dadb37c
+- Define python2 path to configure
+
* Sat Jul 21 2018 Richard Shaw <hobbes1069(a)gmail.com> - 29.1-20.30.20180709.g2a0dadb37c
- Update to v29.1.30.20180709.g2a0dadb37c from branch fixes/29
6 years, 4 months
[mpv/f28] Try again to fix man
by Leigh Scott
Summary of changes:
23ea9df... Try again to fix man (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 4 months