Update to 3.10.0

This commit is contained in:
Kalev Lember 2013-11-30 14:29:24 +01:00
parent a142dd93ff
commit fd4c25fc44
4 changed files with 8 additions and 37 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@ brasero-2.31.5.tar.bz2
/brasero-3.6.1.tar.xz
/brasero-3.7.91.tar.gz
/brasero-3.8.0.tar.xz
/brasero-3.10.0.tar.xz

View File

@ -1,25 +0,0 @@
From fa10b25ce7d8a1c39970741ad21051bddb390b1d Mon Sep 17 00:00:00 2001
From: Tomas Bzatek <tbzatek@redhat.com>
Date: Thu, 4 Oct 2012 15:33:12 +0200
Subject: [PATCH] readom: Support reading Blu-ray media
https://bugzilla.gnome.org/show_bug.cgi?id=685492
---
plugins/cdrkit/burn-readom.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/cdrkit/burn-readom.c b/plugins/cdrkit/burn-readom.c
index f5459b4..02d7934 100644
--- a/plugins/cdrkit/burn-readom.c
+++ b/plugins/cdrkit/burn-readom.c
@@ -476,6 +476,7 @@ brasero_readom_export_caps (BraseroPlugin *plugin)
input = brasero_caps_disc_new (BRASERO_MEDIUM_CD|
BRASERO_MEDIUM_DVD|
+ BRASERO_MEDIUM_BD|
BRASERO_MEDIUM_DUAL_L|
BRASERO_MEDIUM_PLUS|
BRASERO_MEDIUM_SEQUENTIAL|
--
1.7.12.1

View File

@ -1,14 +1,14 @@
Name: brasero
Version: 3.8.0
Release: 4%{?dist}
Version: 3.10.0
Release: 1%{?dist}
Summary: Gnome CD/DVD burning application
Group: Applications/Multimedia
# see https://bugzilla.gnome.org/show_bug.cgi?id=683503
License: GPLv3+
URL: http://www.gnome.org/projects/brasero/
#VCS: git:git://git.gnome.org/brasero
Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/3.8/%{name}-%{version}.tar.xz
Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/3.10/%{name}-%{version}.tar.xz
BuildRequires: gtk3-devel >= 2.99.0
BuildRequires: glib2-devel >= 2.15.6
@ -44,10 +44,6 @@ Requires: cdrdao
%endif
# https://bugzilla.gnome.org/show_bug.cgi?id=685492
# Support reading/copying complete BD(-RE) media
Patch0: brasero-3.6.0-copy-BD.patch
Requires(post): shared-mime-info
Requires(postun): shared-mime-info
Requires(pre): GConf2
@ -99,10 +95,6 @@ developing brasero applications.
%prep
%setup -q
%patch0 -p1 -b .copy-BD
# https://bugzilla.gnome.org/show_bug.cgi?id=692664
sed -i -e '/tracker/ s/0\.14/0.16/g' configure*
%build
@ -202,6 +194,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%changelog
* Sat Nov 30 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
- Update to 3.10.0
* Thu Sep 19 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-4
- Rebuilt for totem-pl-parser soname bump

View File

@ -1 +1 @@
0a380af9dc134084fb04f54f2a656e6f brasero-3.8.0.tar.xz
3026570f96b2e61ec902a68c4ba83cee brasero-3.10.0.tar.xz