File obs-service-download_files.changes of Package obs-service-download_files
-------------------------------------------------------------------
Tue Jul 16 14:56:46 UTC 2013 - adrian@suse.de
- fallback to openSUSE 12.3 config if build does not provide default.config
-------------------------------------------------------------------
Mon Jun 24 12:09:57 UTC 2013 - tchvatal@suse.com
- Fix download from github by explicitly specifying output file.
- Use local scope where possible.
- Add bash comparsions instead of posix ones as bash invoke them
faster.
- Remove urlextension variable which was always empty.
-------------------------------------------------------------------
Fri Jun 21 20:04:15 UTC 2013 - andreas.stieger@gmx.de
- move the setting of the wget command inside the loop to start
new on every iteration. Prevents interference of a specified
http user agent or output file name with the next loop iteration,
as it happens when several sources are present in the spec file.
-------------------------------------------------------------------
Wed Jun 19 21:22:56 UTC 2013 - andreas.stieger@gmx.de
- Determine intended filename from URL fragment
* allows downloading from URLs not containing a filename, e.g.:
http://example.com/dl.cgi?{version}#/%{name}-%{version}.tar.gz
* allows downloading from URLS where the file name sent differs
from the one used in the package, e.g:
http://example.com/gpgkeys.asc#/%{name}.keyring
-------------------------------------------------------------------
Mon Nov 19 22:20:26 UTC 2012 - dimstar@opensuse.org
- Fix useradd invocation: -o is useless without -u and newer
versions of pwdutils/shadowutils fail on this now.
-------------------------------------------------------------------
Fri Aug 24 13:56:26 CEST 2012 - mls@suse.de
- also look at PKGBUILD files
-------------------------------------------------------------------
Mon Jan 2 13:06:49 UTC 2012 - cfarrell@suse.com
- license update: GPL-2.0+
SPDX format
-------------------------------------------------------------------
Wed Nov 23 10:03:54 UTC 2011 - adrian@suse.de
- import fixes for recompress & enforcelocal case (by coolo)
-------------------------------------------------------------------
Tue Nov 22 13:51:58 UTC 2011 - adrian@suse.de
- silence during directory change
-------------------------------------------------------------------
Fri Aug 26 09:34:38 UTC 2011 - adrian@suse.de
- allow to configure a local cache directory
-------------------------------------------------------------------
Fri Aug 26 08:54:00 UTC 2011 - adrian@suse.de
- add two new options:
enforceupstream=yes: package turns into broken state when
upstreams hosts a different file.
enforcelocal=yes: package turns into broken state when
the file was not part of the commit
-------------------------------------------------------------------
Wed Aug 24 08:27:04 UTC 2011 - adrian@suse.de
- support special download handling for sourceforge.net
-------------------------------------------------------------------
Thu Aug 18 09:39:28 UTC 2011 - adrian@suse.de
- use own user agent
- handle --outdir . situation
-------------------------------------------------------------------
Tue Jul 5 11:40:56 UTC 2011 - adrian@suse.de
- Improve error reporting on illegal URLs
- fix "same file as committed" detection
-------------------------------------------------------------------
Tue May 24 15:31:14 UTC 2011 - adrian@suse.de
- initial package to download files accordings to urls in spec file Source: tags