This commit is contained in:
parent
a4ae165425
commit
322b511103
10
coreutils-add_ogv.patch
Normal file
10
coreutils-add_ogv.patch
Normal file
@ -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
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user