Hello community,

here is the log from the commit of package obs-service-download_files for 
openSUSE:Factory checked in at 2012-09-14 12:31:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-download_files (Old)
 and      /work/SRC/openSUSE:Factory/.obs-service-download_files.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obs-service-download_files", Maintainer is "adr...@suse.com"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-download_files/obs-service-download_files.changes
    2012-02-14 19:04:22.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-download_files.new/obs-service-download_files.changes
       2012-09-14 12:32:01.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Aug 24 13:56:26 CEST 2012 - m...@suse.de
+
+- also look at PKGBUILD files
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ obs-service-download_files.spec ++++++
--- /var/tmp/diff_new_pack.tZZmlA/_old  2012-09-14 12:32:02.000000000 +0200
+++ /var/tmp/diff_new_pack.tZZmlA/_new  2012-09-14 12:32:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package obs-service-download_files
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,17 @@
 #
 
 
-
 Name:           obs-service-download_files
+Summary:        An OBS source service: download files
 License:        GPL-2.0+
 Group:          Development/Tools/Building
-Summary:        An OBS source service: download files
-Version:        0.3
-Release:        3
+Version:        0.4
+Release:        0
 Source:         download_files
 Source1:        download_files.service
 Source2:        download_files.rc
 Requires:       wget diffutils
-Requires:       build >= 2011.05.24
+Requires:       build >= 2012.08.24
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 

++++++ download_files ++++++
--- /var/tmp/diff_new_pack.tZZmlA/_old  2012-09-14 12:32:02.000000000 +0200
+++ /var/tmp/diff_new_pack.tZZmlA/_new  2012-09-14 12:32:02.000000000 +0200
@@ -79,8 +79,8 @@
 WGET="/usr/bin/wget -4 --no-check-certificate -q --timeout=30 --tries=2 
--no-directories"
 
 RETURN=0
-for i in *.spec; do
-  [ "$i" == "*.spec" ] && exit 0
+for i in *.spec PKGBUILD; do
+  test -e "$i" || continue
 
   for url in `perl -I/usr/lib/build -MBuild -e Build::show 
/usr/lib/build/configs/default.conf "$i" sources`; do
     MYCACHEDIRECTORY="$CACHEDIRECTORY"
@@ -110,12 +110,12 @@
     if [ -n "$MYCACHEDIRECTORY" -a -f "$MYCACHEDIRECTORY/file/$HASH" ]; then
       RECOMPRESS=""
       FILE=`cat "$MYCACHEDIRECTORY/filename/$HASH"`
-      echo "INFO: Take file from local cache $FILE"
+      echo "INFO: Taking file from local cache $FILE"
       cp -a "$MYCACHEDIRECTORY/file/$HASH" ./"$FILE"
       MYCACHEDIRECTORY="" # do not copy back
     elif [ -z "$DORECOMPRESS" ]; then
       if ! $WGET "$url$urlextension"; then
-        echo "ERROR: Fail to download $url"
+        echo "ERROR: Failed to download $url"
         exit 1
       fi
       RECOMPRESS=""

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to