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