[motion/el7] (3 commits) ...Update to 4.3.0.
by Vasiliy Glazov
Summary of changes:
2fbe569... Rebuild for new ffmpeg version (*)
9c803c4... Enable LTO. (*)
403da4a... Update to 4.3.0. (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[motion/el8] Update to 4.3.0.
by Vasiliy Glazov
Summary of changes:
403da4a... Update to 4.3.0. (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[motion/f30] Update to 4.3.0.
by Vasiliy Glazov
Summary of changes:
403da4a... Update to 4.3.0. (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[motion/f31] Update to 4.3.0.
by Vasiliy Glazov
Summary of changes:
403da4a... Update to 4.3.0. (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[motion] Update to 4.3.0.
by Vasiliy Glazov
commit 403da4ad9798db81c707b8fd0a03be55cb371621
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue Jan 14 12:17:43 2020 +0300
Update to 4.3.0.
.gitignore | 1 +
motion.spec | 29 ++++++++++++++++-------------
sources | 2 +-
3 files changed, 18 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0d94cbb..32668c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ motion-3.3.0.tar.gz
/motion-release-4.1.tar.gz
/motion-release-4.1.1.tar.gz
/motion-release-4.2.2.tar.gz
+/motion-release-4.3.0.tar.gz
diff --git a/motion.spec b/motion.spec
index 299882c..9080012 100644
--- a/motion.spec
+++ b/motion.spec
@@ -25,13 +25,13 @@
%global build_ldflags %{build_ldflags} -flto
Name: motion
-Version: 4.2.2
-Release: 4%{?dist}
+Version: 4.3.0
+Release: 1%{?dist}
Summary: A motion detection system
License: GPLv2+
URL: https://motion-project.github.io/
-Source0: https://github.com/Motion-Project/motion/archive/release-%{version}.tar.g...
+Source0: https://github.com/Motion-Project/motion/archive/Release-%{version}.tar.g...
Source1: motion.service
Source2: motion.tmpfiles
@@ -45,6 +45,7 @@ BuildRequires: libtool
BuildRequires: systemd-units
BuildRequires: libmicrohttpd-devel
BuildRequires: libwebp-devel
+BuildRequires: gettext-devel
# libmysqlclient-dev (>= 5.5.17-4),
# libpq-dev,
# libsdl1.2-dev,
@@ -66,8 +67,8 @@ with a rather small footprint. This version is built with ffmpeg support but
without MySQL and PostgreSQL support.
%prep
-%autosetup -p1 -n %{name}-release-%{version}
-autoreconf -v
+%autosetup -p1 -n %{name}-Release-%{version}
+autoreconf -fiv
%build
export AR=%{_bindir}/gcc-ar
@@ -93,8 +94,6 @@ mv %{buildroot}%{_sysconfdir}/%{name}/camera3-dist.conf %{buildroot}%{_sysconfdi
mv %{buildroot}%{_sysconfdir}/%{name}/camera4-dist.conf %{buildroot}%{_sysconfdir}/%{name}/camera4.conf
#Delete doc directory
rm -rf %{buildroot}%{_datadir}/doc
-#Remove init files
-rm %{buildroot}%{_datadir}/%{name}/examples/motion.init-*
#We change the PID file path to match the one in the startup script
sed -i 's|/var/run/motion/motion.pid|/var/run/motion.pid|g' %{buildroot}%{_sysconfdir}/%{name}/motion.conf
#We set the log file and target directory - logging is for 3.3 branch
@@ -107,6 +106,8 @@ install -D -m 0755 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf
#We remove versioned docs
rm -rf %{buildroot}%{_docdir}/%{name}-%{version}
+%find_lang %{name}
+
%pre
getent passwd motion >/dev/null || \
useradd -r -g video -d /run/motion -s /sbin/nologin \
@@ -129,18 +130,20 @@ exit 0
# ownership at the same time as we switch to running as user
find /var/motion -user root -group root -exec chown motion:video '{}' ';'
-%files
-%doc CHANGELOG CREDITS README.md motion_guide.html *.jpg *.png
-%license COPYING
+%files -f %{name}.lang
+%doc doc/CHANGELOG doc/CREDITS README.md doc/motion_guide.html doc/*.jpg doc/*.png
+%license doc/COPYING
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*.conf
-%{_bindir}/motion
-%{_datadir}/%{name}/
-%{_mandir}/man1/motion.1*
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
%{_unitdir}/%{name}.service
%{_tmpfilesdir}/%{name}.conf
%changelog
+* Tue Jan 14 2020 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.3.0-1
+- Update to 4.3.0
+
* Thu Nov 07 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.2.2-4
- Enable LTO
diff --git a/sources b/sources
index cc32b5d..47688bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6986e44b6bf294a2d4f07f85595275e0 motion-release-4.2.2.tar.gz
+SHA512 (motion-release-4.3.0.tar.gz) = 9d90a1603a498c6b2394ce6d3004bd1d5982708ecf184e722dade10e3a514fcb7a0a58520de492f18920630e3f8b3a6463aa3f1a51f142ddd88b9bf70bd41ded
4 years, 10 months
[unifi/el8] Update to 5.12.0.
by Richard Shaw
Summary of changes:
4154a61... Update to 5.12.0. (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[kodi-pvr-wmc/f30] Update to 2.4.5
by Mohamed ElMorabity
commit 5ffdff87184073f4d10f106ff9bd9bbc5b70b575
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Jan 13 17:37:09 2020 +0100
Update to 2.4.5
.gitignore | 1 +
kodi-pvr-wmc.spec | 16 ++++++++--------
sources | 2 +-
3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a77abc3..9af1ada 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/kodi-pvr-wmc-6bf36aa.tar.gz
/pvr.wmc-e0a9190.tar.gz
/pvr.wmc-292a819.tar.gz
+/pvr.wmc-2.4.5.tar.gz
diff --git a/kodi-pvr-wmc.spec b/kodi-pvr-wmc.spec
index b7bb3e4..ab44468 100644
--- a/kodi-pvr-wmc.spec
+++ b/kodi-pvr-wmc.spec
@@ -1,21 +1,18 @@
-%global commit 292a819f22189706473535e7c390d77a6c5d5cd7
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global commitdate 20180825
-
%global kodi_addon pvr.wmc
%global kodi_version 18.0
+%global kodi_codename Leia
Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 2.3.3
-Release: 3%{?dist}
+Version: 2.4.5
+Release: 1%{?dist}
Summary: WMC PVR for Kodi
License: GPLv2+
URL: https://github.com/kodi-pvr/%{kodi_addon}/
-Source0: https://github.com/kodi-pvr/%{kodi_addon}/archive/%{shortcommit}/%{kodi_a...
+Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
@@ -30,7 +27,7 @@ ExcludeArch: %{power64} ppc64le
%prep
-%autosetup -n %{kodi_addon}-%{commit}
+%autosetup -n %{kodi_addon}-%{version}-%{kodi_codename}
%build
@@ -49,6 +46,9 @@ ExcludeArch: %{power64} ppc64le
%changelog
+* Mon Jan 13 2020 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:2.4.5-1
+- Update to 2.4.5
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1:2.3.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index 3c359bb..56f3dfb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-933e3c6edcb390b841683189516cd64a pvr.wmc-292a819.tar.gz
+SHA512 (pvr.wmc-2.4.5.tar.gz) = d3c7abdd99190bfe5dda191d2811db8879ad916d6083042f9c84f30c8a0ad2a2694141df33ad1c7624387e4488c7aa2853c0fd84dce4f3c75b1897c256ca6154
4 years, 10 months
[kodi-pvr-wmc/f31] Update to 2.4.5
by Mohamed ElMorabity
commit b78670d3a414a51e10572da3e17e53fc5a0ae102
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Jan 13 17:37:09 2020 +0100
Update to 2.4.5
.gitignore | 1 +
kodi-pvr-wmc.spec | 16 ++++++++--------
sources | 2 +-
3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a77abc3..9af1ada 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/kodi-pvr-wmc-6bf36aa.tar.gz
/pvr.wmc-e0a9190.tar.gz
/pvr.wmc-292a819.tar.gz
+/pvr.wmc-2.4.5.tar.gz
diff --git a/kodi-pvr-wmc.spec b/kodi-pvr-wmc.spec
index 2b32c5d..ea59247 100644
--- a/kodi-pvr-wmc.spec
+++ b/kodi-pvr-wmc.spec
@@ -1,21 +1,18 @@
-%global commit 292a819f22189706473535e7c390d77a6c5d5cd7
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global commitdate 20180825
-
%global kodi_addon pvr.wmc
%global kodi_version 18.0
+%global kodi_codename Leia
Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 2.3.3
-Release: 4%{?dist}
+Version: 2.4.5
+Release: 1%{?dist}
Summary: WMC PVR for Kodi
License: GPLv2+
URL: https://github.com/kodi-pvr/%{kodi_addon}/
-Source0: https://github.com/kodi-pvr/%{kodi_addon}/archive/%{shortcommit}/%{kodi_a...
+Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
@@ -30,7 +27,7 @@ ExcludeArch: %{power64} ppc64le
%prep
-%autosetup -n %{kodi_addon}-%{commit}
+%autosetup -n %{kodi_addon}-%{version}-%{kodi_codename}
%build
@@ -49,6 +46,9 @@ ExcludeArch: %{power64} ppc64le
%changelog
+* Mon Jan 13 2020 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:2.4.5-1
+- Update to 2.4.5
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1:2.3.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index 3c359bb..56f3dfb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-933e3c6edcb390b841683189516cd64a pvr.wmc-292a819.tar.gz
+SHA512 (pvr.wmc-2.4.5.tar.gz) = d3c7abdd99190bfe5dda191d2811db8879ad916d6083042f9c84f30c8a0ad2a2694141df33ad1c7624387e4488c7aa2853c0fd84dce4f3c75b1897c256ca6154
4 years, 10 months
[kodi-pvr-wmc] Update to 2.4.5
by Mohamed ElMorabity
commit e96e04eca2ec331ad65c2805c67e7ea767b2f9c2
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Jan 13 17:37:09 2020 +0100
Update to 2.4.5
.gitignore | 1 +
kodi-pvr-wmc.spec | 16 ++++++++--------
sources | 2 +-
3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a77abc3..9af1ada 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/kodi-pvr-wmc-6bf36aa.tar.gz
/pvr.wmc-e0a9190.tar.gz
/pvr.wmc-292a819.tar.gz
+/pvr.wmc-2.4.5.tar.gz
diff --git a/kodi-pvr-wmc.spec b/kodi-pvr-wmc.spec
index 2b32c5d..ea59247 100644
--- a/kodi-pvr-wmc.spec
+++ b/kodi-pvr-wmc.spec
@@ -1,21 +1,18 @@
-%global commit 292a819f22189706473535e7c390d77a6c5d5cd7
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global commitdate 20180825
-
%global kodi_addon pvr.wmc
%global kodi_version 18.0
+%global kodi_codename Leia
Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 2.3.3
-Release: 4%{?dist}
+Version: 2.4.5
+Release: 1%{?dist}
Summary: WMC PVR for Kodi
License: GPLv2+
URL: https://github.com/kodi-pvr/%{kodi_addon}/
-Source0: https://github.com/kodi-pvr/%{kodi_addon}/archive/%{shortcommit}/%{kodi_a...
+Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
@@ -30,7 +27,7 @@ ExcludeArch: %{power64} ppc64le
%prep
-%autosetup -n %{kodi_addon}-%{commit}
+%autosetup -n %{kodi_addon}-%{version}-%{kodi_codename}
%build
@@ -49,6 +46,9 @@ ExcludeArch: %{power64} ppc64le
%changelog
+* Mon Jan 13 2020 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:2.4.5-1
+- Update to 2.4.5
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1:2.3.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index 3c359bb..56f3dfb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-933e3c6edcb390b841683189516cd64a pvr.wmc-292a819.tar.gz
+SHA512 (pvr.wmc-2.4.5.tar.gz) = d3c7abdd99190bfe5dda191d2811db8879ad916d6083042f9c84f30c8a0ad2a2694141df33ad1c7624387e4488c7aa2853c0fd84dce4f3c75b1897c256ca6154
4 years, 10 months
[kodi-pvr-vdr-vnsi/f30] Update to 3.6.3
by Mohamed ElMorabity
commit 5523b94dea1dbb74d0ad1b3594ad9b2eae4a4c21
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Jan 13 17:04:59 2020 +0100
Update to 3.6.3
kodi-pvr-vdr-vnsi.spec | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/kodi-pvr-vdr-vnsi.spec b/kodi-pvr-vdr-vnsi.spec
index 72ffedf..1769ef0 100644
--- a/kodi-pvr-vdr-vnsi.spec
+++ b/kodi-pvr-vdr-vnsi.spec
@@ -1,28 +1,29 @@
-%global commit 129aa393769ca97b7da2d575db4509522ff0929b
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global commitdate 20180722
-
%global kodi_addon pvr.vdr.vnsi
%global kodi_version 18.0
+%global kodi_codename Leia
Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 3.6.0
-Release: 3%{?dist}
+Version: 3.6.3
+Release: 1%{?dist}
Summary: VDR PVR for Kodi
License: GPLv2+
-URL: https://github.com/FernetMenta/%{kodi_addon}/
-Source0: https://github.com/FernetMenta/%{kodi_addon}/archive/%{shortcommit}/%{kod...
+URL: https://github.com/kodi-pvr/%{kodi_addon}/
+Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: kodi-platform-devel >= %{kodi_version}
-BuildRequires: mesa-libGL-devel
BuildRequires: platform-devel
+%ifarch %{arm}
+BuildRequires: mesa-libGLES-devel
+%else
+BuildRequires: mesa-libGL-devel
+%endif
Requires: kodi >= %{kodi_version}
ExcludeArch: %{power64} ppc64le
@@ -31,7 +32,7 @@ ExcludeArch: %{power64} ppc64le
%prep
-%autosetup -n %{kodi_addon}-%{commit}
+%autosetup -n %{kodi_addon}-%{version}-%{kodi_codename}
%build
@@ -50,6 +51,9 @@ ExcludeArch: %{power64} ppc64le
%changelog
+* Mon Jan 13 2020 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:3.6.3-1
+- Update to 3.6.3
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1:3.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
4 years, 10 months