[tvheadend/f26] Update to 4.2.3
by Mohamed ElMorabity
commit 38aaf908a4d65c0cfe88e8ee03632718d7856c86
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Jul 3 17:41:58 2017 +0200
Update to 4.2.3
.gitignore | 1 +
sources | 2 +-
tvheadend.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 26fb9f6..04770d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/tvheadend-4.0.10.tar.gz
/tvheadend-4.2.1.tar.gz
/tvheadend-4.2.2.tar.gz
+/tvheadend-4.2.3.tar.gz
diff --git a/sources b/sources
index bc40375..3f16dc6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d3ec857b9d26764572eac0ebe5583081 tvheadend-4.2.2.tar.gz
+0d331c8600b6a1a536c184597ae44260 tvheadend-4.2.3.tar.gz
diff --git a/tvheadend.spec b/tvheadend.spec
index d775297..e3143d2 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -2,8 +2,8 @@
%global tvheadend_group video
Name: tvheadend
-Version: 4.2.2
-Release: 2%{?dist}.1
+Version: 4.2.3
+Release: 1%{?dist}
Summary: TV streaming server and digital video recorder
Group: Applications/Multimedia
@@ -137,6 +137,9 @@ exit 0
%changelog
+* Mon Jul 03 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.3-1
+- Update to 4.2.3
+
* Tue Jun 06 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.2-2.1
- Rebuild for hdhomerun update
7 years, 4 months
[xtables-addons] Clean-up
by Nicolas Chauvet
commit 7ba4a1be8a77dff53c50bf281453e6e274964242
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Jul 3 17:53:36 2017 +0200
Clean-up
xtables-addons.spec | 7 -------
1 file changed, 7 deletions(-)
---
diff --git a/xtables-addons.spec b/xtables-addons.spec
index dc515df..dc37df5 100644
--- a/xtables-addons.spec
+++ b/xtables-addons.spec
@@ -28,13 +28,6 @@ in the %{name}-kmod package. You must also install the
%prep
%setup -q -n %{name}-%{version}
./autogen.sh
-if [ ! -e /%{_lib}/xtables/libxt_CHECKSUM.so ]; then
- sed -i 's/build_CHECKSUM=/build_CHECKSUM=m/' mconfig
-fi
-if [ ! -e /%{_lib}/xtables/libxt_TEE.so ]; then
- sed -i 's/build_TEE=/build_TEE=m/' mconfig
-fi
-sed -i 's/build_ipset6=/build_ipset6=m/' mconfig
%build
%configure --without-kbuild
7 years, 4 months
[xtables-addons-kmod] Clean-up merge xt addons
by Nicolas Chauvet
commit dc3a911dc2bf84e636c57dfadc43d6a7b40b6115
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Jul 3 17:44:34 2017 +0200
Clean-up merge xt addons
xtables-addons-kmod.spec | 6 ------
1 file changed, 6 deletions(-)
---
diff --git a/xtables-addons-kmod.spec b/xtables-addons-kmod.spec
index 8e56dc5..f818ee8 100644
--- a/xtables-addons-kmod.spec
+++ b/xtables-addons-kmod.spec
@@ -46,12 +46,6 @@ done
%build
for kernel_version in %{?kernel_versions} ; do
- if ! grep -q 'XT_TARGET_TEE=m' %{_usrsrc}/kernels/${kernel_version%%___*}/.config; then
- sed -i 's/build_TEE=/build_TEE=m/' _kmod_build_${kernel_version%%___*}/mconfig
- fi
- if ! grep -q 'XT_TARGET_CHECKSUM=m' %{_usrsrc}/kernels/${kernel_version%%___*}/.config; then
- sed -i 's/build_CHECKSUM=/build_CHECKSUM=m/' _kmod_build_${kernel_version%%___*}/mconfig
- fi
export XA_ABSTOPSRCDIR=${PWD}/_kmod_build_${kernel_version%%___*}
make %{?_smp_mflags} V=1 -C "${kernel_version##*___}" M=${PWD}/_kmod_build_${kernel_version%%___*}/extensions modules
done
7 years, 4 months
[tvheadend] Update to 4.2.3
by Mohamed ElMorabity
commit 11277ea0473704f3eba4f9e6ce8f7c34afd4d02d
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Jul 3 17:41:58 2017 +0200
Update to 4.2.3
.gitignore | 1 +
sources | 2 +-
tvheadend.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 26fb9f6..04770d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/tvheadend-4.0.10.tar.gz
/tvheadend-4.2.1.tar.gz
/tvheadend-4.2.2.tar.gz
+/tvheadend-4.2.3.tar.gz
diff --git a/sources b/sources
index bc40375..3f16dc6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d3ec857b9d26764572eac0ebe5583081 tvheadend-4.2.2.tar.gz
+0d331c8600b6a1a536c184597ae44260 tvheadend-4.2.3.tar.gz
diff --git a/tvheadend.spec b/tvheadend.spec
index ec52a02..eaafd69 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -2,8 +2,8 @@
%global tvheadend_group video
Name: tvheadend
-Version: 4.2.2
-Release: 2%{?dist}
+Version: 4.2.3
+Release: 1%{?dist}
Summary: TV streaming server and digital video recorder
Group: Applications/Multimedia
@@ -137,6 +137,9 @@ exit 0
%changelog
+* Mon Jul 03 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.3-1
+- Update to 4.2.3
+
* Thu Jun 01 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.2-2
- Fix system DTV scan tables path
7 years, 4 months
[xtables-addons-kmod] Update to 2.13
by Nicolas Chauvet
commit e487cc1c1ae2491e1bf7cc5e0df864e43ff1ffdb
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Jul 3 17:37:35 2017 +0200
Update to 2.13
sources | 2 +-
xtables-addons-kmod.spec | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index da586c0..7e187ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aed5ce0873709ac243f1177fc81ff452 xtables-addons-2.12.tar.xz
+be20b0b9c4b001b364431a836e361d33 xtables-addons-2.13.tar.xz
diff --git a/xtables-addons-kmod.spec b/xtables-addons-kmod.spec
index 87296ca..8e56dc5 100644
--- a/xtables-addons-kmod.spec
+++ b/xtables-addons-kmod.spec
@@ -10,8 +10,8 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
-Version: 2.12
-Release: 2%{?dist}
+Version: 2.13
+Release: 1%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -68,6 +68,9 @@ done
rm -rf %{buildroot}
%changelog
+* Mon Jul 03 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2.13-1
+- Update to 2.13
+
* Tue Mar 21 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 2.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7 years, 4 months
[xtables-addons] Update to 2.13
by Nicolas Chauvet
commit ab3a22f3eb60aa1f3f7cacd5ea2b07a2d8f62a28
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Jul 3 17:36:00 2017 +0200
Update to 2.13
sources | 2 +-
xtables-addons.spec | 13 +++++++++----
2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/sources b/sources
index da586c0..7e187ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aed5ce0873709ac243f1177fc81ff452 xtables-addons-2.12.tar.xz
+be20b0b9c4b001b364431a836e361d33 xtables-addons-2.13.tar.xz
diff --git a/xtables-addons.spec b/xtables-addons.spec
index 3a30ca2..dc515df 100644
--- a/xtables-addons.spec
+++ b/xtables-addons.spec
@@ -1,12 +1,14 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
-Version: 2.12
-Release: 3%{?dist}
+Version: 2.13
+Release: 1%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
Group: System Environment/Base
URL: http://xtables-addons.sourceforge.net
Source0: http://dl.sourceforge.net/xtables-addons/Xtables-addons/xtables-addons-%{...
+
+BuildRequires: gcc
BuildRequires: iptables-devel >= 1.4.5
BuildRequires: autoconf automake libtool
Provides: %{name}-kmod-common = %{version}
@@ -37,10 +39,10 @@ sed -i 's/build_ipset6=/build_ipset6=m/' mconfig
%build
%configure --without-kbuild
-make V=1 %{?_smp_mflags}
+%make_build V=1
%install
-make DESTDIR=%{buildroot} install
+%make_install
# We add xt_geoip database scripts manually
rm -rf %{buildroot}%{_libexecdir}
@@ -59,6 +61,9 @@ rm -f %{buildroot}%{_libdir}/*.{la,so}
%{_mandir}/man?/*
%changelog
+* Mon Jul 03 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2.13-1
+- Update to 2.13
+
* Tue Mar 21 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 2.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7 years, 4 months
[pianobar] Add libcurl-devel as a build requirement.
by Richard Shaw
commit 2828ff14f789b1711d2ba9fb204690f8568e89dd
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Sun Jul 2 10:18:52 2017 -0500
Add libcurl-devel as a build requirement.
pianobar.spec | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/pianobar.spec b/pianobar.spec
index b4c14ab..d5ce143 100644
--- a/pianobar.spec
+++ b/pianobar.spec
@@ -9,6 +9,7 @@ Source0: https://6xq.net/pianobar/%{name}-%{version}.tar.bz2
BuildRequires: gnutls-devel
BuildRequires: libao-devel
+BuildRequires: libcurl-devel
BuildRequires: libmad-devel
BuildRequires: libgcrypt-devel
BuildRequires: json-c-devel
@@ -33,11 +34,9 @@ Features
%prep
%autosetup
touch configure
-chmod +x configure
%build
-%configure
make %{?_smp_mflags} V=1
7 years, 4 months
[pianobar] Initial import (RFBZ #3328).
by Richard Shaw
commit 4b40697cf8522c9d348bbfe0d117f44e243ac94a
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Sun Jul 2 09:22:58 2017 -0500
Initial import (RFBZ #3328).
.gitignore | 1 +
pianobar.spec | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 65 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6f84e36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pianobar-2016.06.02.tar.bz2
diff --git a/pianobar.spec b/pianobar.spec
new file mode 100644
index 0000000..b4c14ab
--- /dev/null
+++ b/pianobar.spec
@@ -0,0 +1,63 @@
+Name: pianobar
+Version: 2016.06.02
+Release: 2%{?dist}
+Summary: Console-based client for Pandora
+
+License: MIT
+URL: http://6xq.net/pianobar/
+Source0: https://6xq.net/pianobar/%{name}-%{version}.tar.bz2
+
+BuildRequires: gnutls-devel
+BuildRequires: libao-devel
+BuildRequires: libmad-devel
+BuildRequires: libgcrypt-devel
+BuildRequires: json-c-devel
+BuildRequires: faad2-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: libmad-devel
+
+
+%description
+pianobar is a free/open-source, console-based client for the personalized online
+radio Pandora.
+
+Features
+* play and manage (create, add more music, delete, rename, ...) stations
+* rate songs and explain why they have been selected
+* upcoming songs/song history
+* customize keybindings and text output
+* remote control and eventcmd interface (send tracks to last.fm, for example)
+* proxy support for listeners outside the USA
+
+
+%prep
+%autosetup
+touch configure
+chmod +x configure
+
+
+%build
+%configure
+make %{?_smp_mflags} V=1
+
+
+%install
+%make_install PREFIX=%{_prefix}
+
+
+%files
+%doc ChangeLog README.md
+%license COPYING
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
+
+
+%changelog
+* Wed May 24 2017 Richard Shaw <hobbes1069(a)gmail.com> - 2016.06.02-2
+- Use configure so linker flags are utilized.
+
+* Thu Jul 21 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2016.06.02-1
+- Update to latest upstream release.
+
+* Fri Feb 1 2013 Richard Shaw <hobbes1069(a)gmail.com> - 2013.09.15-1
+- Initial packaging.
diff --git a/sources b/sources
index e69de29..ecaa7e6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0fc71e7cd3840db43943dde60a781227 pianobar-2016.06.02.tar.bz2
7 years, 4 months