From 1b6a6b30554604a07d2b99a36addfd882082bf6a061b46d58136527b3914f719 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 24 Mar 2009 18:58:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=34 --- coreutils-add_ogv.patch | 10 ++++++++++ coreutils.changes | 5 +++++ coreutils.spec | 6 +++++- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 coreutils-add_ogv.patch diff --git a/coreutils-add_ogv.patch b/coreutils-add_ogv.patch new file mode 100644 index 0000000..b6fbd40 --- /dev/null +++ b/coreutils-add_ogv.patch @@ -0,0 +1,10 @@ +--- src/dircolors.hin ++++ src/dircolors.hin +@@ -151,6 +151,7 @@ + .m2v 01;35 + .mkv 01;35 + .ogm 01;35 ++.ogv 01:35 + .mp4 01;35 + .m4v 01;35 + .mp4v 01;35 diff --git a/coreutils.changes b/coreutils.changes index bc00f83..8688465 100644 --- a/coreutils.changes +++ b/coreutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 23 15:34:29 CET 2009 - pth@suse.de + +- Add .ogv to dircolors (bnc#487561). + ------------------------------------------------------------------- Sun Feb 22 10:49:52 CET 2009 - schwab@suse.de diff --git a/coreutils.spec b/coreutils.spec index 894c907..3126858 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -24,7 +24,7 @@ Url: http://www.gnu.org/software/coreutils/ License: GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later Group: System/Base Version: 7.1 -Release: 1 +Release: 2 Provides: fileutils sh-utils stat textutils mktemp Obsoletes: fileutils sh-utils stat textutils mktemp Obsoletes: libselinux <= 1.23.11-3 libselinux-32bit = 9 libselinux-64bit = 9 libselinux-x86 = 9 @@ -48,6 +48,7 @@ Patch21: coreutils-6.8.0-pie.diff Patch22: coreutils-5.3.0-sbin4su.diff Patch23: coreutils-getaddrinfo.diff Patch25: coreutils-cifs-afs.diff +Patch26: coreutils-add_ogv.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -118,6 +119,7 @@ Authors: %patch22 %patch23 -p1 %patch25 +%patch26 %build #AUTOPOINT=true autoreconf -fi @@ -186,6 +188,8 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %changelog +* Mon Mar 23 2009 pth@suse.de +- Add .ogv to dircolors (bnc#487561). * Sun Feb 22 2009 schwab@suse.de - Update to coreutils 7.1. ** New features