Hello community, here is the log from the commit of package s3backer for openSUSE:Factory checked in at 2013-01-29 14:40:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/s3backer (Old) and /work/SRC/openSUSE:Factory/.s3backer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "s3backer", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2013-01-09 19:40:42.352580873 +0100 +++ /work/SRC/openSUSE:Factory/.s3backer.new/s3backer.changes 2013-01-29 14:40:12.000000000 +0100 @@ -0,0 +1,22 @@ +------------------------------------------------------------------- +Wed Jan 23 15:44:06 UTC 2013 - [email protected] + +- Fix License to use SPDX format +- Install COPYING into docs +- Remove INSTALL from docs + +------------------------------------------------------------------- +Sat Apr 7 21:30:58 UTC 2012 - [email protected] + +- Update to version 1.3.3 + +------------------------------------------------------------------- +Sat May 14 16:23:17 UTC 2011 - [email protected] + +- Update to version 1.3.2 + +------------------------------------------------------------------- +Sun Jul 18 19:25:00 UTC 2010 - [email protected] + +- Added SUSE_ASNEEDED magic to fix build + New: ---- s3backer-1.3.3.tar.gz s3backer.changes s3backer.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ s3backer.spec ++++++ # $Id: s3backer.spec 405 2009-10-19 17:41:23Z archie.cobbs $ # # Copyright 2008 Archie L. Cobbs. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. # Name: s3backer Version: 1.3.3 Release: 1 License: GPL-2.0+ Summary: FUSE-based single file backing store via Amazon S3 Group: System/Filesystems Source: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz URL: http://%{name}.googlecode.com/ BuildRoot: %{_tmppath}/%{name}-%{version}-root %if 0%{?suse_version} >= 1100 BuildRequires: libcurl-devel >= 7.16.2 BuildRequires: libopenssl-devel %else BuildRequires: curl-devel >= 7.16.2 BuildRequires: openssl-devel %endif BuildRequires: fuse-devel >= 2.5 BuildRequires: zlib-devel %if 0%{?suse_version} < 1000 || 0%{?fedora_version} != 0 || 0%{?centos_version} != 0 BuildRequires: expat %else BuildRequires: libexpat-devel %endif BuildRequires: pkgconfig %description s3backer is a filesystem that contains a single file backed by the Amazon Simple Storage Service (Amazon S3). As a filesystem, it is very simple: it provides a single normal file having a fixed size. Underneath, the file is divided up into blocks, and the content of each block is stored in a unique Amazon S3 object. In other words, what s3backer provides is really more like an S3-backed virtual hard disk device, rather than a filesystem. In typical usage, a `normal' filesystem is mounted on top of the file exported by the s3backer filesystem using a loopback mount (or disk image mount on Mac OS X). %prep %setup -q %build export SUSE_ASNEEDED=0 %{configure} make %install rm -rf ${RPM_BUILD_ROOT} %{makeinstall} install COPYING %{buildroot}%{_datadir}/doc/packages/%{name}/ rm -f %{buildroot}%{_datadir}/doc/packages/%{name}/INSTALL %files %defattr(0644,root,root,0755) %attr(0755,root,root) %{_bindir}/%{name} %if 0%{?mandriva_version} %attr(0644,root,root) %{_mandir}/man1/%{name}.1 %else %attr(0644,root,root) %{_mandir}/man1/%{name}.1.gz %endif %doc %{_datadir}/doc/packages/%{name} %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
