rpms/multisync/devel multisync-gui-svn151.patch, NONE, 1.1 multisync-rpath.patch, NONE, 1.1 multisync-werror.patch, NONE, 1.1 multisync.desktop, NONE, 1.1 multisync.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Mon Mar 13 09:11:47 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/multisync/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19610/devel

Modified Files:
	.cvsignore sources 
Added Files:
	multisync-gui-svn151.patch multisync-rpath.patch 
	multisync-werror.patch multisync.desktop multisync.spec 
Log Message:
auto-import multisync-0.90.18-4 on branch devel from multisync-0.90.18-4.src.rpm

multisync-gui-svn151.patch:

--- NEW FILE multisync-gui-svn151.patch ---
diff -uhrN --exclude=.svn gui/aclocal.m4 /homes/awjb/cvs/multisync-gui/aclocal.m4
--- gui/aclocal.m4	2005-08-31 14:00:35.000000000 +0200
+++ /homes/awjb/cvs/multisync-gui/aclocal.m4	1970-01-01 01:00:00.000000000 +0100
@@ -1,6970 +0,0 @@
-# generated automatically by aclocal 1.7.9 -*- Autoconf -*-
-
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
-# Free Software Foundation, Inc.
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-# Do all the work for Automake.                            -*- Autoconf -*-
-
-# This macro actually does too much some checks are only needed if
-# your package does certain things.  But this isn't really a big deal.
-
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-# serial 10
-
-AC_PREREQ([2.54])
-
-# Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
-# the ones we care about.
-m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
-
-# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
-# AM_INIT_AUTOMAKE([OPTIONS])
-# -----------------------------------------------
-# The call with PACKAGE and VERSION arguments is the old style
-# call (pre autoconf-2.50), which is being phased out.  PACKAGE
-# and VERSION should now be passed to AC_INIT and removed from
-# the call to AM_INIT_AUTOMAKE.
-# We support both call styles for the transition.  After
-# the next Automake release, Autoconf can make the AC_INIT
-# arguments mandatory, and then we can depend on a new Autoconf
-# release and drop the old call support.
-AC_DEFUN([AM_INIT_AUTOMAKE],
-[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
- AC_REQUIRE([AC_PROG_INSTALL])dnl
-# test to see if srcdir already configured
-if test "`cd $srcdir && pwd`" != "`pwd`" &&
-   test -f $srcdir/config.status; then
-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
-fi
-
-# test whether we have cygpath
-if test -z "$CYGPATH_W"; then
-  if (cygpath --version) >/dev/null 2>/dev/null; then
-    CYGPATH_W='cygpath -w'
-  else
-    CYGPATH_W=echo
-  fi
-fi
-AC_SUBST([CYGPATH_W])
-
-# Define the identity of the package.
-dnl Distinguish between old-style and new-style calls.
-m4_ifval([$2],
-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
- AC_SUBST([PACKAGE], [$1])dnl
- AC_SUBST([VERSION], [$2])],
-[_AM_SET_OPTIONS([$1])dnl
- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
-
-_AM_IF_OPTION([no-define],,
-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
-
-# Some tools Automake needs.
-AC_REQUIRE([AM_SANITY_CHECK])dnl
-AC_REQUIRE([AC_ARG_PROGRAM])dnl
-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
-AM_MISSING_PROG(AUTOCONF, autoconf)
-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
-AM_MISSING_PROG(AUTOHEADER, autoheader)
-AM_MISSING_PROG(MAKEINFO, makeinfo)
-AM_MISSING_PROG(AMTAR, tar)
-AM_PROG_INSTALL_SH
-AM_PROG_INSTALL_STRIP
-# We need awk for the "check" target.  The system "awk" is bad on
-# some platforms.
-AC_REQUIRE([AC_PROG_AWK])dnl
-AC_REQUIRE([AC_PROG_MAKE_SET])dnl
-AC_REQUIRE([AM_SET_LEADING_DOT])dnl
-
-_AM_IF_OPTION([no-dependencies],,
-[AC_PROVIDE_IFELSE([AC_PROG_CC],
-                  [_AM_DEPENDENCIES(CC)],
-                  [define([AC_PROG_CC],
-                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
-                  [_AM_DEPENDENCIES(CXX)],
-                  [define([AC_PROG_CXX],
-                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
-])
-])
-
-
-# When config.status generates a header, we must update the stamp-h file.
-# This file resides in the same directory as the config header
-# that is generated.  The stamp files are numbered to have different names.
-
-# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
-# loop where config.status creates the headers, so we can generate
-# our stamp files there.
-AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
-[# Compute $1's index in $config_headers.
-_am_stamp_count=1
-for _am_header in $config_headers :; do
-  case $_am_header in
-    $1 | $1:* )
-      break ;;
-    * )
-      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
-  esac
-done
-echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
-
-# Copyright 2002  Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-
-# AM_AUTOMAKE_VERSION(VERSION)
-# ----------------------------
-# Automake X.Y traces this macro to ensure aclocal.m4 has been
-# generated from the m4 files accompanying Automake X.Y.
-AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])
-
-# AM_SET_CURRENT_AUTOMAKE_VERSION
-# -------------------------------
-# Call AM_AUTOMAKE_VERSION so it can be traced.
-# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
-AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-	 [AM_AUTOMAKE_VERSION([1.7.9])])
-
-# Helper functions for option handling.                    -*- Autoconf -*-
-
-# Copyright 2001, 2002  Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-# serial 2
-
-# _AM_MANGLE_OPTION(NAME)
-# -----------------------
-AC_DEFUN([_AM_MANGLE_OPTION],
-[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
-
-# _AM_SET_OPTION(NAME)
-# ------------------------------
[...51598 lines suppressed...]
-         you modified a \`.texi' or \`.texinfo' file, or any other file
-         indirectly affecting the aspect of the manual.  The spurious
-         call might also be the consequence of using a buggy \`make' (AIX,
-         DU, IRIX).  You might want to install the \`Texinfo' package or
-         the \`GNU make' package.  Grab either from any GNU archive site."
-    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
-    if test -z "$file"; then
-      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
-      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
-    fi
-    touch $file
-    ;;
-
-  tar)
-    shift
-    if test -n "$run"; then
-      echo 1>&2 "ERROR: \`tar' requires --run"
-      exit 1
-    fi
-
-    # We have already tried tar in the generic part.
-    # Look for gnutar/gtar before invocation to avoid ugly error
-    # messages.
-    if (gnutar --version > /dev/null 2>&1); then
-       gnutar "$@" && exit 0
-    fi
-    if (gtar --version > /dev/null 2>&1); then
-       gtar "$@" && exit 0
-    fi
-    firstarg="$1"
-    if shift; then
-	case "$firstarg" in
-	*o*)
-	    firstarg=`echo "$firstarg" | sed s/o//`
-	    tar "$firstarg" "$@" && exit 0
-	    ;;
-	esac
-	case "$firstarg" in
-	*h*)
-	    firstarg=`echo "$firstarg" | sed s/h//`
-	    tar "$firstarg" "$@" && exit 0
-	    ;;
-	esac
-    fi
-
-    echo 1>&2 "\
-WARNING: I can't seem to be able to run \`tar' with the given arguments.
-         You may want to install GNU tar or Free paxutils, or check the
-         command line arguments."
-    exit 1
-    ;;
-
-  *)
-    echo 1>&2 "\
-WARNING: \`$1' is needed, and you do not seem to have it handy on your
-         system.  You might have modified some files without having the
-         proper tools for further handling them.  Check the \`README' file,
-         it often tells you about the needed prerequisites for installing
-         this package.  You may also peek at any GNU archive site, in case
-         some other package would contain this missing \`$1' program."
-    exit 1
-    ;;
-esac
-
-exit 0
diff -uhrN --exclude=.svn gui/mkinstalldirs /homes/awjb/cvs/multisync-gui/mkinstalldirs
--- gui/mkinstalldirs	2005-02-06 07:25:15.000000000 +0100
+++ /homes/awjb/cvs/multisync-gui/mkinstalldirs	1970-01-01 01:00:00.000000000 +0100
@@ -1,111 +0,0 @@
-#! /bin/sh
-# mkinstalldirs --- make directory hierarchy
-# Author: Noah Friedman <friedman at prep.ai.mit.edu>
-# Created: 1993-05-16
-# Public domain
-
-errstatus=0
-dirmode=""
-
-usage="\
-Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..."
-
-# process command line arguments
-while test $# -gt 0 ; do
-  case $1 in
-    -h | --help | --h*)         # -h for help
-      echo "$usage" 1>&2
-      exit 0
-      ;;
-    -m)                         # -m PERM arg
-      shift
-      test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
-      dirmode=$1
-      shift
-      ;;
-    --)                         # stop option processing
-      shift
-      break
-      ;;
-    -*)                         # unknown option
-      echo "$usage" 1>&2
-      exit 1
-      ;;
-    *)                          # first non-opt arg
-      break
-      ;;
-  esac
-done
-
-for file
-do
-  if test -d "$file"; then
-    shift
-  else
-    break
-  fi
-done
-
-case $# in
-  0) exit 0 ;;
-esac
-
-case $dirmode in
-  '')
-    if mkdir -p -- . 2>/dev/null; then
-      echo "mkdir -p -- $*"
-      exec mkdir -p -- "$@"
-    fi
-    ;;
-  *)
-    if mkdir -m "$dirmode" -p -- . 2>/dev/null; then
-      echo "mkdir -m $dirmode -p -- $*"
-      exec mkdir -m "$dirmode" -p -- "$@"
-    fi
-    ;;
-esac
-
-for file
-do
-  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
-  shift
-
-  pathcomp=
-  for d
-  do
-    pathcomp="$pathcomp$d"
-    case $pathcomp in
-      -*) pathcomp=./$pathcomp ;;
-    esac
-
-    if test ! -d "$pathcomp"; then
-      echo "mkdir $pathcomp"
-
-      mkdir "$pathcomp" || lasterr=$?
-
-      if test ! -d "$pathcomp"; then
-  	errstatus=$lasterr
-      else
-  	if test ! -z "$dirmode"; then
-	  echo "chmod $dirmode $pathcomp"
-    	  lasterr=""
-  	  chmod "$dirmode" "$pathcomp" || lasterr=$?
-
-  	  if test ! -z "$lasterr"; then
-  	    errstatus=$lasterr
-  	  fi
-  	fi
-      fi
-    fi
-
-    pathcomp="$pathcomp/"
-  done
-done
-
-exit $errstatus
-
-# Local Variables:
-# mode: shell-script
-# sh-indentation: 2
-# End:
-# mkinstalldirs ends here
Binary files gui/multisync0.90 and /homes/awjb/cvs/multisync-gui/multisync0.90 differ
Binary files gui/pair.o and /homes/awjb/cvs/multisync-gui/pair.o differ
diff -uhrN --exclude=.svn gui/plugins.c /homes/awjb/cvs/multisync-gui/plugins.c
--- gui/plugins.c	2005-11-06 13:29:29.000000000 +0100
+++ /homes/awjb/cvs/multisync-gui/plugins.c	2006-03-01 09:09:20.000000000 +0100
@@ -32,5 +32,7 @@
 #ifdef ENABLE_EVO
 	msync_register_evo_sync(env);
 #endif
+#ifdef ENABLE_SYNCE
 	msync_register_synce_sync(env);
+#endif
 }
Binary files gui/plugins.o and /homes/awjb/cvs/multisync-gui/plugins.o differ
diff -uhrN --exclude=.svn gui/stamp-h1 /homes/awjb/cvs/multisync-gui/stamp-h1
--- gui/stamp-h1	2005-08-31 14:03:12.000000000 +0200
+++ /homes/awjb/cvs/multisync-gui/stamp-h1	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-timestamp for config.h
Binary files gui/support.o and /homes/awjb/cvs/multisync-gui/support.o differ

multisync-rpath.patch:

--- NEW FILE multisync-rpath.patch ---
--- tools/Makefile.am.orig	2005-11-29 14:43:23.000000000 +0100
+++ tools/Makefile.am	2005-11-29 14:46:18.000000000 +0100
@@ -1,13 +1,13 @@
 ## Process this file with automake to produce Makefile.in
 
-AM_CFLAGS = -Wall -Werror -I$(top_srcdir)
+AM_CFLAGS = -Wall -I$(top_srcdir)
 
 INCLUDES = @PACKAGE_CFLAGS@
 
 bin_PROGRAMS = msynctool convcard
 
 msynctool_SOURCES = msynctool.c
-msynctool_LDFLAGS = @PACKAGE_LIBS@ -R $(libdir)
+msynctool_LDFLAGS = @PACKAGE_LIBS@
 
 convcard_SOURCES = convcard.c
-convcard_LDFLAGS = @PACKAGE_LIBS@ -R $(libdir)
\ No newline at end of file
+convcard_LDFLAGS = @PACKAGE_LIBS@

multisync-werror.patch:

--- NEW FILE multisync-werror.patch ---
--- gui/Makefile.am.orig	2006-03-01 09:23:42.000000000 +0100
+++ gui/Makefile.am	2006-03-01 09:23:54.000000000 +0100
@@ -20,7 +20,7 @@
 SYNCELIB = 
 endif
 
-AM_CFLAGS = -Wall -Werror -I$(top_srcdir)
+AM_CFLAGS = -Wall -I$(top_srcdir)
 
 INCLUDES = \
 	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
--- gui/evolution2_sync/Makefile.am.orig	2006-03-01 09:33:32.000000000 +0100
+++ gui/evolution2_sync/Makefile.am	2006-03-01 09:33:43.000000000 +0100
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-AM_CFLAGS = @XMLCFLAGS@ -Werror -Wall
+AM_CFLAGS = @XMLCFLAGS@ -Wall
 
 INCLUDES = @PACKAGE_CFLAGS@ -I$(top_srcdir)
 
--- gui/evolution_sync/Makefile.am.orig	2006-03-01 09:33:54.000000000 +0100
+++ gui/evolution_sync/Makefile.am	2006-03-01 09:34:03.000000000 +0100
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-AM_CFLAGS = @XMLCFLAGS@ -Werror -Wall
+AM_CFLAGS = @XMLCFLAGS@ -Wall
 
 INCLUDES = @PACKAGE_CFLAGS@ -I$(top_srcdir)
 
--- gui/file-sync/Makefile.am.orig	2006-03-01 09:32:57.000000000 +0100
+++ gui/file-sync/Makefile.am	2006-03-01 09:33:09.000000000 +0100
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-AM_CFLAGS = @XMLCFLAGS@ -Werror -Wall
+AM_CFLAGS = @XMLCFLAGS@ -Wall
 
 INCLUDES = @PACKAGE_CFLAGS@ -I$(top_srcdir) -I$(srcdir)
 
--- gui/synce_sync/Makefile.am.orig	2006-03-01 09:34:20.000000000 +0100
+++ gui/synce_sync/Makefile.am	2006-03-01 09:34:29.000000000 +0100
@@ -1,6 +1,6 @@
 ## Process this synce with automake to produce Makesynce.in
 
-AM_CFLAGS = @XMLCFLAGS@ -Werror -Wall
+AM_CFLAGS = @XMLCFLAGS@ -Wall
 
 INCLUDES = @PACKAGE_CFLAGS@ -I$(top_srcdir)
 


--- NEW FILE multisync.desktop ---
[Desktop Entry]
Name=multisync
Comment=Calendar synchronization program
Exec=multisync
Terminal=false
Type=Application
Encoding=UTF-8
Categories=Application;System;


--- NEW FILE multisync.spec ---
Name:           multisync
Version:        0.90.18
Release:        4%{?dist}
Summary:        Calendar (and other PIM data) synchronization program

Group:          Applications/Communications
License:        GPL
URL:            http://www.opensync.org
# see http://www.opensync.org/wiki/download
Source0:        %{name}-%{version}.tar.gz
Source1:        %{name}.desktop
Patch0:         multisync-rpath.patch
# this is svn151 with a few fixes
Patch1:         multisync-gui-svn151.patch
Patch2:         multisync-werror.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libopensync-devel
BuildRequires:  gnome-libs-devel
BuildRequires:  libgnomeui-devel
BuildRequires:  desktop-file-utils
BuildRequires:  libopensync-plugin-evolution2-devel
BuildRequires:  automake

%description
MultiSync is a program to synchronize calendars, addressbooks and other PIM
data between programs on your computer and other computers, mobile devices,
PDAs or cell phones. It is packaged with plugins for Ximian Evolution, IrMC
mobile devices, Opie / Zaurus PDAs, SyncML, ldap and for backup.

%package gui
Summary:  GUI interface for multisync
Group:    Applications/Communications
Requires: %{name} = %{version}-%{release}

%description gui
Graphical User Interface for multisync

%prep
%setup -q
%patch0
%patch1
%patch2

%build
# both don't like smp flags so disable them for now

NOCONFIGURE=true ./autogen.sh
%configure --disable-static
%{__make}

# build gui
cd gui
autoreconf -sfi 
%configure --disable-static --disable-rpath
# if we don't do a make clean here we only get a segfaulting binary
%{__make} clean
%{__make}

%install
rm -fr $RPM_BUILD_ROOT
%makeinstall
cd gui
%makeinstall

mv $RPM_BUILD_ROOT/%{_bindir}/multisync{0.90,}

find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'

desktop-file-install \
  --vendor=fedora \
  --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
  --add-category=X-Fedora \
  %{SOURCE1}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root,-)
%doc AUTHORS COPYING ChangeLog README
%{_bindir}/convcard
%{_bindir}/msynctool

%files gui
%defattr(-, root, root,-)
%doc COPYING
%{_bindir}/multisync
%{_datadir}/applications/*desktop

%changelog
* Wed Mar 01 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.90.18-4
- fix segfaulting binary
- diff against svn151
- code a little bit for sanity

* Fri Feb 17 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.90.18-3
- Add missing desktop file
- Add BR for evolution2 plugin so gui will detect this correctly

* Sat Dec 31 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.90.18-2
- add BR libgnomeui-devel
- comment on missing smp flags

* Tue Nov 29 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.90.18-1
- user newer version from opensync project
- split gui and cmd line tool

* Thu Aug 11 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.82-4
- remove devel package altogether
- change Requires

0.82-3
- fedorarized
- install plugins in a more compact way
- add devel package

* Tue Nov 23 2004 Che
- initial rpm release
- decided to not split it for sanity reasons.
- thanks to streeter for the patches. (cheers to rh)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/multisync/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Mar 2006 09:05:45 -0000	1.1
+++ .cvsignore	13 Mar 2006 09:11:47 -0000	1.2
@@ -0,0 +1 @@
+multisync-0.90.18.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/multisync/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Mar 2006 09:05:45 -0000	1.1
+++ sources	13 Mar 2006 09:11:47 -0000	1.2
@@ -0,0 +1 @@
+d55d8eaeecb825b87a25eeceaef92cb9  multisync-0.90.18.tar.gz




More information about the fedora-extras-commits mailing list