From 17fae3a428914e94b4cf3dd09da17e9449a73ea8 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sat, 20 Oct 2007 14:54:41 +0000 Subject: [PATCH 1/4] Initialize branch F-8 for vdccm --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..e9e7ccd --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-8 From fa36c0c40397384bf961515dd6022d386911e48a Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Sun, 13 Jan 2008 15:25:29 +0000 Subject: [PATCH 2/4] - version upgrade --- .cvsignore | 2 +- sources | 2 +- vdccm.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index dbc5f4d..b17bf44 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -synce-vdccm-0.10.0.tar.gz +vdccm-0.10.1.tar.gz diff --git a/sources b/sources index e40e578..e3b3566 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f6fcb49297cf80a028bfe75a8e1bdc4d synce-vdccm-0.10.0.tar.gz +43bca4c2fdb658f99b07549fa03832e0 vdccm-0.10.1.tar.gz diff --git a/vdccm.spec b/vdccm.spec index 10bc45e..b94e87b 100644 --- a/vdccm.spec +++ b/vdccm.spec @@ -1,15 +1,15 @@ Name: vdccm -Version: 0.10.0 +Version: 0.10.1 Release: 1%{?dist} Summary: Serial connection daemon for Pocket PC devices Group: Applications/Communications License: MIT URL: http://www.synce.org -Source0: http://download.sf.net/synce/synce-vdccm-%{version}.tar.gz +Source0: http://download.sf.net/synce/vdccm-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libsynce-devel +BuildRequires: libsynce-devel >= 0.10.0 BuildRequires: libtool Requires: synce-serial @@ -66,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %changelog +* Fri Dec 21 2007 Andreas Bierfert +- 0.10.1-1 +- version upgrade + * Wed May 09 2007 Aurelien Bompard 0.10.0-1 - version 0.10.0 From 45419e13847bf29fb25da8918556f3697ea8c66b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:12:22 +0000 Subject: [PATCH 3/4] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f029cb2..4369c16 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: vdccm -# $Id$ +# $Id: Makefile,v 1.1 2007/04/29 22:08:12 wtogami Exp $ NAME := vdccm SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 73edbd9baae1ece2e376c2c43733fb2727d24647 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:54:46 +0000 Subject: [PATCH 4/4] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 4369c16..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: vdccm -# $Id: Makefile,v 1.1 2007/04/29 22:08:12 wtogami Exp $ -NAME := vdccm -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index e9e7ccd..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-8