Hello community,

here is the log from the commit of package turpial for openSUSE:Factory checked 
in at 2012-01-05 19:16:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/turpial (Old)
 and      /work/SRC/openSUSE:Factory/.turpial.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "turpial", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/turpial/turpial.changes  2011-10-20 
14:12:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.turpial.new/turpial.changes     2012-01-05 
19:16:23.000000000 +0100
@@ -1,0 +2,22 @@
+Thu Jan  5 10:14:45 UTC 2012 - [email protected]
+
+- Update to version 1.6.7:
+  + Fix bug about SSL certificate validation.
+- Make more doc files not executable in %setup.
+
+-------------------------------------------------------------------
+Mon Nov 21 09:24:56 UTC 2011 - [email protected]
+
+- Update to version 1.6.6:
+  + Added support for img.ur and goo.gl
+  + Implemented option to expand URLs from the context menu
+  + Improved GUI
+  + Implemented autologin
+  + Dialog for authorization on Twitter oAuth
+  + Implemented filtering tweets by phrases / words
+  + Restoration of access to DMs
+  + Implemented support for APIv2 of bit.ly
+  + Fixed error in detection of notification system
+  + Fixed other minor bugs.
+
+-------------------------------------------------------------------

Old:
----
  turpial-1.5.0.tar.gz

New:
----
  turpial-1.6.7-1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ turpial.spec ++++++
--- /var/tmp/diff_new_pack.eo7hR2/_old  2012-01-05 19:16:26.000000000 +0100
+++ /var/tmp/diff_new_pack.eo7hR2/_new  2012-01-05 19:16:26.000000000 +0100
@@ -1,14 +1,29 @@
 #
+# spec file for package turpial
+#
+# Copyright (c) 2012 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
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 Name:           turpial
-Version:        1.5.0
-Release:        1
-License:        GPL-3.0+
+Version:        1.6.7.1
+Release:        0
+%define _version 1.6.7-1
 Summary:        Lightweight, functional and integrated Twitter client
+License:        GPL-3.0+
+Group:          Productivity/Networking/Instant Messenger
 Url:            http://turpial.org.ve/
-Source:         
http://turpial.org.ve/files/sources/stable/%{name}-%{version}.tar.gz
+Source:         
http://turpial.org.ve/files/sources/stable/%{name}-%{_version}.tar.gz
 BuildRequires:  python-babel
 BuildRequires:  python-imaging
 BuildRequires:  python-setuptools
@@ -31,12 +46,10 @@
 Requires:       python-webkitgtk
 Requires:       python-xdg
 %if 0%{?fedora_version}
-Group:          Applications/Internet
 BuildRequires:  desktop-file-utils
 Requires:       notify-python
 %endif
 %if 0%{?suse_version}
-Group:          Productivity/Networking/Instant Messenger
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 Requires:       python-notify
@@ -55,11 +68,18 @@
 %if 0%{?suse_version}
 %lang_package
 %endif
+
 %prep
-%setup -q
+%setup -q -n %{name}-%{_version}
 # fail when we can remove chmod
+test -x AUTHORS
+chmod -x AUTHORS
+test -x ChangeLog
+chmod -x ChangeLog
 test -x COPYING
 chmod -x COPYING
+test -x README.rst
+chmod -x README.rst
 
 %build
 python setup.py build
@@ -67,6 +87,8 @@
 %install
 python setup.py install --skip-build --root %{buildroot} --prefix %{_prefix}
 %find_lang %{name}
+# Installing those in /usr is surely wrong.
+rm %{buildroot}%{_prefix}/{AUTHORS,TRANSLATORS}
 # Will use %%doc for those
 rm %{buildroot}%{_datadir}/doc/%{name}/{ChangeLog,COPYING,README.rst}
 # Not interesting
@@ -89,20 +111,23 @@
 %endif
 
 %if !(0%{?suse_version})
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %else
+
 %files
 %defattr(-,root,root,-)
 %endif
 %doc AUTHORS ChangeLog COPYING README.rst
 %{python_sitelib}/%{name}/
-%{python_sitelib}/%{name}-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/%{name}-1.6.7_1-py%{py_ver}.egg-info
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
 
 %if 0%{?suse_version}
+
 %files lang -f %{name}.lang
 %endif
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to