[simple-mtpfs/f19] upgrade to v0.2

Peter Hatina phatina at fedoraproject.org
Fri Dec 6 09:16:34 UTC 2013


commit bc8ce2ee1478664170b19a9349039e514f46e8fc
Author: Peter Hatina <phatina at redhat.com>
Date:   Fri Dec 6 09:51:37 2013 +0100

    upgrade to v0.2

 .gitignore        |    1 +
 simple-mtpfs.spec |   15 +++++++++------
 sources           |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a59ce7b..5ced339 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /simple-mtpfs-0.1.tar.gz
+/simple-mtpfs-0.2.tar.gz
diff --git a/simple-mtpfs.spec b/simple-mtpfs.spec
index 1e59e44..dc128c1 100644
--- a/simple-mtpfs.spec
+++ b/simple-mtpfs.spec
@@ -1,12 +1,12 @@
 Name:          simple-mtpfs
-Version:       0.1
-Release:       6%{?dist}
+Version:       0.2
+Release:       1%{?dist}
 Summary:       Fuse-based MTP driver
 License:       GPLv2+
 URL:           https://github.com/phatina/simple-mtpfs
-Source0:       https://github.com/downloads/phatina/simple-mtpfs/%{name}-%{version}.tar.gz
+Source0:       http://phatina.fedorapeople.org/releases/simple-mtpfs/%{name}-%{version}.tar.gz
 
-BuildRequires: fuse-devel >= 2.8
+BuildRequires: fuse-devel >= 2.7.3
 BuildRequires: libmtp-devel
 
 %description
@@ -22,18 +22,21 @@ MTP device files.
 %setup -q -n %{name}-%{version}
 
 %build
-%configure
+%configure --with-tmpdir=/var/tmp
 make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
 %files
-%doc COPYING README
+%doc COPYING README.md
 %{_bindir}/simple-mtpfs
 %{_mandir}/man1/simple-mtpfs.1.gz
 
 %changelog
+* Fri Dec 06 2013 Peter Hatina <phatina at redhat.com> - 0.2-1
+- upgrade to v0.2
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 60f3fe2..05b810e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fdac4af381db109450e64783c4f1b2a5  simple-mtpfs-0.1.tar.gz
+96d388f0fa6088d6c62293891f34648b  simple-mtpfs-0.2.tar.gz


More information about the scm-commits mailing list