Hello community,

here is the log from the commit of package fonttools for openSUSE:Factory 
checked in at 2015-10-02 15:37:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fonttools (Old)
 and      /work/SRC/openSUSE:Factory/.fonttools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fonttools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fonttools/fonttools.changes      2014-06-19 
13:20:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fonttools.new/fonttools.changes 2015-10-02 
15:37:50.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Sep 26 10:11:19 UTC 2015 - mplus...@suse.com
+
+- Update to 3.0
+  * no changelog available
+- Update project url
+- Cleanup spec file with spec-cleaner
+- Reduce duplicate files
+- Enable tests
+
+-------------------------------------------------------------------

Old:
----
  fonttools-2.4.tar.gz

New:
----
  3.0.tar.gz

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

Other differences:
------------------
++++++ fonttools.spec ++++++
--- /var/tmp/diff_new_pack.LuB2I4/_old  2015-10-02 15:37:50.000000000 +0200
+++ /var/tmp/diff_new_pack.LuB2I4/_new  2015-10-02 15:37:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fonttools
 #
-# 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,24 +17,21 @@
 
 
 Name:           fonttools
+Version:        3.0
+Release:        0
+Summary:        Suite of Tools and Libraries for Manipulating Fonts
+License:        BSD-3-Clause
+Group:          Productivity/Graphics/Vector Editors
+Url:            https://github.com/behdad/fonttools/
+Source0:        https://github.com/behdad/fonttools/archive/%{version}.tar.gz
+BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-numpy
 BuildRequires:  pyxml
-#%define pyver %(python -c 'import sys; print sys.version[:3]')
 Requires:       python-numpy
 Requires:       python-xml
 Requires:       pyxml
-Version:        2.4
-Release:        0
-Url:            http://sourceforge.net/projects/fonttools/
-# CVS:
-# cvs -d:pserver:anonym...@fonttools.cvs.sourceforge.net:/cvsroot/fonttools 
login
-# cvs -z3 
-d:pserver:anonym...@fonttools.cvs.sourceforge.net:/cvsroot/fonttools co 
fonttools
-Source0:        
http://downloads.sourceforge.net/project/fonttools/%{version}/fonttools-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Summary:        Suite of Tools and Libraries for Manipulating Fonts
-License:        BSD-3-Clause
-Group:          Productivity/Graphics/Vector Editors
 
 %description
 FontTools is a suite of tools and libraries for manipulating fonts
@@ -45,19 +42,23 @@
 convert TrueType fonts to an XML based format (called TTX) and back.
 
 %prep
-%setup -n fonttools-%{version}
+%setup -q -n fonttools-%{version}
 chmod 644 LICENSE.txt
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS" 
+export CFLAGS="%{optflags}"
 python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT 
--record-rpm=filelist.log
+python setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=filelist.log
 sed -i 's:ttx.1:ttx.1.gz:' filelist.log
+%fdupes -s %{buildroot}
+
+%check
+./run-tests.sh
 
 %files -f filelist.log
 %defattr(-, root, root)
-%doc LICENSE.txt README.txt Doc/
+%doc LICENSE.txt README.md Doc/
 
 %changelog

++++++ fonttools-2.4.tar.gz -> 3.0.tar.gz ++++++
++++ 63902 lines of diff (skipped)


Reply via email to