]> git.pld-linux.org Git - packages/easytag.git/blob - easytag-0.30a.patch
- initial release
[packages/easytag.git] / easytag-0.30a.patch
1 diff -ruN easytag-0.30/configure easytag-0.30a/configure
2 --- easytag-0.30/configure      Sun Sep  7 11:36:27 2003
3 +++ easytag-0.30a/configure     Sat Sep 27 20:36:48 2003
4 @@ -1,6 +1,6 @@
5  #! /bin/sh
6  # Guess values for system-dependent variables and create Makefiles.
7 -# Generated by GNU Autoconf 2.53 for easytag 0.30.
8 +# Generated by GNU Autoconf 2.53 for easytag 0.30a.
9  #
10  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
11  # Free Software Foundation, Inc.
12 @@ -412,8 +412,8 @@
13  # Identity of this package.
14  PACKAGE_NAME='easytag'
15  PACKAGE_TARNAME='easytag'
16 -PACKAGE_VERSION='0.30'
17 -PACKAGE_STRING='easytag 0.30'
18 +PACKAGE_VERSION='0.30a'
19 +PACKAGE_STRING='easytag 0.30a'
20  PACKAGE_BUGREPORT=''
21  
22  ac_unique_file="src/easytag.h"
23 @@ -918,7 +918,7 @@
24    # Omit some internal or obsolete options to make the list less imposing.
25    # This message is too long to be a string in the A/UX 3.1 sh.
26    cat <<_ACEOF
27 -\`configure' configures easytag 0.30 to adapt to many kinds of systems.
28 +\`configure' configures easytag 0.30a to adapt to many kinds of systems.
29  
30  Usage: $0 [OPTION]... [VAR=VALUE]...
31  
32 @@ -984,7 +984,7 @@
33  
34  if test -n "$ac_init_help"; then
35    case $ac_init_help in
36 -     short | recursive ) echo "Configuration of easytag 0.30:";;
37 +     short | recursive ) echo "Configuration of easytag 0.30a:";;
38     esac
39    cat <<\_ACEOF
40  
41 @@ -1092,7 +1092,7 @@
42  test -n "$ac_init_help" && exit 0
43  if $ac_init_version; then
44    cat <<\_ACEOF
45 -easytag configure 0.30
46 +easytag configure 0.30a
47  generated by GNU Autoconf 2.53
48  
49  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
50 @@ -1107,7 +1107,7 @@
51  This file contains any messages produced by compilers while
52  running configure, to aid debugging if configure makes a mistake.
53  
54 -It was created by easytag $as_me 0.30, which was
55 +It was created by easytag $as_me 0.30a, which was
56  generated by GNU Autoconf 2.53.  Invocation command line was
57  
58    $ $0 $@
59 @@ -1639,7 +1639,7 @@
60  
61  # Define the identity of the package.
62   PACKAGE=easytag
63 - VERSION=0.30
64 + VERSION=0.30a
65  
66  
67  cat >>confdefs.h <<_ACEOF
68 @@ -12653,7 +12653,7 @@
69  } >&5
70  cat >&5 <<_CSEOF
71  
72 -This file was extended by easytag $as_me 0.30, which was
73 +This file was extended by easytag $as_me 0.30a, which was
74  generated by GNU Autoconf 2.53.  Invocation command line was
75  
76    CONFIG_FILES    = $CONFIG_FILES
77 @@ -12715,7 +12715,7 @@
78  
79  cat >>$CONFIG_STATUS <<_ACEOF
80  ac_cs_version="\\
81 -easytag config.status 0.30
82 +easytag config.status 0.30a
83  configured by $0, generated by GNU Autoconf 2.53,
84    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
85  
86 diff -ruN easytag-0.30/configure.in easytag-0.30a/configure.in
87 --- easytag-0.30/configure.in   Sun Sep  7 11:30:52 2003
88 +++ easytag-0.30a/configure.in  Sat Sep 27 20:36:16 2003
89 @@ -6,7 +6,7 @@
90  dnl VERSION=0.28
91  
92  AC_PREREQ(2.53)
93 -AC_INIT(easytag, 0.30) dnl defines ($PACKAGE, $VERSION)
94 +AC_INIT(easytag, 0.30a) dnl defines ($PACKAGE, $VERSION)
95  AC_CONFIG_SRCDIR(src/easytag.h)
96  dnl -------------------------------
97  dnl Init automake
98 diff -ruN easytag-0.30/easytag.spec easytag-0.30a/easytag.spec
99 --- easytag-0.30/easytag.spec   Sun Sep  7 11:36:43 2003
100 +++ easytag-0.30a/easytag.spec  Sat Sep 27 20:36:01 2003
101 @@ -1,5 +1,5 @@
102  %define    name      easytag
103 -%define    version   0.30
104 +%define    version   0.30a
105  %define    release   1
106  %define    prefix    /usr
107  
108 diff -ruN easytag-0.30/src/scan.c easytag-0.30a/src/scan.c
109 --- easytag-0.30/src/scan.c     Sat Sep  6 22:14:57 2003
110 +++ easytag-0.30a/src/scan.c    Sat Sep 27 20:35:32 2003
111 @@ -673,15 +673,6 @@
112  
113      if (!ETFile || !mask) return NULL;
114  
115 -    /* Replace characters */
116 -    if (CONVERT_UNDERSCORE_AND_P20_INTO_SPACE)
117 -    {
118 -        Scan_Convert_Underscore_Into_Space(mask);
119 -        Scan_Convert_P20_Into_Space(mask);
120 -    }
121 -    if (CONVERT_SPACE_INTO_UNDERSCORE)
122 -        Scan_Convert_Space_Into_Undescore(mask);
123 -
124  
125      /*
126       * Parse the codes to generate a list (1rst item = 1rst code)
127 @@ -799,6 +790,15 @@
128      // Free the list
129      Scan_Free_File_Rename_List(rename_file_list);
130  
131 +    /* Replace characters */
132 +    if (CONVERT_UNDERSCORE_AND_P20_INTO_SPACE)
133 +    {
134 +        Scan_Convert_Underscore_Into_Space(filename_new);
135 +        Scan_Convert_P20_Into_Space(filename_new);
136 +    }
137 +    if (CONVERT_SPACE_INTO_UNDERSCORE)
138 +        Scan_Convert_Space_Into_Undescore(filename_new);
139 +
140      return filename_new;
141  }
142  
This page took 0.22774 seconds and 3 git commands to generate.