Browse Source

the first applied patch fixes a problem with pilot-link. The shared objects

created by libtools does not contain the usual ".so" in their name. This 
breaks jpilot-syncmal.
(There a newer version of pilot-link announced on their website, but the link 
is dead. As soon as this link gets operational, we should reverify the .conf 
file....)

The second patch updates jpilot-syncmal to 0.72 and fixes the chksum.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1029 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
363aa91cf3
3 changed files with 4 additions and 3 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +2
    -2
      package/tibit/jpilot-syncmal/jpilot-syncmal.desc
  3. +1
    -1
      package/tibit/pilot-link/pilot-link.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -5,6 +5,7 @@ whole rxr-tree.
*) 2003-08-05 (2.0.0-beta7 - 2.0.0-rc1)
- Burkhard Linke: fixed kasc/clanlib, gtk-perl10, gtkhtml10
fixed tibit/pilot-link, tibit/jpilot-syncmal
*) 2003-08-04 (2.0.0-beta7 - 2.0.0-rc1)

+ 2
- 2
package/tibit/jpilot-syncmal/jpilot-syncmal.desc

@ -35,7 +35,7 @@
[L] GPL
[S] Stable
[V] 0.71.2
[V] 0.72
[P] X -----5---9 828.000
[D] 93939709793 jpilot-syncmal_0.71.2.tar.gz http://jasonday.home.att.net/
[D] 1225096427 jpilot-syncmal-0.72.tar.gz http://jasonday.home.att.net/code/syncmal/

+ 1
- 1
package/tibit/pilot-link/pilot-link.conf

@ -22,7 +22,7 @@
preconf_pilot() {
autoconf || true
aclocal; automake; libtoolize -c -f; autoconf;
}
confopt="$confopt --with-perl --with-python --with-libpng"

Loading…
Cancel
Save