commit wammu for openSUSE:Factory

2018-01-29 Thread root
Hello community,

here is the log from the commit of package wammu for openSUSE:Factory checked 
in at 2018-01-29 14:57:52

Comparing /work/SRC/openSUSE:Factory/wammu (Old)
 and  /work/SRC/openSUSE:Factory/.wammu.new (New)


Package is "wammu"

Mon Jan 29 14:57:52 2018 rev:37 rq:570112 version:0.44

Changes:

--- /work/SRC/openSUSE:Factory/wammu/wammu.changes  2017-06-08 
15:04:42.216624097 +0200
+++ /work/SRC/openSUSE:Factory/.wammu.new/wammu.changes 2018-01-29 
14:58:01.452933697 +0100
@@ -1,0 +2,9 @@
+Sun Jan  7 10:24:28 UTC 2018 - ec...@opensuse.org
+
+- Update to 0.44
+  * Fixed layout of features selection dialog.
+  * Build is now reproducible.
+  * License changed to GPLv3+.
+- Drop patch reproducible.patch because it is now in upstream
+
+---

Old:

  reproducible.patch
  wammu-0.43.tar.bz2

New:

  wammu-0.44.tar.bz2



Other differences:
--
++ wammu.spec ++
--- /var/tmp/diff_new_pack.drfJTk/_old  2018-01-29 14:58:03.540836149 +0100
+++ /var/tmp/diff_new_pack.drfJTk/_new  2018-01-29 14:58:03.544835962 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wammu
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,15 +17,13 @@
 
 
 Name:   wammu
-Version:0.43
+Version:0.44
 Release:0
 Summary:Mobile Phone Manager
-License:GPL-2.0
+License:GPL-3.0+
 Group:  Productivity/Telephony/Utilities
 Url:http://wammu.eu/wammu/
 Source: https://dl.cihar.com/wammu/v0/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM https://github.com/gammu/wammu/pull/48
-Patch0: reproducible.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Python location
@@ -38,6 +36,7 @@
 BuildRequires:  python-devel
 BuildRequires:  python-gammu >= 2.7
 BuildRequires:  python-pybluez
+BuildRequires:  python-setuptools
 %if 0%{?suse_version} > 1130
 BuildRequires:  python-wxWidgets >= 2.6
 %else
@@ -79,7 +78,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 CFLAGS="%{optflags}" %{__python} setup.py build

++ wammu-0.43.tar.bz2 -> wammu-0.44.tar.bz2 ++
 125883 lines of diff (skipped)




commit wammu for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package wammu for openSUSE:Factory checked 
in at 2017-06-08 15:04:41

Comparing /work/SRC/openSUSE:Factory/wammu (Old)
 and  /work/SRC/openSUSE:Factory/.wammu.new (New)


Package is "wammu"

Thu Jun  8 15:04:41 2017 rev:36 rq:501855 version:0.43

Changes:

--- /work/SRC/openSUSE:Factory/wammu/wammu.changes  2017-02-26 
17:09:22.522811441 +0100
+++ /work/SRC/openSUSE:Factory/.wammu.new/wammu.changes 2017-06-08 
15:04:42.216624097 +0200
@@ -1,0 +2,6 @@
+Fri Jun  2 14:57:36 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to sort appdata and desktop file entries
+  to make build reproducible (boo#1041090)
+
+---

New:

  reproducible.patch



Other differences:
--
++ wammu.spec ++
--- /var/tmp/diff_new_pack.iDKxX8/_old  2017-06-08 15:04:43.080502179 +0200
+++ /var/tmp/diff_new_pack.iDKxX8/_new  2017-06-08 15:04:43.080502179 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Telephony/Utilities
 Url:http://wammu.eu/wammu/
 Source: https://dl.cihar.com/wammu/v0/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM https://github.com/gammu/wammu/pull/48
+Patch0: reproducible.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Python location
@@ -77,6 +79,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 CFLAGS="%{optflags}" %{__python} setup.py build

++ reproducible.patch ++
https://github.com/gammu/wammu/pull/48
Index: wammu-0.43/setup.py
===
--- wammu-0.43.orig/setup.py
+++ wammu-0.43/setup.py
@@ -144,7 +144,7 @@ def list_message_files(package='wammu',
 """
 _files = glob.glob('locale/*/' + package + suffix)
 _list = []
-for _file in _files:
+for _file in sorted(_files):
 # basename (without extension) is a locale name
 _locale = os.path.basename(os.path.dirname(_file))
 _list.append((_locale, _file, os.path.join(
@@ -210,7 +210,7 @@ class build_wammu(distutils.command.buil
 summary.text = msgfmt.DESKTOP_GENERIC_NAME
 component = tree.getroot()
 
-for loc in translations.keys():
+for loc in sorted(translations.keys()):
 translation = translations[loc]
 if 'Description_1' in translation and 'Description_2' in 
translation:
 p1 = ElementTree.SubElement(description, 'p')



commit wammu for openSUSE:Factory

2017-02-26 Thread root
Hello community,

here is the log from the commit of package wammu for openSUSE:Factory checked 
in at 2017-02-26 17:09:21

Comparing /work/SRC/openSUSE:Factory/wammu (Old)
 and  /work/SRC/openSUSE:Factory/.wammu.new (New)


Package is "wammu"

Changes:

--- /work/SRC/openSUSE:Factory/wammu/wammu.changes  2016-07-01 
10:00:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.wammu.new/wammu.changes 2017-02-26 
17:09:22.522811441 +0100
@@ -1,0 +2,17 @@
+Fri Dec 16 17:55:16 UTC 2016 - ec...@opensuse.org
+
+- Update to 0.43
+  * Fixed images path lookups for installations to /opt.
+  * Fixed startup when installed to /opt.
+  * Fixed bug when message could not be read back.
+  * Localization updates.
+
+---
+Fri Nov 25 22:03:17 UTC 2016 - ec...@opensuse.org
+
+- Update to 0.42
+  * Improved AppData metadata.
+  * Added ttyHS ports to selection.
+  * Localization updates.
+
+---

Old:

  wammu-0.41.tar.bz2

New:

  wammu-0.43.tar.bz2



Other differences:
--
++ wammu.spec ++
--- /var/tmp/diff_new_pack.S7DAFg/_old  2017-02-26 17:09:22.902753778 +0100
+++ /var/tmp/diff_new_pack.S7DAFg/_new  2017-02-26 17:09:22.906753171 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   wammu
-Version:0.41
+Version:0.43
 Release:0
 Summary:Mobile Phone Manager
 License:GPL-2.0
 Group:  Productivity/Telephony/Utilities
 Url:http://wammu.eu/wammu/
-Source: 
http://downloads.sourceforge.net/gammu/%{name}-%{version}.tar.bz2
+Source: https://dl.cihar.com/wammu/v0/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Python location
@@ -34,7 +34,7 @@
 BuildRequires:  desktop-file-utils
 %endif
 BuildRequires:  python-devel
-BuildRequires:  python-gammu >= 2.5
+BuildRequires:  python-gammu >= 2.7
 BuildRequires:  python-pybluez
 %if 0%{?suse_version} > 1130
 BuildRequires:  python-wxWidgets >= 2.6
@@ -46,7 +46,7 @@
 BuildRequires:  update-desktop-files
 %endif
 Requires:   python-base = %py_ver
-Requires:   python-gammu >= 2.5
+Requires:   python-gammu >= 2.7
 Requires:   python-pybluez
 Requires:   python-xml
 %if 0%{?suse_version} > 1130

++ wammu-0.41.tar.bz2 -> wammu-0.43.tar.bz2 ++
 14419 lines of diff (skipped)




commit wammu for openSUSE:Factory

2016-07-01 Thread h_root
Hello community,

here is the log from the commit of package wammu for openSUSE:Factory checked 
in at 2016-07-01 10:00:38

Comparing /work/SRC/openSUSE:Factory/wammu (Old)
 and  /work/SRC/openSUSE:Factory/.wammu.new (New)


Package is "wammu"

Changes:

--- /work/SRC/openSUSE:Factory/wammu/wammu.changes  2015-11-24 
22:34:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.wammu.new/wammu.changes 2016-07-01 
10:00:40.0 +0200
@@ -1,0 +2,8 @@
+Sat May 28 10:16:04 UTC 2016 - ec...@opensuse.org
+
+- Update to 0.41
+  * Fixed crash with unicode home directory.
+  * Fixed possible crashes in error handler.
+  * Improved error handling when scanning for Bluetooth devices.
+
+---

Old:

  wammu-0.40.tar.bz2

New:

  wammu-0.41.tar.bz2



Other differences:
--
++ wammu.spec ++
--- /var/tmp/diff_new_pack.5gNOEU/_old  2016-07-01 10:00:41.0 +0200
+++ /var/tmp/diff_new_pack.5gNOEU/_new  2016-07-01 10:00:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wammu
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 Name:   wammu
-Version:0.40
+Version:0.41
 Release:0
 Summary:Mobile Phone Manager
 License:GPL-2.0
@@ -34,7 +34,7 @@
 BuildRequires:  desktop-file-utils
 %endif
 BuildRequires:  python-devel
-BuildRequires:  python-gammu >= 0.24
+BuildRequires:  python-gammu >= 2.5
 BuildRequires:  python-pybluez
 %if 0%{?suse_version} > 1130
 BuildRequires:  python-wxWidgets >= 2.6
@@ -46,7 +46,7 @@
 BuildRequires:  update-desktop-files
 %endif
 Requires:   python-base = %py_ver
-Requires:   python-gammu >= 0.24
+Requires:   python-gammu >= 2.5
 Requires:   python-pybluez
 Requires:   python-xml
 %if 0%{?suse_version} > 1130

++ wammu-0.40.tar.bz2 -> wammu-0.41.tar.bz2 ++
 151263 lines of diff (skipped)




commit wammu for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package wammu for openSUSE:Factory checked 
in at 2015-11-24 22:33:58

Comparing /work/SRC/openSUSE:Factory/wammu (Old)
 and  /work/SRC/openSUSE:Factory/.wammu.new (New)


Package is "wammu"

Changes:

--- /work/SRC/openSUSE:Factory/wammu/wammu.changes  2015-09-30 
05:53:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.wammu.new/wammu.changes 2015-11-24 
22:34:28.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 24 07:46:22 UTC 2015 - mci...@suse.cz
+
+- Update to 0.40
+  * Correctly escape XML output.
+  * Make error message selectable.
+  * Fixed spurious D-Bus error message. (boo#914904)
+
+---

Old:

  wammu-0.39.tar.bz2

New:

  wammu-0.40.tar.bz2



Other differences:
--
++ wammu.spec ++
--- /var/tmp/diff_new_pack.K2r8Q2/_old  2015-11-24 22:34:29.0 +0100
+++ /var/tmp/diff_new_pack.K2r8Q2/_new  2015-11-24 22:34:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   wammu
-Version:0.39
+Version:0.40
 Release:0
 Summary:Mobile Phone Manager
 License:GPL-2.0

++ wammu-0.39.tar.bz2 -> wammu-0.40.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wammu-0.39/ChangeLog new/wammu-0.40/ChangeLog
--- old/wammu-0.39/ChangeLog2015-07-14 22:39:33.0 +0200
+++ new/wammu-0.40/ChangeLog2015-11-23 15:47:59.0 +0100
@@ -4,6 +4,13 @@
 Major changes for each release are described here. Detailed changes between
 two versions can be retrieved from Git.
 
+0.40
+ (2015-11-23)
+
+* Correctly escape XML output.
+* Make error message selectable.
+* Fixed spurious D-Bus error message.
+
 0.39
  (2015-07-14)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wammu-0.39/PKG-INFO new/wammu-0.40/PKG-INFO
--- old/wammu-0.39/PKG-INFO 2015-07-14 22:39:33.0 +0200
+++ new/wammu-0.40/PKG-INFO 2015-11-23 15:47:59.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: wammu
-Version: 0.39
+Version: 0.40
 Summary: Wammu Mobile Phone Manager
 Home-page: http://wammu.eu/wammu/
 Author: Michal Cihar
@@ -33,7 +33,6 @@
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Greek
 Classifier: Natural Language :: Spanish
-Classifier: Natural Language :: Estonian
 Classifier: Natural Language :: Finnish
 Classifier: Natural Language :: French
 Classifier: Natural Language :: Galician
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wammu-0.39/Wammu/ContactsXML.py 
new/wammu-0.40/Wammu/ContactsXML.py
--- old/wammu-0.39/Wammu/ContactsXML.py 2015-07-14 22:39:33.0 +0200
+++ new/wammu-0.40/Wammu/ContactsXML.py 2015-11-23 15:47:59.0 +0100
@@ -25,6 +25,7 @@
 
 from Wammu.Locales import ugettext as _
 import Wammu.Data
+from xml.sax.saxutils import escape
 import wx
 import os
 
@@ -47,7 +48,7 @@
 contactxml = "\n"
 
 contactxml += ""
-contactxml += contact['Name'].encode('utf-8')
+contactxml += escape(contact['Name'].encode('utf-8'))
 contactxml += "\n"
 
 for i in contact['Entries']:
@@ -63,41 +64,41 @@
 addr_country = i['Value']
 elif i['Type'] == 'Text_Note':
 contactxml += ""
-contactxml += i['Value'].encode('utf-8')
+contactxml += escape(i['Value'].encode('utf-8'))
 contactxml += "\n"
 elif i['Type'] == 'Text_URL':
 contactxml += ""
-contactxml += i['Value'].encode('utf-8')
+contactxml += escape(i['Value'].encode('utf-8'))
 contactxml += "\n"
 elif i['Type'] == 'Text_Email':
 if i['Value']:
 contactxml += ""
-contactxml += i['Value'].encode('utf-8')
+contactxml += escape(i['Value'].encode('utf-8'))
 contactxml += "\n"
 elif i['Type'] == 'Text_Email2':
 if i['Value']:
 contactxml += ""
-contactxml += i['Value'].encode('utf-8')
+contactxml += escape(i['Value'].encode('utf-8'))
 contactxml += "\n"
 elif i['Type'] == 'Number_Mobile':
 contactxml += ""
-contactxml += i['Value'].encode('utf-8')
+contactxml += escape(i['Value'].encode('utf-8'))
 contactxml += "\n"
 elif i['Type'] == 'Number_Work':
 contactxml += ""
-contactxml += i['Value'].encode('utf-8')
+contactxml += escape(i['Value'].encode('utf-8'))
 contactxml += "\n"
  

commit wammu for openSUSE:Factory

2015-09-29 Thread h_root
Hello community,

here is the log from the commit of package wammu for openSUSE:Factory checked 
in at 2015-09-30 05:53:00

Comparing /work/SRC/openSUSE:Factory/wammu (Old)
 and  /work/SRC/openSUSE:Factory/.wammu.new (New)


Package is "wammu"

Changes:

--- /work/SRC/openSUSE:Factory/wammu/wammu.changes  2015-01-14 
11:45:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.wammu.new/wammu.changes 2015-09-30 
05:53:07.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep 27 11:52:23 UTC 2015 - ec...@opensuse.org
+
+- Update to 0.39
+  * Fixed connecting to phone with no SMSC set.
+  * Various code cleanups.
+
+---

Old:

  wammu-0.38.tar.bz2

New:

  wammu-0.39.tar.bz2



Other differences:
--
++ wammu.spec ++
--- /var/tmp/diff_new_pack.53AdXG/_old  2015-09-30 05:53:08.0 +0200
+++ /var/tmp/diff_new_pack.53AdXG/_new  2015-09-30 05:53:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wammu
 #
-# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   wammu
-Version:0.38
+Version:0.39
 Release:0
 Summary:Mobile Phone Manager
 License:GPL-2.0

++ wammu-0.38.tar.bz2 -> wammu-0.39.tar.bz2 ++
 11976 lines of diff (skipped)




commit wammu for openSUSE:Factory

2015-01-14 Thread h_root
Hello community,

here is the log from the commit of package wammu for openSUSE:Factory checked 
in at 2015-01-14 11:45:10

Comparing /work/SRC/openSUSE:Factory/wammu (Old)
 and  /work/SRC/openSUSE:Factory/.wammu.new (New)


Package is "wammu"

Changes:

--- /work/SRC/openSUSE:Factory/wammu/wammu.changes  2014-11-11 
01:11:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.wammu.new/wammu.changes 2015-01-14 
11:45:39.0 +0100
@@ -1,0 +2,9 @@
+Tue Dec 30 09:59:20 UTC 2014 - ec...@opensuse.org
+
+- Updated to 0.38:
+  * Compatibility with latest wxPython releases.
+  * Fixed corrupted appdata metadata.
+  * Fixed broken desktop file due to Chinese translation.
+  * Translation updates.
+
+---

Old:

  wammu-0.37.tar.bz2

New:

  wammu-0.38.tar.bz2



Other differences:
--
++ wammu.spec ++
--- /var/tmp/diff_new_pack.ioamOE/_old  2015-01-14 11:45:40.0 +0100
+++ /var/tmp/diff_new_pack.ioamOE/_new  2015-01-14 11:45:40.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   wammu
-Version:0.37
+Version:0.38
 Release:0
 Summary:Mobile Phone Manager
 License:GPL-2.0

++ wammu-0.37.tar.bz2 -> wammu-0.38.tar.bz2 ++
 5086 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wammu for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package wammu for openSUSE:Factory checked 
in at 2014-11-11 01:11:00

Comparing /work/SRC/openSUSE:Factory/wammu (Old)
 and  /work/SRC/openSUSE:Factory/.wammu.new (New)


Package is "wammu"

Changes:

--- /work/SRC/openSUSE:Factory/wammu/wammu.changes  2011-10-04 
17:04:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.wammu.new/wammu.changes 2014-11-11 
01:11:55.0 +0100
@@ -1,0 +2,11 @@
+Sun Nov  9 15:44:41 UTC 2014 - mailaen...@opensuse.org
+
+- Updated to 0.37:
+  * Translation updates (Indonesian, Spanish, ...).
+  * Add export of contact to XML.
+  * Add Get all menu option.
+  * Added appdata metadata.
+- Removed redundant %clean
+- Brought back python-xml which is a hard dependency now
+
+---

Old:

  wammu-0.36.tar.bz2

New:

  wammu-0.37.tar.bz2



Other differences:
--
++ wammu.spec ++
--- /var/tmp/diff_new_pack.9Z9vdR/_old  2014-11-11 01:11:57.0 +0100
+++ /var/tmp/diff_new_pack.9Z9vdR/_new  2014-11-11 01:11:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wammu
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   wammu
-Version:0.36
-Release:1
-License:GPL-2.0
+Version:0.37
+Release:0
 Summary:Mobile Phone Manager
-Url:http://wammu.eu/wammu/
+License:GPL-2.0
 Group:  Productivity/Telephony/Utilities
-Source0:
http://downloads.sourceforge.net/gammu/%{name}-%{version}.tar.bz2
+Url:http://wammu.eu/wammu/
+Source: 
http://downloads.sourceforge.net/gammu/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Python location
@@ -42,12 +41,14 @@
 %else
 BuildRequires:  wxPython >= 2.6
 %endif
+BuildRequires:  python-xml
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
 Requires:   python-base = %py_ver
 Requires:   python-gammu >= 0.24
 Requires:   python-pybluez
+Requires:   python-xml
 %if 0%{?suse_version} > 1130
 Requires:   python-wxWidgets >= 2.6
 %else
@@ -105,12 +106,9 @@
 
 %find_lang %{name} --with-man --all-name
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog FAQ PKG-INFO README*
+%doc COPYING ChangeLog PKG-INFO README*
 %{_bindir}/wammu
 %{_bindir}/wammu-configure
 %{wammu_python_sitelib}/Wammu/
@@ -120,6 +118,7 @@
 %doc %{_mandir}/man1/wammu.1%{ext_man}
 %doc %{_mandir}/man1/wammu-configure.1%{ext_man}
 %{_datadir}/pixmaps/wammu.*
+%{_datadir}/appdata/
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,-)
@@ -129,5 +128,10 @@
 %lang(ru) %doc %dir %{_mandir}/ru
 %endif
 %lang(sk) %doc %dir %{_mandir}/sk
+%lang(en_GB) %doc %dir %{_mandir}/en_GB
+%lang(et) %doc %dir %{_mandir}/et
+%lang(id) %doc %dir %{_mandir}/id
+%lang(tr) %doc %dir %{_mandir}/tr
+%lang(uk) %doc %dir %{_mandir}/uk
 
 %changelog

++ wammu-0.36.tar.bz2 -> wammu-0.37.tar.bz2 ++
 91976 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wammu for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package wammu for openSUSE:Factory
checked in at Tue Oct 4 17:03:51 CEST 2011.




--- openSUSE:Factory/wammu/wammu.changes2011-09-23 12:50:13.0 
+0200
+++ /mounts/work_src_done/STABLE/wammu/wammu.changes2011-10-01 
20:46:03.0 +0200
@@ -1,0 +2,14 @@
+Sat Oct  1 18:36:54 UTC 2011 - asterios.dra...@gmail.com
+
+- Updated to 0.36:
+  * Fixed re-enabling task bar icon (bug #1369).
+  * Improve searching for installed images (bug #1393).
+  * Translations update (Spanish, Portuguese (Brazil),...).
+  * Compatibility with 3.0 Linux kernel.
+- Spec file updates:
+  * Changed License: to GPL-2.0.
+  * Changed Group: to Productivity/Telephony/Utilities.
+  * Removed python-xml from BuildRequires:/Requires: (not needed).
+  * Recommend python-pybluez.
+
+---

calling whatdependson for head-i586


Old:

  wammu-0.35.tar.bz2

New:

  wammu-0.36.tar.bz2



Other differences:
--
++ wammu.spec ++
--- /var/tmp/diff_new_pack.MHWmx7/_old  2011-10-04 17:03:47.0 +0200
+++ /var/tmp/diff_new_pack.MHWmx7/_new  2011-10-04 17:03:47.0 +0200
@@ -18,18 +18,13 @@
 
 
 Name:   wammu
-Version:0.35
+Version:0.36
 Release:1
+License:GPL-2.0
 Summary:Mobile Phone Manager
-
-License:GPLv2
 Url:http://wammu.eu/wammu/
-%if 0%{?suse_version}
-Group:  Applications/Communications
-%else
-Group:  Applications/Communications
-%endif
-Source0:
http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
+Group:  Productivity/Telephony/Utilities
+Source0:
http://downloads.sourceforge.net/gammu/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Python location
@@ -47,7 +42,6 @@
 %else
 BuildRequires:  wxPython >= 2.6
 %endif
-BuildRequires:  python-xml
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -59,7 +53,8 @@
 %else
 Requires:   wxPython >= 2.6
 %endif
-Requires:   python-xml
+Recommends: python-dbus
+Recommends: python-pybluez
 Recommends: %{name}-lang = %{version}
 # These distributions use /usr/lib for python on all architectures
 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel} || 0%{?mandriva_version} || 0%{?suse_version} > 1110
@@ -78,7 +73,6 @@
 This program does not support browsing files in phone, use gMobileMedia
 instead.
 
-
 %lang_package
 %prep
 %setup -q
@@ -105,7 +99,7 @@
 %endif
 
 # Remove unneeded locales
-%if 0%{?suse_version} < 1140
+%if 0%{?suse_version} && 0%{?suse_version} < 1140
 rm -rf %{buildroot}%{_datadir}/locale/sw/
 %endif
 

++ wammu-0.35.tar.bz2 -> wammu-0.36.tar.bz2 ++
 39677 lines of diff (skipped)

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wammu for openSUSE:Factory

2011-03-21 Thread h_root

Hello community,

here is the log from the commit of package wammu for openSUSE:Factory
checked in at Mon Mar 21 10:52:14 CET 2011.




--- wammu/wammu.changes 2010-04-18 21:16:11.0 +0200
+++ /mounts/work_src_done/STABLE/wammu/wammu.changes2011-03-18 
21:15:45.0 +0100
@@ -1,0 +2,37 @@
+Fri Mar 18 20:11:26 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Don't clean buildroot in %install section.
+  * Fix for "python setup.py install" invoked twice on non-Suse distros.
+
+---
+Sun Mar 13 19:57:31 UTC 2011 - asterios.dra...@gmail.com
+
+- Updated to 0.35:
+  * New Turkish translation.
+  * Updated Dutch translation.
+  * Handle security error when getting phone info (bug #1264).
+  * Read all messages on phones not supporting status but support GetNext (bug
+#1261).
+  From 0.34:
+  * Fixed handling error when SMSC is not configured in phone (bug #1244).
+  * Drop dependency of RPM on python-xml, it's not needed anymore (bug #1248).
+  * Better error messages on non existing devices or on wrong privileges.
+  * Support for storing call entry as new contact (bug #1283).
+  * More user friendly errors from talkback dialog.
+  * Lot of translations were updated.
+  From 0.33:
+  * Fixed displaying of an animation in SMS (bug #1091).
+  * Can Add and Delete multiple selections when Edit Recipient's numbers.
+  * Better log messages when scanning for phones (bug #1182).
+- Spec file updates:
+  * Changes based on rpmdevtools templates and spec-cleaner run.
+  * Updates in Url: and Group:.
+  * Updates in Buildrequires: and Requires: sections.
+  * Added a wammu-lang package based on rpmlint warning
+"package-with-huge-translation".
+  * Fixed desktop file Category using "suse_update_desktop_file" instead of
+using sed in %prep section.
+  * Minor other updates.
+
+---

calling whatdependson for head-i586


Old:

  wammu-0.32.1.tar.bz2

New:

  wammu-0.35.tar.bz2



Other differences:
--
++ wammu.spec ++
--- /var/tmp/diff_new_pack.Y3hXwq/_old  2011-03-21 10:42:47.0 +0100
+++ /var/tmp/diff_new_pack.Y3hXwq/_new  2011-03-21 10:42:47.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package wammu (Version 0.32.1)
+# spec file for package wammu
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,36 +18,49 @@
 
 
 Name:   wammu
-Version:0.32.1
-Release:2
+Version:0.35
+Release:1
+Summary:Mobile Phone Manager
 
-%define extension   bz2
-
-%define python_gammu_req 0.24
+License:GPLv2
+Url:http://wammu.eu/wammu/
+%if 0%{?suse_version}
+Group:  Applications/Communications
+%else
+Group:  Applications/Communications
+%endif
+Source0:
http://sourceforge.net/projects/gammu/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
+# Python location
 %{!?__python: %define __python python}
 %define wammu_python_sitelib %(%{__python} -c "from distutils.sysconfig import 
get_python_lib; print get_python_lib(0)")
 
-Summary:Mobile phone manager
-Source: 
http://dl.cihar.com/%{name}/latest/%{name}-%{version}.tar.%{extension}
-License:GPLv2
-%if 0%{?suse_version}
-Group:  Hardware/Mobile
-%else
-Group:  Hardware/Mobile
+%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel}
+BuildRequires:  desktop-file-utils
 %endif
-Requires:   wxPython >= 2.6, python-gammu >= %{python_gammu_req}, 
python-xml
 BuildRequires:  python-devel
+BuildRequires:  python-gammu >= 0.24
+BuildRequires:  python-pybluez
+%if 0%{?suse_version} > 1130
+BuildRequires:  python-wxWidgets >= 2.6
+%else
+BuildRequires:  wxPython >= 2.6
+%endif
+BuildRequires:  python-xml
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
-%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel}
-BuildRequires:  desktop-file-utils
+Requires:   python-base = %py_ver
+Requires:   python-gammu >= 0.24
+Requires:   python-pybluez
+%if 0%{?suse_version} > 1130
+Requires:   python-wxWidgets >= 2.6
+%else
+Requires:   wxPython >= 2.6
 %endif
-%{?py_requires}
-
-Url:http://wammu.eu/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   python-xml
+Recommends: %{name}-lang = %{version}
 # These distributions use /usr/lib for python on all architectures
 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0