Mailinglist Archive: opensuse-commit (999 mails)

< Previous Next >
commit cpio for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 17 Jul 2009 18:11:47 +0200
  • Message-id: <20090717161147.979D36331@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package cpio for openSUSE:Factory
checked in at Fri Jul 17 18:11:47 CEST 2009.


--------
--- cpio/cpio.changes 2009-07-09 10:09:10.000000000 +0200
+++ cpio/cpio.changes 2009-07-17 16:02:53.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Jul 17 16:00:52 CEST 2009 - rguenther@xxxxxxx
+
+- Drop rmt BuildRequires again
+
+-------------------------------------------------------------------
+Fri Jul 17 15:14:23 CEST 2009 - mseben@xxxxxxx
+
+- fix identification of the density code for DAT160 bnc#415166
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
cpio-2.10-DAT160.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cpio.spec ++++++
--- /var/tmp/diff_new_pack.cNVu19/_old 2009-07-17 18:10:37.000000000 +0200
+++ /var/tmp/diff_new_pack.cNVu19/_new 2009-07-17 18:10:37.000000000 +0200
@@ -24,7 +24,7 @@
Group: Productivity/Archiving/Compression
AutoReqProv: on
Version: 2.10
-Release: 1
+Release: 2
Summary: A Backup and Archiving Utility
Source: %{name}-%{version}.tar.bz2
Patch2: %{name}-%{version}-use_new_ascii_format.patch
@@ -41,9 +41,10 @@
Patch18: %{name}-%{version}-default_tape_dev.patch
#PATCH-FIX-UPSTREAM include_fatal_c.patch fix undefined ref in mt build
Patch19: %{name}-%{version}-include_fatal_c.patch
+#PATCH-FIX-UPSTREAM fix identification of the density code for DAT160
bnc#415166
+Patch20: %{name}-%{version}-DAT160.patch
PreReq: %install_info_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: rmt
Requires: %{name}-lang = %{version}

%description
@@ -78,6 +79,7 @@
%patch17
%patch18
%patch19
+%patch20 -p1
#chmod 755 .
#chmod u+w *
#chmod a+r *

++++++ cpio-2.10-DAT160.patch ++++++
Index: cpio-2.6/src/mt.c
===================================================================
--- cpio-2.6.orig/src/mt.c
+++ cpio-2.6/src/mt.c
@@ -181,6 +181,7 @@ struct densities {
{0x16, "MFM 10000 bpi"},
{0x17, "MFM 42500 bpi"},
{0x24, "DDS-2"},
+ {0x48, "DAT160"},
{140, "EXB-8505 compressed"},
{144, "EXB-8205 compressed"},
{-1, NULL}};

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread