public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITP, RFU] Unison: new, updated, and obsoleted packages
@ 2007-07-06 18:28 Andrew Schulman
  2007-07-09  9:05 ` Corinna Vinschen
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Schulman @ 2007-07-06 18:28 UTC (permalink / raw)
  To: cygwin-apps

I have several changes for the Unison packages in Cygwin:

* All of the unison* packages now use a cygport build method.  This is the 
first time I've used cygport with unison*, so someone may want to review 
that part.  It works fine for me.

* New package:  unison2.27.  This is a new package for Cygwin, because it's
an incompatible version with the other unison* packages.  But it's still 
Unison, with the same package layout as all of the other unison* packages.  
So I don't think any package review is needed, except possibly for the 
cygport build script as described above.

* Updated packages: unison2.13, unison2.17.  These have updated README.Cygwin
files and now use a cygport build method.

* Obsoleted packages:  unison2.9.1, unison2.9.20, unison2.10.2, unison2.12.0.
- I looked in Debian, Fedora, openSuSE, and OpenBSD, and none of them are
still using these versions-- all have moved on to 2.13 or later.  
- Upstream source is no longer available for all of them except 2.9.1, and
that version was pretty buggy.
- I asked three days ago on the cygwin list if anyone still needed these
packages and why, and I didn't hear anything to make me think they're still
needed.

Question: what should I do about these obsolete packages?  I could release
new setup.hints for them with category: _obsolete, but would that force users
to uninstall them the next time they updated?  I don't want to maintain those 
packages any more, but I don't want to force users to uninstall them either.

Thanks,
Andrew.

# unison2.27
wget \
  http://home.comcast.net/~andrex/cygwin/unison2.27/setup.hint \
  http://home.comcast.net/~andrex/cygwin/unison2.27/unison2.27-2.27.29-1.tar.bz2 \
  http://home.comcast.net/~andrex/cygwin/unison2.27/unison2.27-2.27.29-1-src.tar.bz2
# unison2.17
wget \
  http://home.comcast.net/~andrex/cygwin/unison2.17/unison2.17-2.17.1-2.tar.bz2 \
  http://home.comcast.net/~andrex/cygwin/unison2.17/unison2.17-2.17.1-2-src.tar.bz2
# unison2.13
wget \
  http://home.comcast.net/~andrex/cygwin/unison2.13/unison2.13-2.13.16-2.tar.bz2 \
  http://home.comcast.net/~andrex/cygwin/unison2.13/unison2.13-2.13.16-2-src.tar.bz2

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ITP, RFU] Unison: new, updated, and obsoleted packages
  2007-07-06 18:28 [ITP, RFU] Unison: new, updated, and obsoleted packages Andrew Schulman
@ 2007-07-09  9:05 ` Corinna Vinschen
  2007-07-09 10:23   ` Andrew Schulman
  0 siblings, 1 reply; 6+ messages in thread
From: Corinna Vinschen @ 2007-07-09  9:05 UTC (permalink / raw)
  To: cygwin-apps

On Jul  6 14:27, Andrew Schulman wrote:
> Question: what should I do about these obsolete packages?  I could release
> new setup.hints for them with category: _obsolete, but would that force users
> to uninstall them the next time they updated?  I don't want to maintain those 
> packages any more, but I don't want to force users to uninstall them either.

I don't think you need to worry.  setup won't force users to uninstall
packages when they become obsoleted.  Just send new setup.hint files,
I will move the packages in the _obsolete subdir then.

> # unison2.27
> wget \
>   http://home.comcast.net/~andrex/cygwin/unison2.27/setup.hint \
>   http://home.comcast.net/~andrex/cygwin/unison2.27/unison2.27-2.27.29-1.tar.bz2 \
>   http://home.comcast.net/~andrex/cygwin/unison2.27/unison2.27-2.27.29-1-src.tar.bz2
> # unison2.17
> wget \
>   http://home.comcast.net/~andrex/cygwin/unison2.17/unison2.17-2.17.1-2.tar.bz2 \
>   http://home.comcast.net/~andrex/cygwin/unison2.17/unison2.17-2.17.1-2-src.tar.bz2
> # unison2.13
> wget \
>   http://home.comcast.net/~andrex/cygwin/unison2.13/unison2.13-2.13.16-2.tar.bz2 \
>   http://home.comcast.net/~andrex/cygwin/unison2.13/unison2.13-2.13.16-2-src.tar.bz2

Uploaded.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ITP, RFU] Unison: new, updated, and obsoleted packages
  2007-07-09  9:05 ` Corinna Vinschen
@ 2007-07-09 10:23   ` Andrew Schulman
  2007-07-09 10:32     ` Corinna Vinschen
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Schulman @ 2007-07-09 10:23 UTC (permalink / raw)
  To: cygwin-apps

> Just send new setup.hint files,
> I will move the packages in the _obsolete subdir then.

OK:

# unison2.9.1
wget http://home.comcast.net/~andrex/cygwin/unison2.9.1/setup.hint
# unison2.9.20
wget http://home.comcast.net/~andrex/cygwin/unison2.9.20/setup.hint
# unison2.10.2
wget http://home.comcast.net/~andrex/cygwin/unison2.10.2/setup.hint
# unison2.12.0
wget http://home.comcast.net/~andrex/cygwin/unison2.12.0/setup.hint

Thanks,
Andrew.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ITP, RFU] Unison: new, updated, and obsoleted packages
  2007-07-09 10:23   ` Andrew Schulman
@ 2007-07-09 10:32     ` Corinna Vinschen
  0 siblings, 0 replies; 6+ messages in thread
From: Corinna Vinschen @ 2007-07-09 10:32 UTC (permalink / raw)
  To: cygwin-apps

On Jul  9 06:22, Andrew Schulman wrote:
> > Just send new setup.hint files,
> > I will move the packages in the _obsolete subdir then.
> 
> OK:
> 
> # unison2.9.1
> wget http://home.comcast.net/~andrex/cygwin/unison2.9.1/setup.hint
> # unison2.9.20
> wget http://home.comcast.net/~andrex/cygwin/unison2.9.20/setup.hint
> # unison2.10.2
> wget http://home.comcast.net/~andrex/cygwin/unison2.10.2/setup.hint
> # unison2.12.0
> wget http://home.comcast.net/~andrex/cygwin/unison2.12.0/setup.hint

Uploaded and moved.


Thanks,
Cornina

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ITP, RFU] Unison: new, updated, and obsoleted packages
  2009-04-30 20:25 Andrew Schulman
@ 2009-05-01 14:54 ` Christopher Faylor
  0 siblings, 0 replies; 6+ messages in thread
From: Christopher Faylor @ 2009-05-01 14:54 UTC (permalink / raw)
  To: cygwin-apps

On Thu, Apr 30, 2009 at 04:25:02PM -0400, Andrew Schulman wrote:
>Changes to the Unison packages:
>
>New package:  unison2.31.
>
>Updated:  unison2.27.  Please leave version 2.27.57-1 as the previous version (per the commands below).
>
>Obsoleted:  unison2.13, unison2.17.
>
>Please upload for 1.5 and 1.7.
>Thanks,
>Andrew.
>
>##
>## 1.7
>##
>
>cd release-2/unison
>wget -x -nH --cut-dirs=3 \
> http://home.comcast.net/~andrex2/cygwin-1.7/unison/unison2.31/setup.hint \
> http://home.comcast.net/~andrex2/cygwin-1.7/unison/unison2.31/unison2.31-2.31.4-1.tar.bz2 \
> http://home.comcast.net/~andrex2/cygwin-1.7/unison/unison2.31/unison2.31-2.31.4-1-src.tar.bz2 \
> http://home.comcast.net/~andrex2/cygwin-1.7/unison/unison2.27/unison2.27-2.27.57-2.tar.bz2 \
> http://home.comcast.net/~andrex2/cygwin-1.7/unison/unison2.27/unison2.27-2.27.57-2-src.tar.bz2 \
> http://home.comcast.net/~andrex2/cygwin-1.7/unison/unison2.17/setup.hint \
> http://home.comcast.net/~andrex2/cygwin-1.7/unison/unison2.13/setup.hint
>rm unison2.27/unison2.27-2.27.48-3*
>
>##
>## 1.5
>##
>
>cd release/unison
>wget -x -nH --cut-dirs=3 \
> http://home.comcast.net/~andrex2/cygwin-1.5/unison/unison2.31/setup.hint \
> http://home.comcast.net/~andrex2/cygwin-1.5/unison/unison2.31/unison2.31-2.31.4-1.tar.bz2 \
> http://home.comcast.net/~andrex2/cygwin-1.5/unison/unison2.31/unison2.31-2.31.4-1-src.tar.bz2 \
> http://home.comcast.net/~andrex2/cygwin-1.5/unison/unison2.27/unison2.27-2.27.57-2.tar.bz2 \
> http://home.comcast.net/~andrex2/cygwin-1.5/unison/unison2.27/unison2.27-2.27.57-2-src.tar.bz2 \
> http://home.comcast.net/~andrex2/cygwin-1.5/unison/unison2.17/setup.hint \
> http://home.comcast.net/~andrex2/cygwin-1.5/unison/unison2.13/setup.hint
>rm unison2.27/unison2.27-2.27.48-3*

Uploaded.  Thanks for the convenient shell commands.

cgf

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ITP, RFU] Unison: new, updated, and obsoleted packages
@ 2009-04-30 20:25 Andrew Schulman
  2009-05-01 14:54 ` Christopher Faylor
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Schulman @ 2009-04-30 20:25 UTC (permalink / raw)
  To: cygwin-apps

Changes to the Unison packages:

New package:  unison2.31.

Updated:  unison2.27.  Please leave version 2.27.57-1 as the previous version (per the commands below).

Obsoleted:  unison2.13, unison2.17.

Please upload for 1.5 and 1.7.
Thanks,
Andrew.

##
## 1.7
##

cd release-2/unison
wget -x -nH --cut-dirs=3 \
 http://home.comcast.net/~andrex2/cygwin-1.7/unison/unison2.31/setup.hint \
 http://home.comcast.net/~andrex2/cygwin-1.7/unison/unison2.31/unison2.31-2.31.4-1.tar.bz2 \
 http://home.comcast.net/~andrex2/cygwin-1.7/unison/unison2.31/unison2.31-2.31.4-1-src.tar.bz2 \
 http://home.comcast.net/~andrex2/cygwin-1.7/unison/unison2.27/unison2.27-2.27.57-2.tar.bz2 \
 http://home.comcast.net/~andrex2/cygwin-1.7/unison/unison2.27/unison2.27-2.27.57-2-src.tar.bz2 \
 http://home.comcast.net/~andrex2/cygwin-1.7/unison/unison2.17/setup.hint \
 http://home.comcast.net/~andrex2/cygwin-1.7/unison/unison2.13/setup.hint
rm unison2.27/unison2.27-2.27.48-3*

##
## 1.5
##

cd release/unison
wget -x -nH --cut-dirs=3 \
 http://home.comcast.net/~andrex2/cygwin-1.5/unison/unison2.31/setup.hint \
 http://home.comcast.net/~andrex2/cygwin-1.5/unison/unison2.31/unison2.31-2.31.4-1.tar.bz2 \
 http://home.comcast.net/~andrex2/cygwin-1.5/unison/unison2.31/unison2.31-2.31.4-1-src.tar.bz2 \
 http://home.comcast.net/~andrex2/cygwin-1.5/unison/unison2.27/unison2.27-2.27.57-2.tar.bz2 \
 http://home.comcast.net/~andrex2/cygwin-1.5/unison/unison2.27/unison2.27-2.27.57-2-src.tar.bz2 \
 http://home.comcast.net/~andrex2/cygwin-1.5/unison/unison2.17/setup.hint \
 http://home.comcast.net/~andrex2/cygwin-1.5/unison/unison2.13/setup.hint
rm unison2.27/unison2.27-2.27.48-3*

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-05-01 14:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-06 18:28 [ITP, RFU] Unison: new, updated, and obsoleted packages Andrew Schulman
2007-07-09  9:05 ` Corinna Vinschen
2007-07-09 10:23   ` Andrew Schulman
2007-07-09 10:32     ` Corinna Vinschen
2009-04-30 20:25 Andrew Schulman
2009-05-01 14:54 ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).