[xine-lib] Remove now unneeded 32 bits build fix
by Xavier Bachelot
commit 1674a2451d3c09dc5f4545b5c3f26ffd7acfcbcc
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Wed May 22 14:25:55 2019 +0200
Remove now unneeded 32 bits build fix
xine-lib.spec | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index 0ec46ff..061094d 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -1,5 +1,3 @@
-%undefine _strict_symbol_defs_build
-
%global plugin_abi 2.7
%global codecdir %{_libdir}/codecs
@@ -16,7 +14,7 @@
Summary: A multimedia engine
Name: xine-lib
Version: 1.2.9
-Release: 14%{?snapshot:.%{date}hg%{revision}}%{?dist}
+Release: 15%{?snapshot:.%{date}hg%{revision}}%{?dist}
License: GPLv2+
URL: http://www.xine-project.org/
%if ! 0%{?snapshot}
@@ -326,6 +324,7 @@ mkdir -p $RPM_BUILD_ROOT%{codecdir}
%changelog
* Mon May 27 2019 Xavier Bachelot <xavier(a)bachelot.org> 1.2.9-15.20190525hg14404
- Update xine-lib snapshot.
+- Remove now unneeded 32 bits build fix.
* Fri May 17 2019 Xavier Bachelot <xavier(a)bachelot.org> 1.2.9-14.20190516hg14396
- Update to xine-lib snapshot.
5 years, 6 months
[xine-lib] New snapshot
by Xavier Bachelot
commit 42d1a5a3e68e89893d9df1cfd44eec151bf258d2
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Mon May 27 10:38:54 2019 +0200
New snapshot
.gitignore | 1 +
sources | 2 +-
xine-lib.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e4fc9b..cde516a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ xine-lib-1.2.6.tar.xz
/xine-lib-1.2.9.tar.xz
/xine-lib-1.2.9-20181129hg14263.tar.xz
/xine-lib-1.2.9-20190516hg14396.tar.xz
+/xine-lib-1.2.9-20190525hg14404.tar.xz
diff --git a/sources b/sources
index 572f01a..7feccb0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-87664bbddaa8f9f071e30b6d1d8f8ade xine-lib-1.2.9-20190516hg14396.tar.xz
+93bada5ab531d612ee19a690c0301cf9 xine-lib-1.2.9-20190525hg14404.tar.xz
diff --git a/xine-lib.spec b/xine-lib.spec
index 008d887..0ec46ff 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -10,8 +10,8 @@
%endif # ix86
%global snapshot 1
-%global date 20190516
-%global revision 14396
+%global date 20190525
+%global revision 14404
Summary: A multimedia engine
Name: xine-lib
@@ -324,6 +324,9 @@ mkdir -p $RPM_BUILD_ROOT%{codecdir}
%changelog
+* Mon May 27 2019 Xavier Bachelot <xavier(a)bachelot.org> 1.2.9-15.20190525hg14404
+- Update xine-lib snapshot.
+
* Fri May 17 2019 Xavier Bachelot <xavier(a)bachelot.org> 1.2.9-14.20190516hg14396
- Update to xine-lib snapshot.
- Add script to make a snapshot.
5 years, 6 months
[openhantek] Corrected license.
by Vasiliy Glazov
commit 1366b0de7ffa5fd82ba6cb205a66fad7fb2556b5
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon May 27 12:21:48 2019 +0300
Corrected license.
openhantek.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openhantek.spec b/openhantek.spec
index b08e1cd..dab941f 100644
--- a/openhantek.spec
+++ b/openhantek.spec
@@ -6,8 +6,7 @@ Version: 2.09
Release: 1%{?dist}
Summary: Hantek and compatible USB digital signal oscilloscope
-#Contain nonfree firmware
-License: GPLv3+ and GPLv2+ and ASL 2.0 and nonfree
+License: GPLv3+ and GPLv2+ and ASL 2.0
URL: https://github.com/OpenHantek/OpenHantek6022
Source0: %{url}/archive/v%{version}.tar.gz
Source1: %{name}.desktop
@@ -69,6 +68,7 @@ install -p -D -m 644 %{name}/res/images/%{name}.svg %{buildroot}%{_datadir}/icon
%changelog
* Mon May 27 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 2.09-1
- Update to 2.09
+- Corrected license
* Thu May 23 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 2.07-1
- Update to 2.07
5 years, 6 months
[openhantek] Update to 2.09.
by Vasiliy Glazov
commit a9be26577907dca308bca4b2e4d613f7554db6d5
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon May 27 12:20:17 2019 +0300
Update to 2.09.
.gitignore | 1 +
openhantek.spec | 6 ++++--
sources | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca0d3e1..a2e4815 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/v2.05.tar.gz
/v2.06.tar.gz
/v2.07.tar.gz
+/v2.09.tar.gz
diff --git a/openhantek.spec b/openhantek.spec
index 523bf0e..b08e1cd 100644
--- a/openhantek.spec
+++ b/openhantek.spec
@@ -2,7 +2,7 @@
%global build_ldflags %{build_ldflags} -flto
Name: openhantek
-Version: 2.07
+Version: 2.09
Release: 1%{?dist}
Summary: Hantek and compatible USB digital signal oscilloscope
@@ -66,8 +66,10 @@ install -p -D -m 644 %{name}/res/images/%{name}.svg %{buildroot}%{_datadir}/icon
%{_udevrulesdir}/60-hantek.*
-
%changelog
+* Mon May 27 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 2.09-1
+- Update to 2.09
+
* Thu May 23 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 2.07-1
- Update to 2.07
diff --git a/sources b/sources
index 43f2e97..bc75f67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed1b40579b761af27636b295d023749b v2.07.tar.gz
+b0780f6ec6c622744912d72a9baa8551 v2.09.tar.gz
5 years, 6 months
[chromium-vaapi/f29: 2/2] Merge branch 'master' into f29
by Vasiliy Glazov
commit 7e807063c758985ff6dec493933b387293fd7775
Merge: 32f2a68 4591d7d
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon May 27 11:33:27 2019 +0300
Merge branch 'master' into f29
chromium-vaapi.spec | 2 +
fix-gn-74.patch | 917 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 919 insertions(+)
---
diff --cc chromium-vaapi.spec
index 2f89d9c,fba38bd..c897b49
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@@ -207,6 -207,8 +207,7 @@@ Patch66: chromium-glibc-2.29.patc
# Fix some chromium regressions against certain type of window compositors
# Patch status: backported from https://chromium-review.googlesource.com/c/chromium/src/+/1597388
Patch67: fixwindowflashm74.patch
+ Patch68: fix-gn-74.patch
-
%description
chromium-vaapi is an open-source web browser, powered by WebKit (Blink)
############################################PREP###########################################################
5 years, 6 months
[freshplayerplugin] Update to 0.3.11.
by Vasiliy Glazov
commit 24f01d455628d6d742145e8d4115bfcabd7e9a86
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon May 27 09:24:18 2019 +0300
Update to 0.3.11.
.gitignore | 1 +
freshplayerplugin.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2091ba7..9650ca5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/freshplayerplugin-0.3.7.tar.gz
/freshplayerplugin-0.3.9.tar.gz
/freshplayerplugin-0.3.10.tar.gz
+/freshplayerplugin-0.3.11.tar.gz
diff --git a/freshplayerplugin.spec b/freshplayerplugin.spec
index 7039784..a6a85d7 100644
--- a/freshplayerplugin.spec
+++ b/freshplayerplugin.spec
@@ -1,8 +1,8 @@
Name: freshplayerplugin
-Version: 0.3.10
+Version: 0.3.11
Release: 1%{?dist}
Summary: PPAPI-host NPAPI-plugin adapter
-Group: Applications/Internet
+
License: MIT
URL: https://github.com/i-rinat/%{name}
Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -90,6 +90,9 @@ install -Dm 0644 data/freshwrapper.conf.example %{buildroot}/etc/freshwrapper.co
%config(noreplace) %{_sysconfdir}/freshwrapper.conf
%changelog
+* Mon May 27 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.3.11-1
+- Update to 0.3.11
+
* Mon Mar 18 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.3.10-1
- Update to 0.3.10
diff --git a/sources b/sources
index 526a8b6..ac8804a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dbfb04a6ac241e262136961ca75b6caf freshplayerplugin-0.3.10.tar.gz
+c34383e281135b7d40e29444af189d34 freshplayerplugin-0.3.11.tar.gz
5 years, 6 months
[xmltv] enable build tv_grab_zz_sdjson_sqlite for el7
by Gary Buhrmaster
commit 56faec80b72ed6be09909f99f9efff45b27a1208
Author: Gary Buhrmaster <gary.buhrmaster(a)gmail.com>
Date: Fri May 24 14:01:46 2019 +0000
enable build tv_grab_zz_sdjson_sqlite for el7
xmltv.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/xmltv.spec b/xmltv.spec
index f78708b..7c0d178 100644
--- a/xmltv.spec
+++ b/xmltv.spec
@@ -1,6 +1,6 @@
Name: xmltv
Version: 0.6.1
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: A set of utilities to manage your TV viewing
License: GPLv2+
@@ -80,7 +80,7 @@ BuildRequires: perl(Date::Parse)
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Duration)
BuildRequires: perl(DateTime::Format::ISO8601)
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?rhel} > 6
BuildRequires: perl(DateTime::Format::SQLite)
%endif
BuildRequires: perl(DateTime::Format::Strptime)
@@ -272,6 +272,10 @@ make test
%changelog
+* Thu May 23 2019 Gary Buhrmaster <gary.buhrmaster(a)gmail.com> - 0.6.1-6
+- Build tv_grab_zz_sdjson_sqlite for el7 now that
+ perl-DateTime-Format-SQLite has landed in epel7
+
* Mon May 13 2019 Gary Buhrmaster <gary.buhrmaster(a)gmail.com> - 0.6.1-5
- Pull in patches from upstream to resolve various issues and remove
local fixup for versioning
5 years, 6 months