Hello community, here is the log from the commit of package simple-mtpfs for openSUSE:Factory checked in at 2015-03-16 07:00:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/simple-mtpfs (Old) and /work/SRC/openSUSE:Factory/.simple-mtpfs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "simple-mtpfs" Changes: -------- --- /work/SRC/openSUSE:Factory/simple-mtpfs/simple-mtpfs.changes 2013-07-12 20:58:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.simple-mtpfs.new/simple-mtpfs.changes 2015-03-16 07:01:02.000000000 +0100 @@ -1,0 +2,8 @@ +Fri Mar 13 14:34:48 UTC 2015 - [email protected] + +- Version bump to 0.2: + * Various fixes to work with newer phones +- Remove useles CFLAGS declaration +- Run over spec-cleaner + +------------------------------------------------------------------- Old: ---- simple-mtpfs-0.1.tar.gz New: ---- simple-mtpfs-0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ simple-mtpfs.spec ++++++ --- /var/tmp/diff_new_pack.fVEmdR/_old 2015-03-16 07:01:03.000000000 +0100 +++ /var/tmp/diff_new_pack.fVEmdR/_new 2015-03-16 07:01:03.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package simple-mtpfs # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -15,19 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: simple-mtpfs -Version: 0.1 +Version: 0.2 Release: 0 Summary: Simple MTP fuse filesystem driver License: GPL-2.0+ Group: Productivity/Multimedia/Other -Source: http://github.com/phatina/simple-mtpfs/archive/%{name}-%{version}.tar.gz Url: http://github.com/phatina/simple-mtpfs -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libmtp-devel fuse-devel -BuildRequires: autoconf automake +Source: http://github.com/phatina/simple-mtpfs/archive/%{name}-%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: fuse-devel BuildRequires: gcc-c++ +BuildRequires: libmtp-devel BuildRequires: pkg-config +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for @@ -39,25 +42,21 @@ MTP device files. %prep -%setup -q -n %name-%name-%version -# fixed by upstream already --as-needed build -sed -i \ - -e 's:simple_mtpfs_LDFLAGS:simple_mtpfs_LDADD:g' \ - src/makefile.am +%setup -q -n %{name}-%{name}-%{version} %build -sh autogen.sh -%configure -make %{?_smp_mflags} V=1 -export CFLAGS="%{optflags}" +autoreconf -fvi +%configure \ + --disable-silent-rules +make %{?_smp_mflags} %install -%makeinstall +make DESTDIR=%{buildroot} install %{?_smp_mflags} %files %defattr(-,root,root) -%doc COPYING README +%doc COPYING README.md %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1.gz +%{_mandir}/man1/%{name}.1.* %changelog ++++++ simple-mtpfs-0.1.tar.gz -> simple-mtpfs-0.2.tar.gz ++++++ ++++ 2799 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
