[openmw] Fix incorrect appdata path.
by Ben Rosser
commit 5b071e796c8dc30a75b48ce0552fe0759a9c424b
Author: Ben Rosser <rosser.bjr(a)gmail.com>
Date: Sat Dec 23 23:33:19 2017 +0000
Fix incorrect appdata path.
openmw.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openmw.spec b/openmw.spec
index 5a7109e..c4125cc 100644
--- a/openmw.spec
+++ b/openmw.spec
@@ -133,7 +133,7 @@ mkdir -p %{buildroot}/%{_datadir}/%{name}/data
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}-cs.png
%{_datadir}/pixmaps/%{name}.png
-%{_datadir}/metadata/%{name}.appdata.xml
+%{_datadir}/metainfo/%{name}.appdata.xml
%config(noreplace) %{_sysconfdir}/openmw/
6 years, 11 months
[kaffeine] remove broken pt_BR locale
by Leigh Scott
commit 4246dd29b4a836a588a9fe6a58c25cdef97865b6
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Dec 23 13:44:22 2017 +0000
remove broken pt_BR locale
kaffeine.spec | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/kaffeine.spec b/kaffeine.spec
index a255ae2..4c176b7 100644
--- a/kaffeine.spec
+++ b/kaffeine.spec
@@ -1,6 +1,6 @@
Name: kaffeine
Version: 2.0.14
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Summary: KDE media player
@@ -45,6 +45,8 @@ Kaffeine is a KDE Frameworks media player.
%prep
%setup -q
+# Remove broken locale, they can use pt instead till upstream fixes it.
+rm -rf po/pt_BR
%build
mkdir -p %{_target_platform}
@@ -63,7 +65,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%check
desktop-file-validate %{buildroot}/%{_kf5_datadir}/applications/org.kde.kaffeine.desktop
+%if 0%{?fedora} > 27
appstream-util validate-relax --nonet %{buildroot}/%{_kf5_datadir}/metainfo/org.kde.kaffeine.appdata.xml
+%else
+appstream-util validate-relax --nonet %{buildroot}/%{_kf5_datadir}/appdata/org.kde.kaffeine.appdata.xml
+%endif
%post
@@ -88,12 +94,20 @@ fi
%{_kf5_datadir}/solid/actions/*.desktop
%{_kf5_datadir}/applications/org.kde.kaffeine.desktop
%{_kf5_datadir}/icons/hicolor/*/*/*
+%if 0%{?fedora} > 27
%{_kf5_datadir}/metainfo/org.kde.kaffeine.appdata.xml
+%else
+%{_kf5_datadir}/appdata/org.kde.kaffeine.appdata.xml
+%endif
%{_kf5_datadir}/profiles/kaffeine.profile.xml
%{_kf5_docdir}/HTML/*/kaffeine/
%{_kf5_mandir}/man1/kaffeine.1.*
%changelog
+* Sat Dec 23 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.14-2
+- remove broken pt_BR locale
+- fix appdata install
+
* Sat Dec 23 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.14-1
- update to 2.0.14 release
6 years, 11 months
[kaffeine] update to 2.0.14 release
by Leigh Scott
commit cfb3d2b6fcad9331448bee0365bab9686ac75af4
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Dec 23 12:43:15 2017 +0000
update to 2.0.14 release
kaffeine.spec | 9 ++++++---
sources | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/kaffeine.spec b/kaffeine.spec
index 924e9d6..a255ae2 100644
--- a/kaffeine.spec
+++ b/kaffeine.spec
@@ -1,5 +1,5 @@
Name: kaffeine
-Version: 2.0.13
+Version: 2.0.14
Release: 1%{?dist}
License: GPLv2+
@@ -63,7 +63,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%check
desktop-file-validate %{buildroot}/%{_kf5_datadir}/applications/org.kde.kaffeine.desktop
-appstream-util validate-relax --nonet %{buildroot}/%{_kf5_datadir}/appdata/org.kde.kaffeine.appdata.xml
+appstream-util validate-relax --nonet %{buildroot}/%{_kf5_datadir}/metainfo/org.kde.kaffeine.appdata.xml
%post
@@ -88,12 +88,15 @@ fi
%{_kf5_datadir}/solid/actions/*.desktop
%{_kf5_datadir}/applications/org.kde.kaffeine.desktop
%{_kf5_datadir}/icons/hicolor/*/*/*
-%{_kf5_datadir}/appdata/org.kde.kaffeine.appdata.xml
+%{_kf5_datadir}/metainfo/org.kde.kaffeine.appdata.xml
%{_kf5_datadir}/profiles/kaffeine.profile.xml
%{_kf5_docdir}/HTML/*/kaffeine/
%{_kf5_mandir}/man1/kaffeine.1.*
%changelog
+* Sat Dec 23 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.14-1
+- update to 2.0.14 release
+
* Wed Oct 11 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.13-1
- update to 2.0.13 release
diff --git a/sources b/sources
index 223c8b5..aaf3e24 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6b73f8b6b44ff5e57c02f0681dd1064f kaffeine-2.0.13.tar.xz
+d3316d52d0e57ef844ee36b82f97630b kaffeine-2.0.14.tar.xz
6 years, 11 months
[openmw] Use new appdata path (/usr/share/metainfo) for openmw.
by Ben Rosser
commit 040975c0ca9d5d6ed4e84c32004e4f509db8d5d9
Author: Ben Rosser <rosser.bjr(a)gmail.com>
Date: Fri Dec 22 23:13:02 2017 +0000
Use new appdata path (/usr/share/metainfo) for openmw.
openmw.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openmw.spec b/openmw.spec
index 4a58f52..5a7109e 100644
--- a/openmw.spec
+++ b/openmw.spec
@@ -109,7 +109,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/openmw-cs.desktop
desktop-file-validate %{buildroot}/%{_datadir}/applications/openmw.desktop
# Test and install appdata file
-appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml
# Remove font license file
rm -rf "%{buildroot}/%{_datadir}/licenses/%{name}/DejaVu Font License.txt"
@@ -133,7 +133,7 @@ mkdir -p %{buildroot}/%{_datadir}/%{name}/data
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}-cs.png
%{_datadir}/pixmaps/%{name}.png
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/metadata/%{name}.appdata.xml
%config(noreplace) %{_sysconfdir}/openmw/
6 years, 11 months
[openmw] Update to latest upstream release, 0.43
by Ben Rosser
commit aed418c0a81eb98a8fb4cd2593ed73dff903895f
Author: Ben Rosser <rosser.bjr(a)gmail.com>
Date: Fri Dec 22 22:42:17 2017 +0000
Update to latest upstream release, 0.43
.gitignore | 1 +
openmw.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a96913f..596c7f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ openmw-0.38.0.tar.gz
openmw-0.39.0.tar.gz
/openmw-0.40.0.tar.gz
/openmw-0.41.0.tar.gz
+/openmw-0.43.0.tar.gz
diff --git a/openmw.spec b/openmw.spec
index b2c350b..4a58f52 100644
--- a/openmw.spec
+++ b/openmw.spec
@@ -1,6 +1,6 @@
Name: openmw
-Version: 0.41.0
-Release: 7%{?dist}
+Version: 0.43.0
+Release: 1%{?dist}
Summary: Unofficial open source engine re-implementation of the game Morrowind
License: GPLv3 and MIT and zlib
@@ -138,6 +138,9 @@ mkdir -p %{buildroot}/%{_datadir}/%{name}/data
%changelog
+* Fri Dec 22 2017 Ben Rosser <rosser.bjr(a)gmail.com> - 0.43.0-1
+- Update to latest upstream release.
+
* Wed Oct 18 2017 Ben Rosser <rosser.bjr(a)gmail.com> - 0.41.0-7
- Rebuild against new OpenSceneGraph 3.4.1 due to soname bump.
diff --git a/sources b/sources
index 31492e7..b53fd36 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a939016d489b9cffdcd82aa36ed4973 openmw-0.41.0.tar.gz
+574e195228ea7d069b7b9eab7b6be221 openmw-0.43.0.tar.gz
6 years, 11 months
[xpra-codecs-freeworld/f26] Update to 2.2
by Antonio
commit b6701783d12e9d4b87098d1e46d14faee044d1ef
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Fri Dec 22 11:10:56 2017 +0100
Update to 2.2
.gitignore | 1 +
sources | 2 +-
...atch-to-allow-building-against-ffmpeg-3.1.patch | 28 ----------------------
xpra-codecs-freeworld.spec | 22 ++++++++---------
4 files changed, 13 insertions(+), 40 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d52f29..f40ad50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ xpra-0.16.3.tar.xz
/xpra-2.1.1.tar.xz
/xpra-2.1.2.tar.xz
/xpra-2.1.3.tar.xz
+/xpra-2.2.tar.xz
diff --git a/sources b/sources
index 83147e2..4e4c944 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a624e80db9ddd3c2fc4dafcc2c0465b5 xpra-2.1.3.tar.xz
+7a03a7bd73d697937aed3e5dc8827cc9 xpra-2.2.tar.xz
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 88b2a9c..8f5250d 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -18,7 +18,7 @@
%endif
Name: xpra-codecs-freeworld
-Version: 2.1.3
+Version: 2.2
Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
@@ -26,11 +26,8 @@ License: GPLv2+
URL: http://www.xpra.org/
Source0: http://xpra.org/src/xpra-%{version}.tar.xz
-##Patch for building xpra with ffmpeg-3.1
-Patch0: %{name}-0002-Add-patch-to-allow-building-against-ffmpeg-3.1.patch
-
BuildRequires: python2-devel pygobject2-devel pygtk2-devel
-BuildRequires: libXtst-devel
+BuildRequires: libXtst-devel, uglify-js
BuildRequires: libxkbfile-devel, libvpx-devel
BuildRequires: xvidcore-devel, x265-devel
BuildRequires: Cython, ack
@@ -54,10 +51,6 @@ x264 and ffmpeg.
%prep
%setup -q -n xpra-%{version}
-%if 0%{?fedora} < 26
-%patch0 -p0
-%endif
-
%build
CFLAGS="%{optflags}" %{__python2} setup.py build --executable="%{__python2} -s" \
%{?_with_enc_x264} \
@@ -65,12 +58,15 @@ CFLAGS="%{optflags}" %{__python2} setup.py build --executable="%{__python2} -s"
%{?_with_csc_swscale} \
--with-Xdummy \
--with-Xdummy_wrapper \
+ --with-enc_ffmpeg \
--without-html5 \
--without-tests \
- --with-verbose
+ --with-verbose \
+ --without-html5_gzip --without-html5_brotli
%install
-%{__python2} setup.py install -O1 --skip-build --root destdir
+%{__python2} setup.py install -O1 --skip-build --root destdir \
+ --without-html5_gzip --without-html5_brotli
## We are interested to additional codecs only
mkdir -p %{buildroot}%{python2_sitearch}/xpra/codecs/
@@ -106,6 +102,10 @@ find %{buildroot}%{python2_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Tue Dec 12 2017 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2-1
+- Update to 2.2
+- Drop old ffmpeg-3.1 patch
+
* Thu Oct 26 2017 Antonio Trande <sagitter(a)fedoraproject.org> - 2.1.3-1
- Update to 2.1.3
6 years, 11 months