[nrdp/f29] 1.5.2
by Xavier Bachelot
Summary of changes:
2df06ac... 1.5.2 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 2 months
[nrdp] 1.5.2
by Xavier Bachelot
commit 2df06ac29b2be39afc443e9435dd774f81d62cbf
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Wed Sep 12 15:29:09 2018 +0200
1.5.2
.gitignore | 1 +
nrdp.spec | 19 ++++++++++++-------
sources | 2 +-
3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e943d1a..85c9f5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/nrdp-1.5.1.tar.gz
+/nrdp-1.5.2.tar.gz
diff --git a/nrdp.spec b/nrdp.spec
index 05aff2f..3ebb65f 100644
--- a/nrdp.spec
+++ b/nrdp.spec
@@ -3,8 +3,8 @@
# - bootstrap 4.0.0-beta2
Name: nrdp
-Version: 1.5.1
-Release: 6%{?dist}
+Version: 1.5.2
+Release: 1%{?dist}
Summary: Nagios Remote Data Processor
# NRDP php client is BSD
@@ -42,6 +42,7 @@ A shell script to send NRDP data to a Nagios server.
%package client-php
Summary: Send NRDP php script for Nagios
+License: BSD
%description client-php
A php script to send NRDP data to a Nagios server.
@@ -87,27 +88,31 @@ install -m 0755 -D -p clients/* %{buildroot}%{_bindir}/
%files
-%license LICENSE.rst
-%doc CHANGES.rst README.rst
+%license LICENSE.md
+%doc CHANGES.md README.md
%{_datadir}/%{name}/
%dir %{_sysconfdir}/%{name}/
%config(noreplace) %{_sysconfdir}/%{name}/config.inc.php
%config(noreplace) %{_sysconfdir}/httpd/conf.d/nrdp.conf
%files client-shell
-%license LICENSE.rst
+%license LICENSE.md
%{_bindir}/send_nrdp.sh
%files client-php
-%license LICENSE.rst
+%license LICENSE.md
%{_bindir}/send_nrdp.php
%files client-python
-%license LICENSE.rst
+%license LICENSE.md
%{_bindir}/send_nrdp.py
%changelog
+* Wed Sep 12 2018 Xavier Bachelot <xavier(a)bachelot.org> 1.5.2-1
+- Update to 1.5.2.
+- Fix License: tag for php client sub-package.
+
* Sun Aug 19 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.5.1-6
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
diff --git a/sources b/sources
index c8b9a41..dfee280 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-766b741b5d005e0546cdf6145b90273f nrdp-1.5.1.tar.gz
+20c89cb2bbc6bf85be5b6ccb4dcb251a nrdp-1.5.2.tar.gz
6 years, 2 months
[chromium-freeworld: 3/3] Merge Fedora, chromium-68.0.3440.106-4
by Miro Hrončok
commit e33ff31841ccb0e895f6bde5c29746cda00abf87
Merge: 2f1bbc3 e688f35
Author: Miro Hrončok <miro(a)hroncok.cz>
Date: Wed Sep 12 13:40:53 2018 +0200
Merge Fedora, chromium-68.0.3440.106-4
chromium-freeworld.spec | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
---
6 years, 2 months
[chromium-freeworld: 2/3] conditionalize minizip-compat change
by Miro Hrončok
commit e688f351b4719484bf672ea07b91d6a4aaaddb76
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Wed Sep 5 13:40:21 2018 -0400
conditionalize minizip-compat change
chromium.spec | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/chromium.spec b/chromium.spec
index 78673b3..45cacb5 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -346,7 +346,11 @@ BuildRequires: libusb-devel
BuildRequires: libXdamage-devel
BuildRequires: libXScrnSaver-devel
BuildRequires: libXtst-devel
+%if 0%{?fedora} >= 30
BuildRequires: minizip-compat-devel
+%else
+BuildRequires: minizip-devel
+%endif
BuildRequires: nodejs
BuildRequires: nss-devel >= 3.26
BuildRequires: pciutils-devel
@@ -651,7 +655,11 @@ Chromium is an open-source web browser, powered by WebKit (Blink).
Summary: Files needed for both the headless_shell and full Chromium
# Chromium needs an explicit Requires: minizip-compat
# We put it here to cover headless too.
+%if 0%{?fedora} >= 30
Requires: minizip-compat%{_isa}
+%else
+Requires: minizip%{_isa}
+%endif
%description common
%{summary}.
6 years, 2 months
[chromium-freeworld: 1/3] Update dependency to minizip-compat(-devel)
by Miro Hrončok
commit f9b8d48bcbb24115886570a8560f8423c5ff823d
Author: Patrik Novotný <panovotn(a)redhat.com>
Date: Tue Aug 28 11:22:04 2018 +0200
Update dependency to minizip-compat(-devel)
Related: rhbz#1609830, rhbz#1615381
chromium.spec | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/chromium.spec b/chromium.spec
index f744db4..78673b3 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -140,7 +140,7 @@ Name: chromium%{chromium_channel}%{?freeworld:-freeworld}
Name: chromium%{chromium_channel}
%endif
Version: %{majorversion}.0.3440.106
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -346,7 +346,7 @@ BuildRequires: libusb-devel
BuildRequires: libXdamage-devel
BuildRequires: libXScrnSaver-devel
BuildRequires: libXtst-devel
-BuildRequires: minizip-devel
+BuildRequires: minizip-compat-devel
BuildRequires: nodejs
BuildRequires: nss-devel >= 3.26
BuildRequires: pciutils-devel
@@ -649,9 +649,9 @@ Chromium is an open-source web browser, powered by WebKit (Blink).
%package common
Summary: Files needed for both the headless_shell and full Chromium
-# Chromium needs an explicit Requires: minizip
+# Chromium needs an explicit Requires: minizip-compat
# We put it here to cover headless too.
-Requires: minizip%{_isa}
+Requires: minizip-compat%{_isa}
%description common
%{summary}.
@@ -1753,6 +1753,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%changelog
+* Tue Aug 28 2018 Patrik Novotný <panovotn(a)redhat.com> - 68.0.3440.106-4
+- change requires to minizip-compat(-devel), rhbz#1609830, rhbz#1615381
+
* Sun Aug 19 2018 Tom Callaway <spot(a)fedoraproject.org> - 68.0.3440.106-3
- fix library filters
6 years, 2 months
[ffmpeg/f28] (10 commits) ...Add support for libaom
by Leigh Scott
Summary of changes:
364f543... - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass (*)
6a4ece2... Add spec fixes from rfbz #4964 (*)
0d05393... minors cuda fixes (*)
a4a2002... Add without_opus switch (*)
a00b8e1... Add without opus for rhel (*)
a35810f... Disable nvenc for rhel (*)
cac4887... Disable mfx for rhel (*)
4e0582e... Fixup without_mfx (*)
17ffa15... Update Changelog (*)
d898f66... Add support for libaom (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 2 months
[ffmpeg/f29] (7 commits) ...Add support for libaom
by Leigh Scott
Summary of changes:
a4a2002... Add without_opus switch (*)
a00b8e1... Add without opus for rhel (*)
a35810f... Disable nvenc for rhel (*)
cac4887... Disable mfx for rhel (*)
4e0582e... Fixup without_mfx (*)
17ffa15... Update Changelog (*)
d898f66... Add support for libaom (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 2 months
[vlc/f27: 4/4] Merge branch 'master' into f27
by Leigh Scott
commit f22ee01501e19a1a8e70b86c1a3eb780a7766a10
Merge: df97162 a468d4c
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Sep 12 07:37:07 2018 +0100
Merge branch 'master' into f27
vlc.spec | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
---
6 years, 2 months