From 1950eebab3b29c94407a4b31907b5f31ca3cfdc57b5a2b46e4ad5ae745237339 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dimstar@opensuse.org>
Date: Wed, 14 Nov 2012 16:14:51 +0000
Subject: [PATCH] Accepting request 141028 from GNOME:Next

Update to 3.6.2

OBS-URL: https://build.opensuse.org/request/show/141028
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=149
---
 file-roller-3.6.1.1.tar.xz |  3 ---
 file-roller-3.6.2.tar.xz   |  3 +++
 file-roller.changes        | 12 ++++++++++++
 file-roller.spec           |  6 +++---
 4 files changed, 18 insertions(+), 6 deletions(-)
 delete mode 100644 file-roller-3.6.1.1.tar.xz
 create mode 100644 file-roller-3.6.2.tar.xz

diff --git a/file-roller-3.6.1.1.tar.xz b/file-roller-3.6.1.1.tar.xz
deleted file mode 100644
index 8000430..0000000
--- a/file-roller-3.6.1.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ac4916930eb177ff12278ad9bdb42ebec3f6ae6c46b4eb5a876021ef37ba9d31
-size 1483772
diff --git a/file-roller-3.6.2.tar.xz b/file-roller-3.6.2.tar.xz
new file mode 100644
index 0000000..6c367fd
--- /dev/null
+++ b/file-roller-3.6.2.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:47b026c827fcb0db4df51bf81c1e90f829f287fe2c9b9e65f167a2ef5bfec5f1
+size 1483616
diff --git a/file-roller.changes b/file-roller.changes
index 4988fb2..920f706 100644
--- a/file-roller.changes
+++ b/file-roller.changes
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Mon Nov 12 21:22:10 UTC 2012 - dimstar@opensuse.org
+
+- Update to version 3.6.2:
+  + Fails when tryings create zip files if is in "maximum"
+    compression level (bgo#686655).
+  + Updated translations.
+- Add file-devel BuildRequires: it is what actually provides
+  magic.h / libmagic devel files.
+- Change --disable-magic configure parameter to --enable-magic in
+  order to ensure libmagic is being found.
+
 -------------------------------------------------------------------
 Wed Oct 17 21:10:20 UTC 2012 - dimstar@opensuse.org
 
diff --git a/file-roller.spec b/file-roller.spec
index 639bce3..5bfd738 100644
--- a/file-roller.spec
+++ b/file-roller.spec
@@ -17,9 +17,8 @@
 
 
 Name:           file-roller
-Version:        3.6.1.1
+Version:        3.6.2
 Release:        0
-# FIXME: Enable libmagic support.
 Summary:        An Archive Manager for GNOME
 License:        GPL-2.0+
 Group:          Productivity/Archiving/Compression
@@ -32,6 +31,7 @@ Patch1:         file-roller-pkg-match.patch
 # Needed for directory ownership
 BuildRequires:  dbus-1
 BuildRequires:  fdupes
+BuildRequires:  file-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
@@ -105,7 +105,7 @@ translation-update-upstream
 %build
 %configure\
         --disable-scrollkeeper \
-        --disable-magic
+        --enable-magic
 make %{?_smp_mflags} V=1
 
 %install