[rfpkg/f24: 4/4] Update to 1.23.3
by nchauvet
commit 6472d8ae2019563aba88828060877b929ce8cbe3
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Jul 1 20:06:13 2016 +0200
Update to 1.23.3
rfpkg.spec | 23 ++++++-----------------
sources | 2 +-
2 files changed, 7 insertions(+), 18 deletions(-)
---
diff --git a/rfpkg.spec b/rfpkg.spec
index 7f5f58a..ab59efc 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -5,12 +5,11 @@
%global python2_version 2.6
%endif
-%global checkout 62a8b01494dde87116cc588b318c008499bf30ac
-%global date 20151027
+%global checkout f5465b851ad4a10fe4504a6f499409dd54b93c04
Name: rfpkg
Summary: RPM Fusion utility for working with dist-git
-Version: 1.23.2
+Version: 1.23.3
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@@ -53,26 +52,12 @@ sed -e 's|^#!python|#!%{__python2}|g' -i $RPM_BUILD_ROOT%{_bindir}/rfpkg
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -p -m 0644 rfpkg.1 $RPM_BUILD_ROOT%{_mandir}/man1
-##Make 'rfpkg' free/nonfree scripts
-cat > $RPM_BUILD_ROOT%{_bindir}/rfpkg-free <<EOF
-#!/bin/sh
-exec %{_bindir}/rfpkg -C %{_sysconfdir}/rpkg/rfpkg-free.conf "\$@"
-EOF
-
-cat > $RPM_BUILD_ROOT%{_bindir}/rfpkg-nonfree <<EOF
-#!/bin/sh
-exec %{_bindir}/rfpkg -C %{_sysconfdir}/rpkg/rfpkg-nonfree.conf "\$@"
-EOF
-
-chmod +x $RPM_BUILD_ROOT%{_bindir}/rfpkg-*free
-##
%files
%{!?_licensedir:%global license %doc}
%doc README
%license COPYING
%{_bindir}/rfpkg
-%{_bindir}/rfpkg-*
%{python2_sitelib}/rfpkg/
%{python2_sitelib}/rfpkg-%{version}-py%{python2_version}.egg-info/
%{_mandir}/man1/rfpkg.1*
@@ -91,6 +76,10 @@ chmod +x $RPM_BUILD_ROOT%{_bindir}/rfpkg-*free
%changelog
+* Fri Jul 01 2016 Nicolas Chauvet <nicolas.chauvet(a)kwizart.fr> - 1.23.3-1
+- Update to 1.23.3
+- Remove broken rfpkg-free and rfpkg-nonfree
+
* Sun Jun 19 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 1.23.2-1
- Update to 1.23.2
diff --git a/sources b/sources
index b6c605e..02cb52b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b05545b2b970c7d1d8911bb20d13c1ed rfpkg-1.23.2.tar.gz
+87716274826b741a5ec80e514f800c76 rfpkg-1.23.3.tar.gz
8 years, 4 months
[rfpkg/f24] (4 commits) ...Update to 1.23.3
by nchauvet
Summary of changes:
d92fd47... Initial version based on 1.23 (*)
1219190... Update to 1.23.1 (*)
7f97d82... Update to 1.23.2 (*)
6472d8a... Update to 1.23.3
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[aqualung/f23] Switched from svn to git
by Martin Gansser
commit 583ebbde4619aec4c7e625f5b3562ab123dc51a6
Author: Martin Gansser <mgansser(a)alice.de>
Date: Fri Jul 1 19:59:44 2016 +0200
Switched from svn to git
- Update to 1.0-0.2.rc1git05dfcb7
- Added %{_docdir}/%{name}
.gitignore | 1 +
aqualung-snapshot.sh | 31 -------------------------------
aqualung.spec | 35 +++++++++++++++++++++--------------
sources | 2 +-
4 files changed, 23 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f5e5541..a043d00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
aqualung-export-r1309.tar.bz2
+/aqualung-05dfcb7.tar.gz
diff --git a/aqualung.spec b/aqualung.spec
index 563f8c7..6bbd8a2 100644
--- a/aqualung.spec
+++ b/aqualung.spec
@@ -1,4 +1,6 @@
-%global svn_rev 1309
+#https://github.com/jeremyevans/aqualung/commit/05dfcb75ddb1b9f413b80b3d42a7ca96a8ef3906
+%global commit0 05dfcb75ddb1b9f413b80b3d42a7ca96a8ef3906
+%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global nonfree 0
%global free 1
@@ -15,17 +17,13 @@
%endif
Name: aqualung
-Version: 0.9
-Release: 0.8.svn%{svn_rev}%{?dist}
+Version: 1.0
+Release: 0.2.rc1git%{shortcommit0}%{?dist}
Summary: Music Player for GNU/Linux
-
-Group: Applications/Multimedia
License: GPLv2+
-URL: http://aqualung.factorial.hu/
-# run ./aqualung-snapshot.sh to get this
-Source0: %{name}-export-r%{svn_rev}.tar.bz2
+URL: http://aqualung.jeremyevans.net/
+Source0: https://github.com/jeremyevans/aqualung/archive/%{commit0}/%{name}-%{comm...
Source1: %{name}.desktop
-Source10: %{name}-snapshot.sh
# autogen.sh
BuildRequires: autoconf automake pkgconfig gettext-devel
@@ -70,7 +68,7 @@ well as sound files in just about any audio format and has the feature of
inserting no gaps between adjacent tracks.
%prep
-%setup -q -n %{name}-export-r%{svn_rev}
+%setup -qn %{name}-%{commit0}
%build
./autogen.sh
@@ -132,8 +130,17 @@ update-desktop-database &> /dev/null || :
%{_datadir}/man/man1/%{name}.*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
+%{_docdir}/%{name}
%changelog
+* Fri Jul 01 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.0-0.2.rc1git05dfcb7
+- Switched from svn to git
+- Update to 1.0-0.2.rc1git05dfcb7
+- Added %%{_docdir}/%%{name}
+
+* Fri Aug 28 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 1.0-0.1.svn1311
+- Update to SVN r1311
+
* Mon Mar 02 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.9-0.8.svn1309
- dropped aqualung-fsf-fix.patch
@@ -154,16 +161,16 @@ update-desktop-database &> /dev/null || :
- corrected license tag
* Tue Feb 2 2010 Akio Idehara <zbe64533 at gmail.com> 0.9-0.5.svn1115
-- Disable mac support. This is mac's the license issue.
+- Disable mac support, this is mac's the license issue
* Mon Feb 1 2010 Akio Idehara <zbe64533 at gmail.com> 0.9-0.4.svn1115
-- Add post/postun.
+- Add post/postun
* Mon Feb 1 2010 Akio Idehara <zbe64533 at gmail.com> 0.9-0.3.svn1115
-- Update to SVN r1115.
+- Update to SVN r1115
* Sun Jan 31 2010 Akio Idehara <zbe64533 at gmail.com> 0.9-0.2.svn1109
-- Change Socket test routine.
+- Change Socket test routine
* Sat Jan 23 2010 Akio Idehara <zbe64533 at gmail.com> 0.9-0.1.svn1109
- Initial RPM release
diff --git a/sources b/sources
index 3923d4e..8d4207d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a83ceedf7adaefa0a4a10f861119457 aqualung-export-r1309.tar.bz2
+b80f5be22f9823c48f066448ab29c242 aqualung-05dfcb7.tar.gz
8 years, 4 months
[aqualung/f24] Switched from svn to git
by Martin Gansser
commit 6d308edcc0bd52558aa367183ce0cbb421c84403
Author: Martin Gansser <mgansser(a)alice.de>
Date: Fri Jul 1 19:58:56 2016 +0200
Switched from svn to git
- Update to 1.0-0.2.rc1git05dfcb7
- Added %{_docdir}/%{name}
.gitignore | 1 +
aqualung-snapshot.sh | 31 -------------------------------
aqualung.spec | 35 +++++++++++++++++++++--------------
sources | 2 +-
4 files changed, 23 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f5e5541..a043d00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
aqualung-export-r1309.tar.bz2
+/aqualung-05dfcb7.tar.gz
diff --git a/aqualung.spec b/aqualung.spec
index 563f8c7..6bbd8a2 100644
--- a/aqualung.spec
+++ b/aqualung.spec
@@ -1,4 +1,6 @@
-%global svn_rev 1309
+#https://github.com/jeremyevans/aqualung/commit/05dfcb75ddb1b9f413b80b3d42a7ca96a8ef3906
+%global commit0 05dfcb75ddb1b9f413b80b3d42a7ca96a8ef3906
+%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global nonfree 0
%global free 1
@@ -15,17 +17,13 @@
%endif
Name: aqualung
-Version: 0.9
-Release: 0.8.svn%{svn_rev}%{?dist}
+Version: 1.0
+Release: 0.2.rc1git%{shortcommit0}%{?dist}
Summary: Music Player for GNU/Linux
-
-Group: Applications/Multimedia
License: GPLv2+
-URL: http://aqualung.factorial.hu/
-# run ./aqualung-snapshot.sh to get this
-Source0: %{name}-export-r%{svn_rev}.tar.bz2
+URL: http://aqualung.jeremyevans.net/
+Source0: https://github.com/jeremyevans/aqualung/archive/%{commit0}/%{name}-%{comm...
Source1: %{name}.desktop
-Source10: %{name}-snapshot.sh
# autogen.sh
BuildRequires: autoconf automake pkgconfig gettext-devel
@@ -70,7 +68,7 @@ well as sound files in just about any audio format and has the feature of
inserting no gaps between adjacent tracks.
%prep
-%setup -q -n %{name}-export-r%{svn_rev}
+%setup -qn %{name}-%{commit0}
%build
./autogen.sh
@@ -132,8 +130,17 @@ update-desktop-database &> /dev/null || :
%{_datadir}/man/man1/%{name}.*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
+%{_docdir}/%{name}
%changelog
+* Fri Jul 01 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.0-0.2.rc1git05dfcb7
+- Switched from svn to git
+- Update to 1.0-0.2.rc1git05dfcb7
+- Added %%{_docdir}/%%{name}
+
+* Fri Aug 28 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 1.0-0.1.svn1311
+- Update to SVN r1311
+
* Mon Mar 02 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.9-0.8.svn1309
- dropped aqualung-fsf-fix.patch
@@ -154,16 +161,16 @@ update-desktop-database &> /dev/null || :
- corrected license tag
* Tue Feb 2 2010 Akio Idehara <zbe64533 at gmail.com> 0.9-0.5.svn1115
-- Disable mac support. This is mac's the license issue.
+- Disable mac support, this is mac's the license issue
* Mon Feb 1 2010 Akio Idehara <zbe64533 at gmail.com> 0.9-0.4.svn1115
-- Add post/postun.
+- Add post/postun
* Mon Feb 1 2010 Akio Idehara <zbe64533 at gmail.com> 0.9-0.3.svn1115
-- Update to SVN r1115.
+- Update to SVN r1115
* Sun Jan 31 2010 Akio Idehara <zbe64533 at gmail.com> 0.9-0.2.svn1109
-- Change Socket test routine.
+- Change Socket test routine
* Sat Jan 23 2010 Akio Idehara <zbe64533 at gmail.com> 0.9-0.1.svn1109
- Initial RPM release
diff --git a/sources b/sources
index 3923d4e..8d4207d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a83ceedf7adaefa0a4a10f861119457 aqualung-export-r1309.tar.bz2
+b80f5be22f9823c48f066448ab29c242 aqualung-05dfcb7.tar.gz
8 years, 4 months
[aqualung] Switched from svn to git
by Martin Gansser
commit c398be76fb1edd2b346ecfc6b27ab23b588d73ab
Author: Martin Gansser <mgansser(a)alice.de>
Date: Fri Jul 1 19:57:55 2016 +0200
Switched from svn to git
- Update to 1.0-0.2.rc1git05dfcb7
- Added %{_docdir}/%{name}
.gitignore | 1 +
aqualung-snapshot.sh | 31 -------------------------------
aqualung.spec | 35 +++++++++++++++++++++--------------
sources | 2 +-
4 files changed, 23 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f5e5541..a043d00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
aqualung-export-r1309.tar.bz2
+/aqualung-05dfcb7.tar.gz
diff --git a/aqualung.spec b/aqualung.spec
index 563f8c7..6bbd8a2 100644
--- a/aqualung.spec
+++ b/aqualung.spec
@@ -1,4 +1,6 @@
-%global svn_rev 1309
+#https://github.com/jeremyevans/aqualung/commit/05dfcb75ddb1b9f413b80b3d42a7ca96a8ef3906
+%global commit0 05dfcb75ddb1b9f413b80b3d42a7ca96a8ef3906
+%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global nonfree 0
%global free 1
@@ -15,17 +17,13 @@
%endif
Name: aqualung
-Version: 0.9
-Release: 0.8.svn%{svn_rev}%{?dist}
+Version: 1.0
+Release: 0.2.rc1git%{shortcommit0}%{?dist}
Summary: Music Player for GNU/Linux
-
-Group: Applications/Multimedia
License: GPLv2+
-URL: http://aqualung.factorial.hu/
-# run ./aqualung-snapshot.sh to get this
-Source0: %{name}-export-r%{svn_rev}.tar.bz2
+URL: http://aqualung.jeremyevans.net/
+Source0: https://github.com/jeremyevans/aqualung/archive/%{commit0}/%{name}-%{comm...
Source1: %{name}.desktop
-Source10: %{name}-snapshot.sh
# autogen.sh
BuildRequires: autoconf automake pkgconfig gettext-devel
@@ -70,7 +68,7 @@ well as sound files in just about any audio format and has the feature of
inserting no gaps between adjacent tracks.
%prep
-%setup -q -n %{name}-export-r%{svn_rev}
+%setup -qn %{name}-%{commit0}
%build
./autogen.sh
@@ -132,8 +130,17 @@ update-desktop-database &> /dev/null || :
%{_datadir}/man/man1/%{name}.*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
+%{_docdir}/%{name}
%changelog
+* Fri Jul 01 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.0-0.2.rc1git05dfcb7
+- Switched from svn to git
+- Update to 1.0-0.2.rc1git05dfcb7
+- Added %%{_docdir}/%%{name}
+
+* Fri Aug 28 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 1.0-0.1.svn1311
+- Update to SVN r1311
+
* Mon Mar 02 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.9-0.8.svn1309
- dropped aqualung-fsf-fix.patch
@@ -154,16 +161,16 @@ update-desktop-database &> /dev/null || :
- corrected license tag
* Tue Feb 2 2010 Akio Idehara <zbe64533 at gmail.com> 0.9-0.5.svn1115
-- Disable mac support. This is mac's the license issue.
+- Disable mac support, this is mac's the license issue
* Mon Feb 1 2010 Akio Idehara <zbe64533 at gmail.com> 0.9-0.4.svn1115
-- Add post/postun.
+- Add post/postun
* Mon Feb 1 2010 Akio Idehara <zbe64533 at gmail.com> 0.9-0.3.svn1115
-- Update to SVN r1115.
+- Update to SVN r1115
* Sun Jan 31 2010 Akio Idehara <zbe64533 at gmail.com> 0.9-0.2.svn1109
-- Change Socket test routine.
+- Change Socket test routine
* Sat Jan 23 2010 Akio Idehara <zbe64533 at gmail.com> 0.9-0.1.svn1109
- Initial RPM release
diff --git a/sources b/sources
index 3923d4e..8d4207d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a83ceedf7adaefa0a4a10f861119457 aqualung-export-r1309.tar.bz2
+b80f5be22f9823c48f066448ab29c242 aqualung-05dfcb7.tar.gz
8 years, 4 months
[nvidia-kmod/f24: 2/2] Merge branch 'master' into f24
by Leigh Scott
commit 5119729f1963770f4f6408f17de1b59e8377ddb6
Merge: 3c781e8 2a4cf50
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 1 18:56:28 2016 +0100
Merge branch 'master' into f24
nvidia-kmod.spec | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
---
8 years, 4 months
[nvidia-kmod] Revert "Avoid armhfp for now"
by Leigh Scott
commit 2a4cf50dbbe30485c7ac1d6bf52ab59cdc559a60
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 1 18:54:52 2016 +0100
Revert "Avoid armhfp for now"
This reverts commit c5d2cc09bd81c64d8e8f7033a0daa8390e4b859c.
nvidia-kmod.spec | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index 6830ead..a566629 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -3,14 +3,13 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%global buildforkernels akmod
-%global debug_package %{nil}
+#global buildforkernels newest
Name: nvidia-kmod
Epoch: 1
Version: 367.27
# Taken over by kmodtool
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -23,7 +22,7 @@ Patch1: nv-linux-arm2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
-ExclusiveArch: i686 x86_64
+ExclusiveArch: i686 x86_64 armv7hl
# get the needed BuildRequires (in parts depending on what we build for)
%global AkmodsBuildRequires %{_bindir}/kmodtool, xorg-x11-drv-nvidia-kmodsrc >= %{epoch}:%{version}
@@ -78,9 +77,6 @@ rm -rf $RPM_BUILD_ROOT
%changelog
-* Fri Jul 01 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1:367.27-2
-- Avoid armhfp for now
-
* Fri Jul 01 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1:367.27-1
- Update to 367.27
8 years, 4 months
[nvidia-kmod/f24: 2/2] Merge branch 'master' into f24
by Leigh Scott
commit 3c781e83067bd57b8983e53ca6c88ee818610cb8
Merge: f368277 c5d2cc0
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 1 18:51:19 2016 +0100
Merge branch 'master' into f24
nvidia-kmod.spec | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
---
8 years, 4 months