From cb641269c0dd7bbdfa620a795c3b88ad254acca4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 02:15:06 +0000 Subject: [PATCH 01/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 7438988..bef6281 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.38 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -87,6 +87,9 @@ desktop-file-install --vendor "" \ %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 0.38-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Jan 05 2015 Sérgio Basto - 0.38-1 - New upstream release. From d489a38969e998ac63ca4a08fd46c9f9daf8a5d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 26 Nov 2015 01:25:10 +0000 Subject: [PATCH 02/30] Update wammu to 0.40 --- .gitignore | 1 + sources | 2 +- wammu.spec | 15 ++++++++------- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 205f8c7..dcce78f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ wammu-0.29.tar.bz2 /wammu-0.36.tar.bz2 /wammu-0.37.tar.bz2 /wammu-0.38.tar.bz2 +/wammu-0.40.tar.bz2 diff --git a/sources b/sources index 27dd17d..7360bcf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c44f23645f1a7250f9e191a7a89eae03 wammu-0.38.tar.bz2 +2591c6dfb407a7dcf776cdace19bc7f7 wammu-0.40.tar.bz2 diff --git a/wammu.spec b/wammu.spec index bef6281..afcb551 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,14 +1,14 @@ %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.38 -Release: 2%{?dist} +Version: 0.40 +Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications License: GPLv2+ URL: http://wammu.eu/ -Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 +Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildArch: noarch BuildRequires: python-devel, python-gammu, gettext @@ -23,7 +23,7 @@ The communication is made by Gammu library. Currently supported features: * complete support (can read/edit/delete/copy) for contacts, todo, calendar * can read/create/save/send/backup smses * sending files to phone (OBEX and Sony Ericsson phones only) -* sms composer for multi part smses +* sms composer for multi part smses (currently only text and predefined bitmap/sound can be edited) * display message including pictures and ringtones playback * support for backup and import in various formats (vCard, iCalendar,...) @@ -43,10 +43,8 @@ python setup.py build %install -rm -rf $RPM_BUILD_ROOT python setup.py install \ - --skip-build --root $RPM_BUILD_ROOT -# --record=INSTALLED_FILES + --skip-build --root $RPM_BUILD_ROOT --record=INSTALLED_FILES desktop-file-install --vendor "" \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -87,6 +85,9 @@ desktop-file-install --vendor "" \ %changelog +* Thu Nov 26 2015 Sérgio Basto - 0.40-1 +- Update wammu to 0.40 + * Fri Jun 19 2015 Fedora Release Engineering - 0.38-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 317068ea52ddd82d38b420528b31bc77e0bc9e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 26 Nov 2015 01:37:14 +0000 Subject: [PATCH 03/30] vim :restab and remove some commas. --- wammu.spec | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/wammu.spec b/wammu.spec index afcb551..8a950a5 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,19 +1,19 @@ %define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') -Name: wammu -Version: 0.40 -Release: 1%{?dist} -Summary: Mobile Phone Manager - Gammu GUI +Name: wammu +Version: 0.40 +Release: 1%{?dist} +Summary: Mobile Phone Manager - Gammu GUI -Group: Applications/Communications -License: GPLv2+ -URL: http://wammu.eu/ +Group: Applications/Communications +License: GPLv2+ +URL: http://wammu.eu/ Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 -BuildArch: noarch -BuildRequires: python-devel, python-gammu, gettext -BuildRequires: wxPython-devel, desktop-file-utils -Requires: gammu, python-gammu, wxPython, dbus-x11 +BuildArch: noarch +BuildRequires: python-devel python-gammu gettext +BuildRequires: wxPython-devel desktop-file-utils +Requires: gammu python-gammu wxPython dbus-x11 %description Wammu is mobile phone manager running on Linux, @@ -44,13 +44,13 @@ python setup.py build %install python setup.py install \ - --skip-build --root $RPM_BUILD_ROOT --record=INSTALLED_FILES + --skip-build --root $RPM_BUILD_ROOT --record=INSTALLED_FILES -desktop-file-install --vendor "" \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --mode 0644 \ - --remove-category=Application \ - $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop +desktop-file-install --vendor "" \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --mode 0644 \ + --remove-category=Application \ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %find_lang %{name} From f83a36e6cfa0d205f218d879971bcc0eb44e16b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 26 Nov 2015 02:45:18 +0000 Subject: [PATCH 04/30] Update spec from upstream .spec - Add PyBluez support. - Update AppData packaging (https://fedoraproject.org/wiki/Packaging:AppData) - Fix License Tag. - Use explicitly python2. --- wammu.spec | 59 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 23 deletions(-) diff --git a/wammu.spec b/wammu.spec index 8a950a5..65842ef 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,60 +2,66 @@ Name: wammu Version: 0.40 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications -License: GPLv2+ +License: GPL-2.0 URL: http://wammu.eu/ Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 -BuildArch: noarch -BuildRequires: python-devel python-gammu gettext -BuildRequires: wxPython-devel desktop-file-utils -Requires: gammu python-gammu wxPython dbus-x11 +BuildArch: noarch +BuildRequires: python2-devel python2-gammu >= 0.24 wxPython-devel >= 2.6 +BuildRequires: pybluez +BuildRequires: desktop-file-utils gettext +BuildRequires: libappstream-glib +Requires: gammu dbus-x11 +Requires: wxPython >= 2.6 python-gammu >= 0.24 %description Wammu is mobile phone manager running on Linux, Windows and possibly other platforms,where Gammu and wxPython works. -The communication is made by Gammu library. Currently supported features: +It works with any phone that Gammu supports, including many models from +Nokia, Siemens, and Alcatel. It has complete support (read, edit, +delete, copy) for contacts, todo, and calendar. It can read, save, and +send SMS. It includes an SMS composer for multi-part SMS messages, and +it can display SMS messages that include pictures. Currently, only text +and predefined bitmaps or sounds can be edited in the SMS composer. It +can export messages to an IMAP4 server (or other email storage). -* complete support (can read/edit/delete/copy) for contacts, todo, calendar -* can read/create/save/send/backup smses +This program does not support browsing files in phone, use gMobileMedia +instead. + +Other features: * sending files to phone (OBEX and Sony Ericsson phones only) -* sms composer for multi part smses - (currently only text and predefined bitmap/sound can be edited) -* display message including pictures and ringtones playback * support for backup and import in various formats (vCard, iCalendar,...) -* export messages to mail (IMAP4, maildir and mailbox storages are supported) * searching for phone * translated into several languages * rated as best on many software servers - %prep %setup -q %build -CFLAGS="$RPM_OPT_FLAGS" \ -python setup.py build +CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install -python setup.py install \ - --skip-build --root $RPM_BUILD_ROOT --record=INSTALLED_FILES +%{__python} setup.py install --root=%{buildroot} --prefix=%{_prefix} +%{__python} setup.py install -O1 --root=%{buildroot} --prefix=%{_prefix} desktop-file-install --vendor "" \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --dir %{buildroot}%{_datadir}/applications \ --mode 0644 \ --remove-category=Application \ - $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop + %{buildroot}%{_datadir}/applications/%{name}.desktop + +appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml %find_lang %{name} %files -f %{name}.lang -%defattr(-,root,root,-) %doc COPYING README.* PKG-INFO ChangeLog %{_bindir}/%{name} %{_bindir}/%{name}-configure @@ -80,11 +86,18 @@ desktop-file-install --vendor "" \ %lang(ID) %{_mandir}/id/man1/*.1.gz %lang(TR) %{_mandir}/tr/man1/*.1.gz %lang(UK) %{_mandir}/uk/man1/*.1.gz -%{python_sitelib}/Wammu -%{python_sitelib}/%{name}-%{version}-py?.?.egg-info +%{python2_sitelib}/Wammu +%{python2_sitelib}/%{name}-%{version}-py?.?.egg-info %changelog +* Thu Nov 26 2015 Sérgio Basto - 0.40-2 +- Update spec from upstream .spec +- Add PyBluez support. +- Update AppData packaging (https://fedoraproject.org/wiki/Packaging:AppData) +- Fix License Tag. +- Use explicitly python2. + * Thu Nov 26 2015 Sérgio Basto - 0.40-1 - Update wammu to 0.40 From 51e9eaca8794f293d5b99f46c588934531b440ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 26 Nov 2015 02:55:04 +0000 Subject: [PATCH 05/30] More python2 fixes. --- wammu.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wammu.spec b/wammu.spec index 65842ef..6805e92 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,4 +1,4 @@ -%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') +%define python_sitelib %(%{__python2} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu Version: 0.40 @@ -16,7 +16,7 @@ BuildRequires: pybluez BuildRequires: desktop-file-utils gettext BuildRequires: libappstream-glib Requires: gammu dbus-x11 -Requires: wxPython >= 2.6 python-gammu >= 0.24 +Requires: wxPython >= 2.6 python2-gammu >= 0.24 %description Wammu is mobile phone manager running on Linux, @@ -44,12 +44,12 @@ Other features: %build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build +CFLAGS="$RPM_OPT_FLAGS" %{__python2} setup.py build %install -%{__python} setup.py install --root=%{buildroot} --prefix=%{_prefix} -%{__python} setup.py install -O1 --root=%{buildroot} --prefix=%{_prefix} +%{__python2} setup.py install --root=%{buildroot} --prefix=%{_prefix} +%{__python2} setup.py install -O1 --root=%{buildroot} --prefix=%{_prefix} desktop-file-install --vendor "" \ --dir %{buildroot}%{_datadir}/applications \ From 50dee5cee077d7e852af15cac1290dde2b934a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Fri, 27 Nov 2015 16:51:07 +0000 Subject: [PATCH 06/30] Workaround rhbz #1285841 . --- wammu.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wammu.spec b/wammu.spec index 6805e92..2b2a668 100644 --- a/wammu.spec +++ b/wammu.spec @@ -57,7 +57,9 @@ desktop-file-install --vendor "" \ --remove-category=Application \ %{buildroot}%{_datadir}/applications/%{name}.desktop +%if 0%{?fedora} > 22 appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml +%endif %find_lang %{name} @@ -97,6 +99,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata - Update AppData packaging (https://fedoraproject.org/wiki/Packaging:AppData) - Fix License Tag. - Use explicitly python2. +- Workaround rhbz #1285841 . * Thu Nov 26 2015 Sérgio Basto - 0.40-1 - Update wammu to 0.40 From 5fe3524bff810ff20ac144772f96c7aed67a1b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Fri, 5 Feb 2016 01:00:44 +0000 Subject: [PATCH 07/30] Fix github.com/gammu/wammu/issues/21 . - Use python2 macros. --- wammu.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/wammu.spec b/wammu.spec index 2b2a668..cd1f6d7 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,18 +2,20 @@ Name: wammu Version: 0.40 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications License: GPL-2.0 URL: http://wammu.eu/ Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 +Patch1: 84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch BuildArch: noarch BuildRequires: python2-devel python2-gammu >= 0.24 wxPython-devel >= 2.6 BuildRequires: pybluez -BuildRequires: desktop-file-utils gettext +BuildRequires: gettext +BuildRequires: desktop-file-utils BuildRequires: libappstream-glib Requires: gammu dbus-x11 Requires: wxPython >= 2.6 python2-gammu >= 0.24 @@ -41,15 +43,14 @@ Other features: %prep %setup -q +%patch1 -p1 -b .fix#21 %build -CFLAGS="$RPM_OPT_FLAGS" %{__python2} setup.py build - +%py2_build %install -%{__python2} setup.py install --root=%{buildroot} --prefix=%{_prefix} -%{__python2} setup.py install -O1 --root=%{buildroot} --prefix=%{_prefix} +%py2_install desktop-file-install --vendor "" \ --dir %{buildroot}%{_datadir}/applications \ @@ -93,6 +94,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Fri Feb 05 2016 Sérgio Basto - 0.40-3 +- Fix github.com/gammu/wammu/issues/21 . +- Use python2 macros. + * Thu Nov 26 2015 Sérgio Basto - 0.40-2 - Update spec from upstream .spec - Add PyBluez support. From 4a89509c71c2ae917b3b8518f5ca8d214b6c955b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Fri, 5 Feb 2016 01:06:45 +0000 Subject: [PATCH 08/30] git add 84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch --- ...3c64428f42e2e7a0069d2f3b30d532cd6267.patch | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch diff --git a/84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch b/84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch new file mode 100644 index 0000000..1e704fa --- /dev/null +++ b/84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch @@ -0,0 +1,33 @@ +From 84b83c64428f42e2e7a0069d2f3b30d532cd6267 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= +Date: Thu, 4 Feb 2016 11:04:17 +0100 +Subject: [PATCH] Properly handle errors from Bluetooth scanning +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Fixes #21 + +Signed-off-by: Michal Čihař +--- + Wammu/SettingsStorage.py | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/Wammu/SettingsStorage.py b/Wammu/SettingsStorage.py +index d2d8443..b2fa968 100644 +--- a/Wammu/SettingsStorage.py ++++ b/Wammu/SettingsStorage.py +@@ -242,10 +242,10 @@ def GetBluezDevices(self): + import bluetooth + return bluetooth.discover_devices() + except ImportError: ++ # Module does not exist + return [] +- except bluetooth.BluetoothError: +- return [] +- except IOError: ++ except (bluetooth.BluetoothError, IOError, OSError): ++ # Failed to scan + return [] + + def CheckDev(self, dev): From ae3f7bb8a19b570c1c9fe6184596a1ade5ddf70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 26 May 2016 00:48:45 +0100 Subject: [PATCH 09/30] Update wammu to 0.41 --- .gitignore | 1 + ...3c64428f42e2e7a0069d2f3b30d532cd6267.patch | 33 ------------------- sources | 2 +- wammu.spec | 9 ++--- 4 files changed, 7 insertions(+), 38 deletions(-) delete mode 100644 84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch diff --git a/.gitignore b/.gitignore index dcce78f..53bcbd2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ wammu-0.29.tar.bz2 /wammu-0.37.tar.bz2 /wammu-0.38.tar.bz2 /wammu-0.40.tar.bz2 +/wammu-0.41.tar.bz2 diff --git a/84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch b/84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch deleted file mode 100644 index 1e704fa..0000000 --- a/84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 84b83c64428f42e2e7a0069d2f3b30d532cd6267 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= -Date: Thu, 4 Feb 2016 11:04:17 +0100 -Subject: [PATCH] Properly handle errors from Bluetooth scanning -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Fixes #21 - -Signed-off-by: Michal Čihař ---- - Wammu/SettingsStorage.py | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/Wammu/SettingsStorage.py b/Wammu/SettingsStorage.py -index d2d8443..b2fa968 100644 ---- a/Wammu/SettingsStorage.py -+++ b/Wammu/SettingsStorage.py -@@ -242,10 +242,10 @@ def GetBluezDevices(self): - import bluetooth - return bluetooth.discover_devices() - except ImportError: -+ # Module does not exist - return [] -- except bluetooth.BluetoothError: -- return [] -- except IOError: -+ except (bluetooth.BluetoothError, IOError, OSError): -+ # Failed to scan - return [] - - def CheckDev(self, dev): diff --git a/sources b/sources index 7360bcf..f01decd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2591c6dfb407a7dcf776cdace19bc7f7 wammu-0.40.tar.bz2 +eb4b36df833091d87fea254bb932fcca wammu-0.41.tar.bz2 diff --git a/wammu.spec b/wammu.spec index cd1f6d7..f096df4 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,15 +1,14 @@ %define python_sitelib %(%{__python2} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.40 -Release: 3%{?dist} +Version: 0.41 +Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications License: GPL-2.0 URL: http://wammu.eu/ Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 -Patch1: 84b83c64428f42e2e7a0069d2f3b30d532cd6267.patch BuildArch: noarch BuildRequires: python2-devel python2-gammu >= 0.24 wxPython-devel >= 2.6 @@ -43,7 +42,6 @@ Other features: %prep %setup -q -%patch1 -p1 -b .fix#21 %build @@ -94,6 +92,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Wed May 25 2016 Sérgio Basto - 0.41-1 +- Update wammu to 0.41 + * Fri Feb 05 2016 Sérgio Basto - 0.40-3 - Fix github.com/gammu/wammu/issues/21 . - Use python2 macros. From 1e34278bd31e187a2fe20ab7ae02bf2f988837df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Tue, 31 May 2016 03:09:15 +0100 Subject: [PATCH 10/30] Rebuild for gammu-1.37.3-2 --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index f096df4..1b13466 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.41 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -92,6 +92,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Tue May 31 2016 Sérgio Basto - 0.41-2 +- Rebuild for gammu-1.37.3-2 + * Wed May 25 2016 Sérgio Basto - 0.41-1 - Update wammu to 0.41 From f04c469c6a4b901a797325fbcfb179c103f75b8d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 19 Jul 2016 13:08:48 +0000 Subject: [PATCH 11/30] - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 1b13466..f904c52 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.41 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -92,6 +92,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Tue Jul 19 2016 Fedora Release Engineering - 0.41-3 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Tue May 31 2016 Sérgio Basto - 0.41-2 - Rebuild for gammu-1.37.3-2 From a318bf8732cda5d83b0962656b535784cf4c2071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 28 Aug 2016 08:15:05 +0100 Subject: [PATCH 12/30] wammu 0.42 --- .gitignore | 1 + sources | 2 +- wammu.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 53bcbd2..d15211e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ wammu-0.29.tar.bz2 /wammu-0.38.tar.bz2 /wammu-0.40.tar.bz2 /wammu-0.41.tar.bz2 +/wammu-0.42.tar.bz2 diff --git a/sources b/sources index f01decd..c3ec656 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eb4b36df833091d87fea254bb932fcca wammu-0.41.tar.bz2 +69a36f1e4e544c92d34d787e1f7202b5 wammu-0.42.tar.bz2 diff --git a/wammu.spec b/wammu.spec index f904c52..3c4c46b 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,8 +1,8 @@ %define python_sitelib %(%{__python2} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.41 -Release: 3%{?dist} +Version: 0.42 +Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -92,6 +92,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sun Aug 28 2016 Sérgio Basto - 0.42-1 +- wammu 0.42 + * Tue Jul 19 2016 Fedora Release Engineering - 0.41-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages From 8935f0be1598a84b8e9d17f6da715a40d59fad9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 15 Sep 2016 14:07:24 +0100 Subject: [PATCH 13/30] appstream-util validate-relax fails on F23 --- wammu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 3c4c46b..ab19c07 100644 --- a/wammu.spec +++ b/wammu.spec @@ -56,7 +56,7 @@ desktop-file-install --vendor "" \ --remove-category=Application \ %{buildroot}%{_datadir}/applications/%{name}.desktop -%if 0%{?fedora} > 22 +%if 0%{?fedora} > 23 appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml %endif From 16024a33944bbfde498b5b95b5ebf1efaf01747c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:14:56 +0000 Subject: [PATCH 14/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index ab19c07..915e982 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.42 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -92,6 +92,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.42-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Sun Aug 28 2016 Sérgio Basto - 0.42-1 - wammu 0.42 From 1c3b957023dfa973775ffd6ad37f4a7ba74972f3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:29:21 +0000 Subject: [PATCH 15/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 915e982..265a454 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.42 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -92,6 +92,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 0.42-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 0.42-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 79fd582e5dfe957a40953f5c0d1af23e7a521db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 20 Aug 2017 04:50:30 +0100 Subject: [PATCH 16/30] Update to 0.43 (#1404683) --- .gitignore | 1 + sources | 2 +- wammu.spec | 15 +++++++++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d15211e..bae803f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ wammu-0.29.tar.bz2 /wammu-0.40.tar.bz2 /wammu-0.41.tar.bz2 /wammu-0.42.tar.bz2 +/wammu-0.43.tar.bz2 diff --git a/sources b/sources index c3ec656..ab1146c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69a36f1e4e544c92d34d787e1f7202b5 wammu-0.42.tar.bz2 +SHA512 (wammu-0.43.tar.bz2) = ba0a6b1f06df7bdf09fde1e8d296ebee80f5b2e9cf3f355b12ba4f3c62888e1aa9b1a6f57a6ee7734b039ec6c35b9591fd79da85acc0adb4eb2f7f9209fa5a96 diff --git a/wammu.spec b/wammu.spec index 265a454..50ced2d 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,8 +1,8 @@ %define python_sitelib %(%{__python2} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.42 -Release: 3%{?dist} +Version: 0.43 +Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -11,13 +11,17 @@ URL: http://wammu.eu/ Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildArch: noarch -BuildRequires: python2-devel python2-gammu >= 0.24 wxPython-devel >= 2.6 +BuildRequires: python2-devel +BuildRequires: python2-six +BuildRequires: python2-gammu >= 0.29 +BuildRequires: wxPython-devel >= 2.6 BuildRequires: pybluez BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: libappstream-glib Requires: gammu dbus-x11 -Requires: wxPython >= 2.6 python2-gammu >= 0.24 +Requires: python2-gammu >= 0.29 +Requires: wxPython >= 2.6 %description Wammu is mobile phone manager running on Linux, @@ -92,6 +96,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sun Aug 20 2017 Sérgio Basto - 0.43-1 +- Update to 0.43 (#1404683) + * Thu Jul 27 2017 Fedora Release Engineering - 0.42-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From a1a3d5b64fb96eb30fb9a79059bc5846d3886426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sat, 2 Sep 2017 17:07:16 +0100 Subject: [PATCH 17/30] BR pybluez only in Fedora to be compatibility with EPEL 7 --- wammu.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 3c4c46b..730f45d 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.42 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -12,7 +12,9 @@ Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{nam BuildArch: noarch BuildRequires: python2-devel python2-gammu >= 0.24 wxPython-devel >= 2.6 +%if 0%{?fedora} BuildRequires: pybluez +%endif BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: libappstream-glib @@ -92,6 +94,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sat Sep 02 2017 Sérgio Basto - 0.42-2 +- BR pybluez only in Fedora to be compatibility with EPEL 7 + * Sun Aug 28 2016 Sérgio Basto - 0.42-1 - wammu 0.42 From ce0bd6f498e4caabc9f6fc192729dc05d65bdf3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 7 Jan 2018 04:46:30 +0000 Subject: [PATCH 18/30] Update to 0.44 (#1531832) --- wammu.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/wammu.spec b/wammu.spec index 730f45d..d705b04 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,8 +1,8 @@ %define python_sitelib %(%{__python2} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.42 -Release: 2%{?dist} +Version: 0.44 +Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -11,7 +11,7 @@ URL: http://wammu.eu/ Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildArch: noarch -BuildRequires: python2-devel python2-gammu >= 0.24 wxPython-devel >= 2.6 +BuildRequires: python2-devel python2-gammu >= 2.11 wxPython-devel >= 2.6 %if 0%{?fedora} BuildRequires: pybluez %endif @@ -19,7 +19,7 @@ BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: libappstream-glib Requires: gammu dbus-x11 -Requires: wxPython >= 2.6 python2-gammu >= 0.24 +Requires: wxPython >= 2.6 python2-gammu >= 2.11 %description Wammu is mobile phone manager running on Linux, @@ -94,6 +94,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sun Jan 07 2018 Sérgio Basto - 0.44-1 +- Update to 0.44 (#1531832) + * Sat Sep 02 2017 Sérgio Basto - 0.42-2 - BR pybluez only in Fedora to be compatibility with EPEL 7 From 527a448bb0aa8ba6832d480ed46fc750c32c4f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 7 Jan 2018 05:02:33 +0000 Subject: [PATCH 19/30] Update to 0.44 (#1531832) BR pybluez only in Fedora to be compatibility with EPEL 7 --- .gitignore | 1 + sources | 2 +- wammu.spec | 14 ++++++++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index bae803f..2037544 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ wammu-0.29.tar.bz2 /wammu-0.41.tar.bz2 /wammu-0.42.tar.bz2 /wammu-0.43.tar.bz2 +/wammu-0.44.tar.gz diff --git a/sources b/sources index ab1146c..90e3e67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wammu-0.43.tar.bz2) = ba0a6b1f06df7bdf09fde1e8d296ebee80f5b2e9cf3f355b12ba4f3c62888e1aa9b1a6f57a6ee7734b039ec6c35b9591fd79da85acc0adb4eb2f7f9209fa5a96 +SHA512 (wammu-0.44.tar.gz) = 17105408948a60b68364afc4e594af86798489da2209931aadf9e215565f82a36d8c551a1a654f477f644cf260dee6ff55146081850b52a89e84f795aa375ffc diff --git a/wammu.spec b/wammu.spec index 50ced2d..db9a1b2 100644 --- a/wammu.spec +++ b/wammu.spec @@ -1,26 +1,28 @@ %define python_sitelib %(%{__python2} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') Name: wammu -Version: 0.43 +Version: 0.44 Release: 1%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications License: GPL-2.0 URL: http://wammu.eu/ -Source0: http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 +Source0: https://github.com/gammu/%{name}/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python2-six -BuildRequires: python2-gammu >= 0.29 +BuildRequires: python2-gammu >= 2.11 BuildRequires: wxPython-devel >= 2.6 +%if 0%{?fedora} BuildRequires: pybluez +%endif BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: libappstream-glib Requires: gammu dbus-x11 -Requires: python2-gammu >= 0.29 +Requires: python2-gammu >= 2.11 Requires: wxPython >= 2.6 %description @@ -96,6 +98,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sun Jan 07 2018 Sérgio Basto - 0.44-1 +- Update to 0.44 (#1531832) +- BR pybluez only in Fedora to be compatibility with EPEL 7 + * Sun Aug 20 2017 Sérgio Basto - 0.43-1 - Update to 0.43 (#1404683) From 4cb4afd93eb6d47b23fe238f1dd899fa0bdaf7f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 7 Jan 2018 05:40:45 +0000 Subject: [PATCH 20/30] Use license macro and build fix --- wammu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wammu.spec b/wammu.spec index db9a1b2..8c39a1e 100644 --- a/wammu.spec +++ b/wammu.spec @@ -21,7 +21,8 @@ BuildRequires: pybluez BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: libappstream-glib -Requires: gammu dbus-x11 +Requires: dbus-x11 +Requires: gammu >= 1.3.90 Requires: python2-gammu >= 2.11 Requires: wxPython >= 2.6 @@ -69,7 +70,8 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %find_lang %{name} %files -f %{name}.lang -%doc COPYING README.* PKG-INFO ChangeLog +%license COPYING +%doc README.* ChangeLog %{_bindir}/%{name} %{_bindir}/%{name}-configure %{_datadir}/Wammu @@ -101,6 +103,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata * Sun Jan 07 2018 Sérgio Basto - 0.44-1 - Update to 0.44 (#1531832) - BR pybluez only in Fedora to be compatibility with EPEL 7 +- Use license macro * Sun Aug 20 2017 Sérgio Basto - 0.43-1 - Update to 0.43 (#1404683) From f782e0c119c69d4cc93f57b712f265e2eff291c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 7 Jan 2018 05:52:45 +0000 Subject: [PATCH 21/30] Add new man pages (SV) --- wammu.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wammu.spec b/wammu.spec index 8c39a1e..020a16b 100644 --- a/wammu.spec +++ b/wammu.spec @@ -95,6 +95,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %lang(ID) %{_mandir}/id/man1/*.1.gz %lang(TR) %{_mandir}/tr/man1/*.1.gz %lang(UK) %{_mandir}/uk/man1/*.1.gz +%lang(SV) %{_mandir}/sv/man1/*.1.gz %{python2_sitelib}/Wammu %{python2_sitelib}/%{name}-%{version}-py?.?.egg-info @@ -104,6 +105,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata - Update to 0.44 (#1531832) - BR pybluez only in Fedora to be compatibility with EPEL 7 - Use license macro +- Add new man pages (SV) * Sun Aug 20 2017 Sérgio Basto - 0.43-1 - Update to 0.43 (#1404683) From 77676ba0e8d6af6e78c19c3be328b1b193f7c982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Tue, 9 Jan 2018 18:35:51 +0000 Subject: [PATCH 22/30] BR python2-six only in Fedora to be compatibility with EPEL 7 --- wammu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wammu.spec b/wammu.spec index 020a16b..483303b 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.44 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -12,10 +12,10 @@ Source0: https://github.com/gammu/%{name}/archive/%{version}/%{name}-%{versio BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python2-six BuildRequires: python2-gammu >= 2.11 BuildRequires: wxPython-devel >= 2.6 %if 0%{?fedora} +BuildRequires: python2-six BuildRequires: pybluez %endif BuildRequires: gettext @@ -101,6 +101,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Tue Jan 09 2018 Sérgio Basto - 0.44-2 +- BR python2-six only in Fedora to be compatibility with EPEL 7 + * Sun Jan 07 2018 Sérgio Basto - 0.44-1 - Update to 0.44 (#1531832) - BR pybluez only in Fedora to be compatibility with EPEL 7 From d0f9d3aa90253c932cc65f1d82a516911790e93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Tue, 9 Jan 2018 18:49:11 +0000 Subject: [PATCH 23/30] add BR python2-setuptools --- wammu.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wammu.spec b/wammu.spec index 483303b..e0562df 100644 --- a/wammu.spec +++ b/wammu.spec @@ -12,6 +12,7 @@ Source0: https://github.com/gammu/%{name}/archive/%{version}/%{name}-%{versio BuildArch: noarch BuildRequires: python2-devel +BuildRequires: python2-setuptools BuildRequires: python2-gammu >= 2.11 BuildRequires: wxPython-devel >= 2.6 %if 0%{?fedora} @@ -103,6 +104,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog * Tue Jan 09 2018 Sérgio Basto - 0.44-2 - BR python2-six only in Fedora to be compatibility with EPEL 7 +- add BR python2-setuptools * Sun Jan 07 2018 Sérgio Basto - 0.44-1 - Update to 0.44 (#1531832) From 099e949165abad78d50a9be61f223e117c4c1232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Tue, 9 Jan 2018 22:48:48 +0000 Subject: [PATCH 24/30] BR python-six for compatibility on EPEL 7 and require explicity the same python-six --- wammu.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index e0562df..fcbe850 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.44 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -18,6 +18,8 @@ BuildRequires: wxPython-devel >= 2.6 %if 0%{?fedora} BuildRequires: python2-six BuildRequires: pybluez +%else +BuildRequires: python-six %endif BuildRequires: gettext BuildRequires: desktop-file-utils @@ -26,6 +28,11 @@ Requires: dbus-x11 Requires: gammu >= 1.3.90 Requires: python2-gammu >= 2.11 Requires: wxPython >= 2.6 +%if 0%{?fedora} +Requires: python2-six +%else +Requires: python-six +%endif %description Wammu is mobile phone manager running on Linux, @@ -102,6 +109,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Tue Jan 09 2018 Sérgio Basto - 0.44-3 +- BR python-six for compatibility on EPEL 7 and require explicity the same + python-six + * Tue Jan 09 2018 Sérgio Basto - 0.44-2 - BR python2-six only in Fedora to be compatibility with EPEL 7 - add BR python2-setuptools From c27dbb4928a3f2bd358bb664d74add5cd243dfd8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 20:45:02 +0000 Subject: [PATCH 25/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index fcbe850..8c5d1fc 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.44 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -109,6 +109,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 0.44-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Tue Jan 09 2018 Sérgio Basto - 0.44-3 - BR python-six for compatibility on EPEL 7 and require explicity the same python-six From 7700a663d0a591bf1ee7f0e8052aeb29b7002ad6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:42:56 +0000 Subject: [PATCH 26/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 8c5d1fc..cce489f 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.44 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -109,6 +109,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.44-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 0.44-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From b9693fa7041f93187bb4880c6ba5d490810b0eb2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:30 +0100 Subject: [PATCH 27/30] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- wammu.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index cce489f..466d376 100644 --- a/wammu.spec +++ b/wammu.spec @@ -5,7 +5,6 @@ Version: 0.44 Release: 5%{?dist} Summary: Mobile Phone Manager - Gammu GUI -Group: Applications/Communications License: GPL-2.0 URL: http://wammu.eu/ Source0: https://github.com/gammu/%{name}/archive/%{version}/%{name}-%{version}.tar.gz From b02e2e359baeea008cbc7aee27ff45094ae493f6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:32:07 +0000 Subject: [PATCH 28/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 466d376..0d4432c 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.44 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Mobile Phone Manager - Gammu GUI License: GPL-2.0 @@ -108,6 +108,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0.44-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 0.44-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 78e43d9dc1a88956f8a755717c30d63e1d8b1d8e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:16:51 +0000 Subject: [PATCH 29/30] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wammu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wammu.spec b/wammu.spec index 0d4432c..9fd4fb9 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.44 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Mobile Phone Manager - Gammu GUI License: GPL-2.0 @@ -108,6 +108,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.44-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 0.44-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 3a726987fbe35edf385a672564bcfef16f7edd43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 31 Oct 2019 17:06:33 +0100 Subject: [PATCH 30/30] Orphaned for 6+ weeks --- .gitignore | 10 --- dead.package | 1 + sources | 1 - wammu.spec | 248 --------------------------------------------------- 4 files changed, 1 insertion(+), 259 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 wammu.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2037544..0000000 --- a/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -wammu-0.28.tar.bz2 -wammu-0.29.tar.bz2 -/wammu-0.36.tar.bz2 -/wammu-0.37.tar.bz2 -/wammu-0.38.tar.bz2 -/wammu-0.40.tar.bz2 -/wammu-0.41.tar.bz2 -/wammu-0.42.tar.bz2 -/wammu-0.43.tar.bz2 -/wammu-0.44.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 90e3e67..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (wammu-0.44.tar.gz) = 17105408948a60b68364afc4e594af86798489da2209931aadf9e215565f82a36d8c551a1a654f477f644cf260dee6ff55146081850b52a89e84f795aa375ffc diff --git a/wammu.spec b/wammu.spec deleted file mode 100644 index 9fd4fb9..0000000 --- a/wammu.spec +++ /dev/null @@ -1,248 +0,0 @@ -%define python_sitelib %(%{__python2} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') - -Name: wammu -Version: 0.44 -Release: 7%{?dist} -Summary: Mobile Phone Manager - Gammu GUI - -License: GPL-2.0 -URL: http://wammu.eu/ -Source0: https://github.com/gammu/%{name}/archive/%{version}/%{name}-%{version}.tar.gz - -BuildArch: noarch -BuildRequires: python2-devel -BuildRequires: python2-setuptools -BuildRequires: python2-gammu >= 2.11 -BuildRequires: wxPython-devel >= 2.6 -%if 0%{?fedora} -BuildRequires: python2-six -BuildRequires: pybluez -%else -BuildRequires: python-six -%endif -BuildRequires: gettext -BuildRequires: desktop-file-utils -BuildRequires: libappstream-glib -Requires: dbus-x11 -Requires: gammu >= 1.3.90 -Requires: python2-gammu >= 2.11 -Requires: wxPython >= 2.6 -%if 0%{?fedora} -Requires: python2-six -%else -Requires: python-six -%endif - -%description -Wammu is mobile phone manager running on Linux, -Windows and possibly other platforms,where Gammu and wxPython works. -It works with any phone that Gammu supports, including many models from -Nokia, Siemens, and Alcatel. It has complete support (read, edit, -delete, copy) for contacts, todo, and calendar. It can read, save, and -send SMS. It includes an SMS composer for multi-part SMS messages, and -it can display SMS messages that include pictures. Currently, only text -and predefined bitmaps or sounds can be edited in the SMS composer. It -can export messages to an IMAP4 server (or other email storage). - -This program does not support browsing files in phone, use gMobileMedia -instead. - -Other features: -* sending files to phone (OBEX and Sony Ericsson phones only) -* support for backup and import in various formats (vCard, iCalendar,...) -* searching for phone -* translated into several languages -* rated as best on many software servers - -%prep -%setup -q - - -%build -%py2_build - -%install -%py2_install - -desktop-file-install --vendor "" \ - --dir %{buildroot}%{_datadir}/applications \ - --mode 0644 \ - --remove-category=Application \ - %{buildroot}%{_datadir}/applications/%{name}.desktop - -%if 0%{?fedora} > 23 -appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml -%endif - -%find_lang %{name} - -%files -f %{name}.lang -%license COPYING -%doc README.* ChangeLog -%{_bindir}/%{name} -%{_bindir}/%{name}-configure -%{_datadir}/Wammu -%{_datadir}/pixmaps/* -%{_datadir}/appdata/wammu.appdata.xml -%{_datadir}/applications/%{name}.desktop -%{_mandir}/man1/*.1.gz -%lang(CZ) %{_mandir}/cs/man1/*.1.gz -%lang(DE) %{_mandir}/de/man1/*.1.gz -%lang(ES) %{_mandir}/es/man1/*.1.gz -%lang(FR) %{_mandir}/fr/man1/*.1.gz -%lang(IT) %{_mandir}/it/man1/*.1.gz -%lang(NL) %{_mandir}/nl/man1/*.1.gz -%lang(BR) %{_mandir}/pt_BR/man1/*.1.gz -%lang(RU) %{_mandir}/ru/man1/*.1.gz -%lang(SK) %{_mandir}/sk/man1/*.1.gz -%lang(DK) %{_mandir}/da/man1/*.1.gz -%lang(GB) %{_mandir}/en_GB/man1/*.1.gz -%lang(ET) %{_mandir}/et/man1/*.1.gz -%lang(HU) %{_mandir}/hu/man1/*.1.gz -%lang(ID) %{_mandir}/id/man1/*.1.gz -%lang(TR) %{_mandir}/tr/man1/*.1.gz -%lang(UK) %{_mandir}/uk/man1/*.1.gz -%lang(SV) %{_mandir}/sv/man1/*.1.gz -%{python2_sitelib}/Wammu -%{python2_sitelib}/%{name}-%{version}-py?.?.egg-info - - -%changelog -* Sat Jul 27 2019 Fedora Release Engineering - 0.44-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 0.44-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 0.44-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 0.44-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Tue Jan 09 2018 Sérgio Basto - 0.44-3 -- BR python-six for compatibility on EPEL 7 and require explicity the same - python-six - -* Tue Jan 09 2018 Sérgio Basto - 0.44-2 -- BR python2-six only in Fedora to be compatibility with EPEL 7 -- add BR python2-setuptools - -* Sun Jan 07 2018 Sérgio Basto - 0.44-1 -- Update to 0.44 (#1531832) -- BR pybluez only in Fedora to be compatibility with EPEL 7 -- Use license macro -- Add new man pages (SV) - -* Sun Aug 20 2017 Sérgio Basto - 0.43-1 -- Update to 0.43 (#1404683) - -* Thu Jul 27 2017 Fedora Release Engineering - 0.42-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.42-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Sun Aug 28 2016 Sérgio Basto - 0.42-1 -- wammu 0.42 - -* Tue Jul 19 2016 Fedora Release Engineering - 0.41-3 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Tue May 31 2016 Sérgio Basto - 0.41-2 -- Rebuild for gammu-1.37.3-2 - -* Wed May 25 2016 Sérgio Basto - 0.41-1 -- Update wammu to 0.41 - -* Fri Feb 05 2016 Sérgio Basto - 0.40-3 -- Fix github.com/gammu/wammu/issues/21 . -- Use python2 macros. - -* Thu Nov 26 2015 Sérgio Basto - 0.40-2 -- Update spec from upstream .spec -- Add PyBluez support. -- Update AppData packaging (https://fedoraproject.org/wiki/Packaging:AppData) -- Fix License Tag. -- Use explicitly python2. -- Workaround rhbz #1285841 . - -* Thu Nov 26 2015 Sérgio Basto - 0.40-1 -- Update wammu to 0.40 - -* Fri Jun 19 2015 Fedora Release Engineering - 0.38-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Jan 05 2015 Sérgio Basto - 0.38-1 -- New upstream release. - -* Mon Nov 17 2014 Sérgio Basto - 0.37-1 -- New upstream release. - -* Sun Jun 08 2014 Fedora Release Engineering - 0.36-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Sep 01 2013 Sérgio Basto - 0.36-1 -- Thu Sep 29 2011 Karel Volný - - Update release. - - Package localized manpages. - -* Sun Aug 04 2013 Fedora Release Engineering - 0.30.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0.30.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.30.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.30.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 0.30.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jul 22 2010 David Malcolm - 0.30.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 0.30.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Apr 29 2009 Xavier Lamien - 0.30.1-1 -- Update release. - -* Wed Feb 25 2009 Fedora Release Engineering - 0.29-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.29-3 -- Fix locations for Python 2.6 - -* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.29-2 -- Rebuild for Python 2.6 - -* Sun Oct 12 2008 Xavier Lamien - 0.29-1 -- Update release. - -* Mon Aug 25 2008 Xavier Lamien - 0.28-1 -- Update release. - -* Fri Apr 04 2008 Xavier Lamien - 0.26-2 -- Added missing files. - -* Tue Mar 04 2008 Xavier Lamien - 0.26-1 -- Updated Release. - -* Thu Jan 03 2008 Xavier Lamien < lxtnow[at]gmail.com > - 0.25-1 -- Updated Release. - -* Sun Oct 14 2007 Xavier Lamien < lxtnow[at]gmail.com > - 0.23-1 -- Updated Release. - -* Tue Jul 03 2007 Xavier Lamien < lxtnow[at]gmail.com > - 0.19-3 -- Added additional Requires. - -* Wed Jun 06 2007 Xavier Lamien < lxtnow[at]gmail.com > - 0.19-2 -- Fixed mixed-use-of-spaces warning. - -* Tue May 08 2007 Xavier Lamien < lxtnow[at]gmail.com > - 0.19-1 -- Initial RPM Release.