Hello community,
here is the log from the commit of package obs-service-recompress for
openSUSE:Factory checked in at 2017-10-17 01:50:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-recompress (Old)
and /work/SRC/openSUSE:Factory/.obs-service-recompress.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-recompress"
Tue Oct 17 01:50:14 2017 rev:14 rq:533179 version:0.3.1+git20170704.59bf231
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-recompress/obs-service-recompress.changes
2016-03-17 16:48:02.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.obs-service-recompress.new/obs-service-recompress.changes
2017-10-17 01:50:18.716635282 +0200
@@ -1,0 +2,7 @@
+Fri Sep 01 11:11:35 UTC 2017 - [email protected]
+
+- Update to version 0.3.1+git20170704.59bf231:
+ * Add README.md file
+ * [dist] added spec file to git
+
+-------------------------------------------------------------------
Old:
----
obs-service-recompress-0.3.1+git20160217.7897d3f.tar.gz
New:
----
PKGBUILD
obs-service-recompress-0.3.1+git20170704.59bf231.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-recompress.spec ++++++
--- /var/tmp/diff_new_pack.dHXm3L/_old 2017-10-17 01:50:20.792538025 +0200
+++ /var/tmp/diff_new_pack.dHXm3L/_new 2017-10-17 01:50:20.796537838 +0200
@@ -1,7 +1,7 @@
#
# spec file for package obs-service-recompress
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define service recompress
Name: obs-service-%{service}
-Version: 0.3.1+git20160217.7897d3f
+Version: 0.3.1+git20170704.59bf231
Release: 0
Summary: An OBS source service: Recompress files
License: GPL-2.0+
++++++ PKGBUILD ++++++
pkgname=obs-service-recompress
pkgver=0.3.1+git20170704.59bf231
pkgrel=0
pkgdesc="An OBS source service: Recompress files"
arch=('i686' 'x86_64')
url="https://www.github.com/openSUSE/obs-service-recompress"
license=('GPL-2.0+' 'GPL-2.0')
groups=('base-devel')
depends=('python')
source=(obs-service-recompress-${pkgver}.tar.gz)
md5sums=('SKIP')
package() {
msg "Installing build ..."
cd "${srcdir}"/obs-service-recompress-${pkgver}
mkdir -p ${pkgdir}/usr/lib/obs/service
install -m 0755 recompress ${pkgdir}/usr/lib/obs/service
install -m 0644 recompress.service ${pkgdir}/usr/lib/obs/service
}
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.dHXm3L/_old 2017-10-17 01:50:20.868534465 +0200
+++ /var/tmp/diff_new_pack.dHXm3L/_new 2017-10-17 01:50:20.872534277 +0200
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param
name="url">[email protected]:openSUSE/obs-service-recompress.git</param>
- <param
name="changesrevision">7897d3fd693fb16a4726da3cc258194c97e619de</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">e79e48c8d95b85a2d1fbd47d365b3a287441cfc8</param></service></servicedata>
\ No newline at end of file
++++++ debian.dsc ++++++
--- /var/tmp/diff_new_pack.dHXm3L/_old 2017-10-17 01:50:20.904532779 +0200
+++ /var/tmp/diff_new_pack.dHXm3L/_new 2017-10-17 01:50:20.904532779 +0200
@@ -1,6 +1,6 @@
Format: 1.0
Source: obs-service-recompress
-Version: 0.3.1+git20160217.7897d3f
+Version: 0.3.1+git20170704.59bf231-0
Binary: obs-service-recompress
Maintainer: Adrian Schroeter <[email protected]>
Architecture: all
++++++ obs-service-recompress-0.3.1+git20160217.7897d3f.tar.gz ->
obs-service-recompress-0.3.1+git20170704.59bf231.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/obs-service-recompress-0.3.1+git20160217.7897d3f/README.md
new/obs-service-recompress-0.3.1+git20170704.59bf231/README.md
--- old/obs-service-recompress-0.3.1+git20160217.7897d3f/README.md
1970-01-01 01:00:00.000000000 +0100
+++ new/obs-service-recompress-0.3.1+git20170704.59bf231/README.md
2017-07-04 11:10:25.000000000 +0200
@@ -0,0 +1,13 @@
+# recompress (OBS source service)
+
+This is an [Open Build Service](http://openbuildservice.org/) source service.
It supports to compress, uncompress or recompress files from or to
+
+* none : No Compression
+* gz : Gzip Compression
+* bz2 : Bzip2 Compression
+* xz : XZ Compression
+
+This is the git repository for
[openSUSE:Tools/obs-service-recompress](https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-recompress).
The authoritative source is https://github.com/openSUSE/obs-service-recompress
+
+The service can be used in combination with other services like
[download_files](https://github.com/openSUSE/obs-service-download_files),
[tar_scm](https://github.com/openSUSE/obs-service-tar_scm),
[extract_file](https://github.com/openSUSE/obs-service-extract_file) or
[set_version](https://github.com/openSUSE/obs-service-set_version) e.g. within
the [GIT
integration](https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService#Example_2:_GIT_integration)
workflow.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/obs-service-recompress-0.3.1+git20160217.7897d3f/dist/obs-service-recompress.spec
new/obs-service-recompress-0.3.1+git20170704.59bf231/dist/obs-service-recompress.spec
---
old/obs-service-recompress-0.3.1+git20160217.7897d3f/dist/obs-service-recompress.spec
1970-01-01 01:00:00.000000000 +0100
+++
new/obs-service-recompress-0.3.1+git20170704.59bf231/dist/obs-service-recompress.spec
2017-07-04 11:10:25.000000000 +0200
@@ -0,0 +1,59 @@
+#
+# spec file for package obs-service-recompress
+#
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+
+%define service recompress
+
+Name: obs-service-%{service}
+Version: 0.3.1+git20160217.7897d3f
+Release: 0
+Summary: An OBS source service: Recompress files
+License: GPL-2.0+
+Group: Development/Tools/Building
+Url: https://github.com/openSUSE/obs-service-%{service}
+Source: %{name}-%{version}.tar.gz
+Requires: bzip2
+Requires: gzip
+Requires: xz
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildArch: noarch
+
+%description
+This is a source service for openSUSE Build Service.
+
+It supports to compress, uncompress or recompress files from or to
+
+ none : No Compression
+ gz : Gzip Compression
+ bz2 : Bzip2 Compression
+ xz : XZ Compression
+
+
+%prep
+%setup -q
+
+%build
+
+%install
+%makeinstall
+
+%files
+%defattr(-,root,root)
+%dir %{_prefix}/lib/obs
+%{_prefix}/lib/obs/service
+
+%changelog