[zathura/f20] update to 0.2.4
by François Cami
Summary of changes:
fcd4f4b... update to 0.2.4 (*)
(*) This commit already existed in another branch; no separate mail sent
10Â years
[zathura] update to 0.2.4
by François Cami
commit fcd4f4b29c62837ecdbacc7735f416be28fb8c3a
Author: François Cami <fcami(a)fedoraproject.org>
Date: Sat Aug 31 23:48:37 2013 +0200
update to 0.2.4
.gitignore | 1 +
sources | 2 +-
zathura-0.2.3-missing-or-unknown-file-type.patch | 24 ----------------------
zathura.spec | 9 ++++---
4 files changed, 7 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e6f8a3b..383d54a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ zathura-0.0.8.1.tar.gz
/zathura-0.2.1.tar.gz
/zathura-0.2.2.tar.gz
/zathura-0.2.3.tar.gz
+/zathura-0.2.4.tar.gz
diff --git a/sources b/sources
index 31dc61f..507432c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0265fd9fa64a37b01d729efb75a7c32 zathura-0.2.3.tar.gz
+935c6e15f5b7688bf4024ec7fe45f064 zathura-0.2.4.tar.gz
diff --git a/zathura.spec b/zathura.spec
index cc85944..6d515dd 100644
--- a/zathura.spec
+++ b/zathura.spec
@@ -1,12 +1,11 @@
Name: zathura
-Version: 0.2.3
-Release: 7%{?dist}
+Version: 0.2.4
+Release: 1%{?dist}
Summary: A lightweight document viewer
Group: Applications/Publishing
License: zlib
URL: http://pwmt.org/projects/%{name}/
Source0: http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.gz
-Patch0: zathura-0.2.3-missing-or-unknown-file-type.patch
BuildRequires: cairo-devel
BuildRequires: desktop-file-utils
@@ -58,7 +57,6 @@ This package provides all Zathura plugins.
sed -ie "s/install:\ all/install:\ /g" Makefile
# ensure manpages are built from *.rst sources
rm -f zathura.1 zathurarc.5
-%patch0 -p1 -b .unknown~
%build
export CFLAGS="%{optflags}"
@@ -97,6 +95,9 @@ update-desktop-database &> /dev/null || :
%files plugins-all
%changelog
+* Sat Aug 31 2013 François Cami <fcami(a)fedoraproject.org> - 0.2.4-1
+- New upstream release
+
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.2.3-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
10Â years
[girara/f20] update to 0.1.7
by François Cami
Summary of changes:
8034b7d... update to 0.1.7 (*)
(*) This commit already existed in another branch; no separate mail sent
10Â years
[girara] update to 0.1.7
by François Cami
commit 8034b7db31f39132fa267797888884dd7eebb3b2
Author: François Cami <fcami(a)fedoraproject.org>
Date: Sat Aug 31 23:42:18 2013 +0200
update to 0.1.7
.gitignore | 1 +
girara.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b3b5962..1667ac8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/girara-0.1.4.tar.gz
/girara-0.1.5.tar.gz
/girara-0.1.6.tar.gz
+/girara-0.1.7.tar.gz
diff --git a/girara.spec b/girara.spec
index ecc04a8..d09de36 100644
--- a/girara.spec
+++ b/girara.spec
@@ -1,6 +1,6 @@
Name: girara
-Version: 0.1.6
-Release: 3%{?dist}
+Version: 0.1.7
+Release: 1%{?dist}
Summary: Simple user interface library
Group: Development/Libraries
License: zlib
@@ -49,6 +49,9 @@ rm -f %{buildroot}/%{_libdir}/libgirara-gtk?.a
%postun -p /sbin/ldconfig
%changelog
+* Sat Aug 31 2013 François Cami <fcami(a)fedoraproject.org> - 0.1.7-1
+- Update to latest upstream.
+
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.1.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
diff --git a/sources b/sources
index d6068da..1c9ccc8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f213274fc710a5f9693d0d61f9ea66d girara-0.1.6.tar.gz
+ff73bf26b56cdc28a4a2dcce46f4aa20 girara-0.1.7.tar.gz
10Â years
[xine-lib/f20] Disable directfb support for Fedora 20 and newer, because it was retired
by Till Maas
commit 1f8bb22d972786f37043d4d63def4de6098235bc
Author: Till Maas <opensource(a)till.name>
Date: Sat Aug 31 21:53:28 2013 +0200
Disable directfb support for Fedora 20 and newer, because it was retired
Conflicts:
xine-lib.spec
xine-lib.spec | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index 6c973ae..a1b80a0 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -27,10 +27,14 @@
%define bluray 1
%endif
+%if 0%{?fedora} > 19
+%define _without_directfb 1
+%endif
+
Summary: A multimedia engine
Name: xine-lib
Version: 1.1.21
-Release: 7%{?dist}
+Release: 8%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://www.xine-project.org/
@@ -390,6 +394,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Aug 31 2013 Till Maas <opensource(a)till.name> - 1.1.21-8
+- Disable directfb support for Fedora 20 and newer, because it was retired
+
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.1.21-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
10Â years