[mythweb] v0.28-rc1 already support mysqli, https://code.mythtv.org/trac/ticket/12588
by Sérgio M. Basto
commit 3e7e87c1573be5e140d231a2e0c60acf12360ccc
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 9 00:36:05 2016 +0100
v0.28-rc1 already support mysqli, https://code.mythtv.org/trac/ticket/12588
Requires php-mysqli, because in php7, "php-mysql" package and "mysql.so"
extension have been removed.
mythweb.spec | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/mythweb.spec b/mythweb.spec
index e74303e..e714b55 100644
--- a/mythweb.spec
+++ b/mythweb.spec
@@ -5,7 +5,7 @@ Summary: The web interface to MythTV
URL: http://www.mythtv.org/
Version: 0.28
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2 and LGPLv2 and MIT
@@ -24,7 +24,7 @@ Patch0: mythweb-0.28-fixes.patch
Requires: httpd
Requires: php >= 5.1
-Requires: php-mysql
+Requires: php-mysqli
Requires: php-process
Requires: php-MythTV >= %{version}
Requires: mythffmpeg
@@ -102,6 +102,11 @@ fi
%changelog
+* Thu Sep 08 2016 Sérgio Basto <sergio(a)serjux.com> - 0.28-2
+- v0.28-rc1 already support mysqli, https://code.mythtv.org/trac/ticket/12588
+ Requires php-mysqli, because in php7, "php-mysql" package and "mysql.so"
+ extension have been removed.
+
* Tue May 3 2016 Richard Shaw <hobbes1069(a)gmail.com> - 0.28-2
- Update to latest fixes.
@@ -142,7 +147,7 @@ fi
* Fri Aug 23 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.26.1-1
- Update to latest upstream version.
-* Mon Aug 13 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.26.0-5
+* Tue Aug 13 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.26.0-5
- Update to latest fixes.
- Patch for NoTrans issue with php in Fedora 19 and up. (Fixes #2856)
8 years, 2 months
[qmmp-plugins-freeworld] Sync to 1.1.2
by Sérgio M. Basto
commit 6355a8274e426c002973a73b405eee157c02907b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 9 00:14:53 2016 +0100
Sync to 1.1.2
.gitignore | 1 +
qmmp-plugins-freeworld.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 93a945a..5067576 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ qmmp-0.9.5.tar.bz2
qmmp-0.9.6.tar.bz2
/qmmp-1.1.0.tar.bz2
/qmmp-1.1.1.tar.bz2
+/qmmp-1.1.2.tar.bz2
diff --git a/qmmp-plugins-freeworld.spec b/qmmp-plugins-freeworld.spec
index 14aad40..2e86680 100644
--- a/qmmp-plugins-freeworld.spec
+++ b/qmmp-plugins-freeworld.spec
@@ -1,6 +1,6 @@
Name: qmmp-plugins-freeworld
-Version: 1.1.1
-Release: 2%{?dist}
+Version: 1.1.2
+Release: 1%{?dist}
Summary: Plugins for qmmp (Qt-based multimedia player)
Group: Applications/Multimedia
@@ -184,6 +184,9 @@ fi
%changelog
+* Thu Sep 08 2016 Sérgio Basto <sergio(a)serjux.com> - 1.1.2-1
+- Sync to 1.1.2
+
* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1.1-2
- Rebuilt for ffmpeg-3.1.1
diff --git a/sources b/sources
index 21f4a87..e8fee78 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9931bd1d6f92f75582f947c2144b695b qmmp-1.1.1.tar.bz2
+d6d9f815ee8a9d19452d0edb94729c96 qmmp-1.1.2.tar.bz2
8 years, 2 months
[xtables-addons] Rebuild for iptables soname bump
by Sérgio M. Basto
commit 4ea1b6dbaf0980e1aeaae3019a480b86a5632cf5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 9 00:01:43 2016 +0100
Rebuild for iptables soname bump
xtables-addons.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xtables-addons.spec b/xtables-addons.spec
index c48394f..c152f7e 100644
--- a/xtables-addons.spec
+++ b/xtables-addons.spec
@@ -1,7 +1,7 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
Version: 2.11
-Release: 1%{?dist}
+Release: 2%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
Group: System Environment/Base
@@ -59,6 +59,9 @@ rm -f %{buildroot}%{_libdir}/*.{la,so}
%{_mandir}/man?/*
%changelog
+* Thu Sep 08 2016 Sérgio Basto <sergio(a)serjux.com> - 2.11-2
+- Rebuild for iptables soname bump
+
* Wed Jun 22 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 2.11-1
- Update to 2.11
8 years, 2 months
[mythtv] Rebuild again, previous perl-MythTV-0.28-4 does not provide perl(MythTV) !
by Sérgio M. Basto
commit d68cd7e7c0dd4dce4bdf3fc69d1fe3d6f20d98d8
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Sep 8 23:56:38 2016 +0100
Rebuild again, previous perl-MythTV-0.28-4 does not provide perl(MythTV) !
mythtv.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index a831db1..5aa604c 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -80,9 +80,9 @@ URL: http://www.mythtv.org/
# Version/Release info
Version: 0.28
%if "%{branch}" == "master"
-Release: 0.2.git.%{_gitrev}%{?dist}
+Release: 0.3.git.%{_gitrev}%{?dist}
%else
-Release: 4%{?dist}
+Release: 5%{?dist}
%endif
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -1394,6 +1394,9 @@ fi
%changelog
+* Thu Sep 08 2016 Sérgio Basto <sergio(a)serjux.com> - 0.28-5
+- Rebuild again, previous perl-MythTV-0.28-4 does not provide perl(MythTV) !
+
* Mon Aug 01 2016 Sérgio Basto <sergio(a)serjux.com> - 0.28-4
-
https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_...
8 years, 2 months
[dvdstyler/f24] (4 commits) ...rfpkg new-sources DVDStyler-3.0.2.tar.bz2
by Sérgio M. Basto
Summary of changes:
d81abf2... Update DVDStyler to 3.0.2beta3 (*)
2b7eda1... Remove BR:libgnomeui-devel (*)
108caf8... New upstream release 3.0.2 (*)
decf37e... rfpkg new-sources DVDStyler-3.0.2.tar.bz2 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months