[mpd] fix build
by Leigh Scott
commit b69391b24224a56f396d4269350506111a2fc175
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Jan 29 07:50:24 2018 +0000
fix build
libcdio2_buildfix.patch | 12 ++++++++++++
mpd.spec | 2 ++
2 files changed, 14 insertions(+)
---
diff --git a/libcdio2_buildfix.patch b/libcdio2_buildfix.patch
new file mode 100644
index 0000000..24e1491
--- /dev/null
+++ b/libcdio2_buildfix.patch
@@ -0,0 +1,12 @@
+--- a/src/archive/plugins/Iso9660ArchivePlugin.cxx
++++ b/src/archive/plugins/Iso9660ArchivePlugin.cxx
+@@ -115,7 +115,7 @@
+ visitor.VisitArchiveEntry(path + 1);
+ }
+ }
+- _cdio_list_free (entlist, true);
++ _cdio_list_free (entlist, true, NULL);
+ }
+
+ static ArchiveFile *
+
diff --git a/mpd.spec b/mpd.spec
index d4930fc..80382bb 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -33,6 +33,7 @@ Source2: mpd.logrotate
Source3: mpd.tmpfiles.d
Patch0: mpd-0.18-mpdconf.patch
Patch1: mpd-0.20-remove_NoNewPrivileges.patch
+Patch2: libcdio2_buildfix.patch
BuildRequires: alsa-lib-devel
BuildRequires: audiofile-devel
@@ -91,6 +92,7 @@ browsing and playing your MPD music collection.
%setup -q -n %{name}-%{version}
%patch0 -p0
%patch1 -p1
+%patch2 -p1
# There is no libsystemd-daemon in F25
sed -i -e 's@libsystemd-daemon@libsystemd@g' configure.ac
sed -i -e 's@ -lresid-builder@@g' configure.ac
6 years, 9 months
[smplayer/f27: 3/3] more stuff to update_smplayer.txt
by Sérgio M. Basto
commit 449873596bf0d5982640989fb758589148230367
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Jan 29 05:38:16 2018 +0000
more stuff to update_smplayer.txt
update_smplayer.txt | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/update_smplayer.txt b/update_smplayer.txt
index 2eab205..e649da7 100755
--- a/update_smplayer.txt
+++ b/update_smplayer.txt
@@ -3,7 +3,13 @@ stube_ver=18.1.0
themes_ver=17.3.0
skins_ver=15.2.0
-git pull && rpmdev-bumpspec -n $version -c "Update smplayer to $version" smplayer.spec
+git pull
+
+sed -i "s|^%define vers_string .*|%define vers_string $newdescrib|" mythtv.spec
+sed -i "s|^%define rel_string .*|%define rel_string $relversion|" mythtv.spec
+sed -i "s|^%define githash .*|%define githash $githash|" mythtv.spec
+
+rpmdev-bumpspec -n $version -c "Update smplayer to $version" smplayer.spec
spectool -g smplayer.spec
rfpkg new-sources ./smplayer-$version.tar.bz2 ./smtube-$stube_ver.tar.bz2 ./smplayer-themes-$themes_ver.tar.bz2 ./smplayer-skins-$skins_ver.tar.bz2
rfpkg ci -c && git show
6 years, 9 months
[smplayer/f27] (3 commits) ...more stuff to update_smplayer.txt
by Sérgio M. Basto
Summary of changes:
bb45b87... Update update_smplayer.txt (*)
2cc7490... Update smplayer to 18.2.0 and smtube to 18.1.0 (*)
4498735... more stuff to update_smplayer.txt
(*) This commit already existed in another branch; no separate mail sent
6 years, 9 months
[smplayer] Update smplayer to 18.2.0 and smtube to 18.1.0
by Sérgio M. Basto
commit 2cc7490f0d8d37b390e167ad2789c9754355432a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Jan 29 04:44:51 2018 +0000
Update smplayer to 18.2.0 and smtube to 18.1.0
.gitignore | 2 ++
smplayer.spec | 7 +++++--
sources | 4 ++--
update_smplayer.txt | 6 +++---
4 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53f9556..724175d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,5 @@ smtube-16.3.0.tar.bz2
/smplayer-17.11.2.tar.bz2
/smplayer-17.12.0.tar.bz2
/smplayer-18.1.0.tar.bz2
+/smplayer-18.2.0.tar.bz2
+/smtube-18.1.0.tar.bz2
diff --git a/smplayer.spec b/smplayer.spec
index 487781d..8080ad2 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -1,6 +1,6 @@
Name: smplayer
-Version: 18.1.0
-%global smtube_ver 17.5.0
+Version: 18.2.0
+%global smtube_ver 18.1.0
%global smplayer_themes_ver 17.3.0
%global smplayer_skins_ver 15.2.0
Release: 1%{?dist}
@@ -208,6 +208,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Mon Jan 29 2018 Sérgio Basto <sergio(a)serjux.com> - 18.2.0-1
+- Update smplayer to 18.2.0 and smtube to 18.1.0
+
* Wed Jan 10 2018 Sérgio Basto <sergio(a)serjux.com> - 18.1.0-1
- Update smplayer to 18.1.0
diff --git a/sources b/sources
index 29f4b13..1555086 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-58ce1dbff0545f8f542c61c00940ae8b smplayer-18.1.0.tar.bz2
-edfc9a47bb302b4af6089b152f815d15 smtube-17.5.0.tar.bz2
+23539b7c73feac84cc9636e19d0d8a98 smplayer-18.2.0.tar.bz2
+ff53e6549082a84cedf66fc8441c9a99 smtube-18.1.0.tar.bz2
33c063c5a80c5b1625f51ddbb7bfd3a1 smplayer-themes-17.3.0.tar.bz2
57e165cf9a95808fafd179e5322b7f15 smplayer-skins-15.2.0.tar.bz2
diff --git a/update_smplayer.txt b/update_smplayer.txt
index f725aa3..2eab205 100755
--- a/update_smplayer.txt
+++ b/update_smplayer.txt
@@ -1,12 +1,12 @@
-version=18.1.0
-stube_ver=17.5.0
+version=18.2.0
+stube_ver=18.1.0
themes_ver=17.3.0
skins_ver=15.2.0
git pull && rpmdev-bumpspec -n $version -c "Update smplayer to $version" smplayer.spec
spectool -g smplayer.spec
rfpkg new-sources ./smplayer-$version.tar.bz2 ./smtube-$stube_ver.tar.bz2 ./smplayer-themes-$themes_ver.tar.bz2 ./smplayer-skins-$skins_ver.tar.bz2
-rfpkg clog && rfpkg commit -F clog && /bin/rm clog && git show
+rfpkg ci -c && git show
echo Press enter to continue; read dummy;
rfpkg push && rfpkg build --nowait
echo Press enter to continue; read dummy;
6 years, 9 months
[game-data-packager] new upstream release
by Alexandre Detiste
commit 734a11be760b97496bdc1a19ff24bfd88ade005a
Author: Alexandre Detiste <alexandre.detiste(a)gmail.com>
Date: Sun Jan 28 19:05:38 2018 +0100
new upstream release
.gitignore | 1 +
game-data-packager.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f081554..3f22753 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/game-data-packager_55.tar.xz
/game-data-packager_56.tar.xz
/game-data-packager_57.tar.xz
+/game-data-packager_58.tar.xz
diff --git a/game-data-packager.spec b/game-data-packager.spec
index 698720b..6e4b5f7 100644
--- a/game-data-packager.spec
+++ b/game-data-packager.spec
@@ -18,7 +18,7 @@
%endif
Name: game-data-packager
-Version: 57
+Version: 58
Release: 1%{?gver}%{?dist}
Summary: Installer for game data files
License: GPLv2 and GPLv2+
@@ -128,6 +128,9 @@ rm -v $RPM_BUILD_ROOT/usr/share/man/man6/quake*.6
%license COPYING
%changelog
+* Sun Jan 28 2018 Alexandre Detiste <alexandre.detiste(a)gmail.com> - 58-1
+- New upstream release
+
* Wed Jan 17 2018 Alexandre Detiste <alexandre.detiste(a)gmail.com> - 57-1
- New upstream release
diff --git a/sources b/sources
index 1cdb4dc..3c0c6c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c623cab7d1e40b5c341eb8385794d806 game-data-packager_57.tar.xz
+dfbdbbeb940329ca9c25b763ce6c5e4e game-data-packager_58.tar.xz
6 years, 9 months
[mpd] Update sig
by Nicolas Chauvet
commit ea0bd66479a72ab1396aa7af7418737e76f79988
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Jan 28 17:44:19 2018 +0100
Update sig
sources | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/sources b/sources
index 1b31205..a9902d8 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
+98a6746e7ccd7de280e6f409c65ca569 mpd-0.20.15.tar.xz.sig
16b6723aef1fc4c202d55ae93805fca7 mpd-0.20.15.tar.xz
6 years, 9 months
[mpd] Update to 0.20.15
by Nicolas Chauvet
commit 8d1e5d5c6db44812a639039929adcf38bf1899d5
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Jan 28 17:33:23 2018 +0100
Update to 0.20.15
mpd.spec | 7 +++++--
sources | 3 +--
2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index 9455ba7..d4930fc 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -16,8 +16,8 @@
Name: mpd
Epoch: 1
-Version: 0.20.10
-Release: 5%{?dist}
+Version: 0.20.15
+Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
Group: Applications/Multimedia
@@ -188,6 +188,9 @@ fi
%changelog
+* Sun Jan 28 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 1:0.20.15-1
+- Update to 0.20.15
+
* Sun Jan 28 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 1:0.20.10-5
- Rebuilt for libcdio
diff --git a/sources b/sources
index 0dbe5ba..1b31205 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-11bbfb51d3b5ea5b40834a1aa70974b2 mpd-0.20.10.tar.xz.sig
-22372b6e8df4c3b00191f809a8fce2be mpd-0.20.10.tar.xz
+16b6723aef1fc4c202d55ae93805fca7 mpd-0.20.15.tar.xz
6 years, 9 months
[mplayer] Rebuilt
by Nicolas Chauvet
commit 4aa8063bae42b03993787b1cbc1000fe0e645500
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Jan 28 15:56:15 2018 +0100
Rebuilt
mplayer.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mplayer.spec b/mplayer.spec
index fdd5c84..a4ead7f 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -7,9 +7,9 @@
Name: mplayer
Version: 1.3.0
%if 0%{?svn}
-Release: 16.%{?pre}%{?dist}
+Release: 17.%{?pre}%{?dist}
%else
-Release: 16%{?dist}
+Release: 17%{?dist}
%endif
Summary: Movie player playing most video formats and DVDs
@@ -383,6 +383,9 @@ update-desktop-database &>/dev/null || :
%{_datadir}/mplayer/*.fp
%changelog
+* Sun Jan 28 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 1.3.0-17.20180119svn
+- Rebuilt for libcdio
+
* Fri Jan 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.3.0-16.20180119svn
- Update to latest svn
6 years, 9 months