[caja-dropbox] fix changelog history
by Wolfgang Ulbrich
commit fd31c5a132a1475688f85671f4c769d4cd2b8caa
Author: raveit65 <mate(a)raveit.de>
Date: Sun Apr 7 19:35:08 2019 +0200
fix changelog history
caja-dropbox.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/caja-dropbox.spec b/caja-dropbox.spec
index 16c5e3e..cc321fe 100644
--- a/caja-dropbox.spec
+++ b/caja-dropbox.spec
@@ -75,7 +75,7 @@ rm -rf %{buildroot}%{_datadir}/applications/caja-dropbox.desktop
* Tue Jul 24 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.20.0-2
- Fix build for f29 python changes
-* Mon May 02 2018 Wolfgang Ulbrich <fedora(a)raveit.de> - 1.20.0-1
+* Wed May 02 2018 Wolfgang Ulbrich <fedora(a)raveit.de> - 1.20.0-1
- update to 1.20.0
* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 1.18.0-3
5 years, 7 months
[caja-dropbox] add new source
by Wolfgang Ulbrich
commit 3d07ef3f65b2c280dcc726b7d4a8db5c57b6c1e1
Author: raveit65 <mate(a)raveit.de>
Date: Sun Apr 7 19:31:39 2019 +0200
add new source
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index ccc7756..42bd42e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ caja-dropbox-1.10.0.tar.xz
/caja-dropbox-1.17.0.tar.xz
/caja-dropbox-1.18.0.tar.xz
/caja-dropbox-1.20.0.tar.xz
+/caja-dropbox-1.22.0.tar.xz
diff --git a/sources b/sources
index 5bf77b4..07fd66d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa026659ae58a48818855b5d8c4da39c caja-dropbox-1.20.0.tar.xz
+8cd368c473a6586631cfcfae38c1c436 caja-dropbox-1.22.0.tar.xz
5 years, 7 months
[caja-dropbox/f30] update to 1.22.0
by Wolfgang Ulbrich
Summary of changes:
505cda1... update to 1.22.0 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 7 months
[caja-dropbox] update to 1.22.0
by Wolfgang Ulbrich
commit 505cda1aeaaf4215987f68a316d7845d0b3b5ad8
Author: raveit65 <mate(a)raveit.de>
Date: Sun Apr 7 18:52:11 2019 +0200
update to 1.22.0
caja-dropbox.spec | 47 ++++++++++++++++++++++++++---------------------
1 file changed, 26 insertions(+), 21 deletions(-)
---
diff --git a/caja-dropbox.spec b/caja-dropbox.spec
index 159f4b4..16c5e3e 100644
--- a/caja-dropbox.spec
+++ b/caja-dropbox.spec
@@ -1,33 +1,30 @@
# This is needed, because src-url contains branched part of versioning-scheme.
-%global branch 1.20
+%global branch 1.22
Summary: Dropbox extension for caja
Name: caja-dropbox
Version: %{branch}.0
-Release: 4%{?dist}
+Release: 1%{?dist}
License: GPLv2+
Group: User Interface/Desktops
-URL: http://git.mate-desktop.org/%{name}
-Source0: http://pub.mate-desktop.org/releases/%{branch}/%{name}-%{version}.tar.xz
-Patch0: use_python2.patch
+URL: https://mate-desktop.org
+Source0: https://pub.mate-desktop.org/releases/%{branch}/%{name}-%{version}.tar.xz
-ExclusiveArch: i686 x86_64
+# https://github.com/mate-desktop/caja-dropbox/commit/fdc25dc
+Patch1: caja-dropbox_0001-show-full-path-of-caja-extension-dir.patch
+# https://github.com/mate-desktop/caja-dropbox/commit/5fdcb17
+Patch2: caja-dropbox_0002-Use-CAJA_EXTENSION_DIR_SYS-to-save-and-show-system-c.patch
+BuildRequires: gcc
BuildRequires: caja-devel
-%if 0%{?fedora} >= 26
-BuildRequires: python2-docutils
-%else
-BuildRequires: python-docutils
-%endif
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: libtool
-BuildRequires: pygobject2-devel
-BuildRequires: pygtk2-devel
+BuildRequires: mate-common
+BuildRequires: python3-docutils
+BuildRequires: pygobject3-devel
Requires: dropbox >= 1:2.10.0
Requires: caja-extensions
-Requires: pygtk2
+Requires: python3-gpg
+Requires: python3-gobject
%description
Dropbox extension for caja file manager
@@ -36,11 +33,10 @@ your computers automatically.
%prep
%autosetup -p1
-autoreconf -fiv
-%build
-%configure
+%build
+%configure --disable-static
%{make_build}
%install
@@ -49,7 +45,10 @@ autoreconf -fiv
find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f
rm -rf %{buildroot}%{_bindir}
-rm -rf %{buildroot}%{_datadir}
+rm -rf %{buildroot}%{_datadir}/caja-dropbox/*
+rm -rf %{buildroot}%{_icondir}
+rm -rf %{buildroot}%{_mandir}/man1/caja-dropbox.1.*
+rm -rf %{buildroot}%{_datadir}/applications/caja-dropbox.desktop
%ldconfig_scriptlets
@@ -58,9 +57,15 @@ rm -rf %{buildroot}%{_datadir}
%doc AUTHORS NEWS README
%license COPYING
%{_libdir}/caja/extensions-2.0/libcaja-dropbox.so
+%{_datadir}/caja/extensions/libcaja-dropbox.caja-extension
%changelog
+* Sun Apr 07 2019 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.22.0-1
+- update to 1.22.0
+- use some upstream patches
+- build for all archs
+
* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.20.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5 years, 7 months
[nemo-dropbox] build for all archs
by Wolfgang Ulbrich
commit a6e5d76b0e03597f2af09af7efdebb88e7715119
Author: raveit65 <mate(a)raveit.de>
Date: Sun Apr 7 18:59:40 2019 +0200
build for all archs
nemo-dropbox.spec | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/nemo-dropbox.spec b/nemo-dropbox.spec
index 9518a43..8fcee52 100644
--- a/nemo-dropbox.spec
+++ b/nemo-dropbox.spec
@@ -1,14 +1,12 @@
Summary: Dropbox extension for nemo
Name: nemo-dropbox
Version: 4.0.0
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+ and LGPLv2+ and MIT
URL: https://github.com/linuxmint/nemo-extensions
Source0: %url/archive/%{version}.tar.gz#/nemo-extensions-%{version}.tar.gz
Patch0: use_python2.patch
-ExclusiveArch: i686 x86_64
-
BuildRequires: nemo-devel
BuildRequires: python2-docutils
BuildRequires: automake
@@ -53,6 +51,9 @@ rm -rf %{buildroot}%{_datadir}
%changelog
+* Sun Apr 07 2019 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 4.0.0-3
+- build for all archs
+
* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5 years, 7 months
[nautilus-dropbox] build for all archs
by Wolfgang Ulbrich
commit d1ce2d5212dd53fb876a6668ee148ee25dc08a0f
Author: raveit65 <mate(a)raveit.de>
Date: Sun Apr 7 18:13:27 2019 +0200
build for all archs
nautilus-dropbox.spec | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/nautilus-dropbox.spec b/nautilus-dropbox.spec
index 03d144b..a74ab87 100644
--- a/nautilus-dropbox.spec
+++ b/nautilus-dropbox.spec
@@ -1,7 +1,7 @@
Name: nautilus-dropbox
Epoch: 1
Version: 2019.01.31
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Dropbox extension for Nautilus
License: GPLv3+
URL: https://www.dropbox.com
@@ -12,8 +12,6 @@ Patch0: add_startup_delay.patch
Patch1: python3-docutils_fix.patch
Patch2: fix_nautilus_includes.patch
-ExclusiveArch: i686 x86_64
-
BuildRequires: automake
BuildRequires: desktop-file-utils
BuildRequires: libtool
@@ -67,6 +65,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/dropbox.desktop
%changelog
+* Sun Apr 07 2019 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1:2019.01.31-3
+- build for all archs
+
* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1:2019.01.31-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5 years, 7 months
[wl-kmod/el7: 86/86] Merge branch 'master' into el7
by Nicolas Viéville
commit d1e315064378c632d5d5c9b438b2f2cd338c3cb2
Merge: 8981250 6cbc8c5
Author: Nicolas Viéville <nicolas.vieville(a)uphf.fr>
Date: Sun Apr 7 19:18:01 2019 +0200
Merge branch 'master' into el7
.gitignore | 5 +-
sources | 5 +-
wl-kmod-001_license.patch | 12 -
...ound.patch => wl-kmod-001_wext_workaround.patch | 10 +-
wl-kmod-002_kernel_3.18_null_pointer.patch | 17 +
wl-kmod-003_gcc_4.9_remove_TIME_DATE_macros.patch | 29 ++
wl-kmod-003_kernel_3.8.patch | 15 -
wl-kmod-004_kernel_3.15.patch | 36 ---
wl-kmod-004_kernel_4.3_rdtscl_to_rdtsc.patch | 15 +
wl-kmod-005_gcc_4.9.patch | 17 -
...kernel_4.7_IEEE80211_BAND_to_NL80211_BAND.patch | 142 +++++++++
wl-kmod-006_gcc_6_fix_indentation_warnings.patch | 16 +
wl-kmod-006_kernel_3.16.patch | 45 ---
wl-kmod-007_kernel_3.17.patch | 16 -
..._kernel_4.8_add_cfg80211_scan_info_struct.patch | 51 +++
wl-kmod-008_fix_kernel_warnings.patch | 165 ++++++++++
wl-kmod-008_kernel_3.18.patch | 21 --
wl-kmod-009_kernel_3.18_null_pointer.patch | 17 -
..._4.11_remove_last_rx_in_net_device_struct.patch | 27 ++
wl-kmod-010_kernel_4.0.patch | 27 --
...kernel_4.12_add_cfg80211_roam_info_struct.patch | 70 +++++
...l_4.14_new_kernel_read_function_prototype.patch | 15 +
wl-kmod-012_kernel_4.15_new_timer.patch | 47 +++
wl-kmod-013_gcc8_fix_bounds_check_warnings.patch | 18 ++
wl-kmod-014_kernel_read_pos_increment_fix.patch | 20 ++
wl-kmod-kmodtool-excludekernel-filterfile | 1 +
wl-kmod.spec | 343 +++++++++++++++++++--
27 files changed, 951 insertions(+), 251 deletions(-)
---
5 years, 7 months