Browse Source

upgrading package: elm 2.4.122l -> 2.4.123a

master
parent
commit
c6b417061f
  1. 49
      elm/elm.patch
  2. 21
      elm/elm.spec

49
elm/elm.patch

@ -0,0 +1,49 @@
Index: hdrs/misclib.h
--- hdrs/misclib.h.orig 2006-07-05 19:21:50 +0200
+++ hdrs/misclib.h 2006-07-28 19:05:26 +0200
@@ -7,6 +7,21 @@
* or Kari Hurtta <elm@elmme-mailer.org>
*****************************************************************************/
+struct mime_types_item {
+ char * extension;
+ struct media_type * type;
+
+ char * params;
+ charset_t params_cs;
+
+ /* magic */
+ int offset;
+ int length;
+ unsigned char * bytes;
+
+};
+
+
/* lib/misc/init.c */
extern struct terminal_map_item * system_terminal_map;
Index: lib/misc/mime_types.c
--- lib/misc/mime_types.c.orig 2006-07-05 19:21:50 +0200
+++ lib/misc/mime_types.c 2006-07-28 19:05:26 +0200
@@ -25,20 +25,6 @@
return (unsigned char *)str;
}
-struct mime_types_item {
- char * extension;
- struct media_type * type;
-
- char * params;
- charset_t params_cs;
-
- /* magic */
- int offset;
- int length;
- unsigned char * bytes;
-
-};
-
/* -------------------------------------------------------------------- */
#define U_(x) (unsigned char *)(x)

21
elm/elm.spec

@ -24,8 +24,8 @@
# package version
%define V_base 2.4
%define V_me 122
%define V_pl l
%define V_me 123
%define V_pl a
# package information
Name: elm
@ -38,22 +38,12 @@ Class: BASE
Group: Mail
License: ELM License
Version: %{V_base}.%{V_me}%{V_pl}
Release: 20060704
Release: 20060728
# list of sources
Source0: http://www.elmme-mailer.org/elm-%{V_base}ME+%{V_me}.tar.gz
Patch0: http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}a.patch.gz
Patch1: http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}b.patch.gz
Patch2: http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}c.patch.gz
Patch3: http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}d.patch.gz
Patch4: http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}e.patch.gz
Patch5: http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}f.patch.gz
Patch6: http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}g.patch.gz
Patch7: http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}h.patch.gz
Patch8: http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}i.patch.gz
Patch9: http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}j.patch.gz
Patch10: http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}k.patch.gz
Patch11: http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}l.patch.gz
Patch1: elm.patch
# build information
Prefix: %{l_prefix}
@ -84,7 +74,8 @@ AutoReqProv: no
%prep
%setup -q -n elm%{V_base}.ME+.%{V_me}
%patch -p1 -P 0 1 2 3 4 5 6 7 8 9 10 11
%patch -p1 -P 0
%patch -p0 -P 1
rm -f *.orig
%build

Loading…
Cancel
Save