Hello community,

here is the log from the commit of package perl-Font-FreeType for 
openSUSE:Factory checked in at 2015-04-25 09:52:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Font-FreeType (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Font-FreeType.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Font-FreeType"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Font-FreeType/perl-Font-FreeType.changes    
2011-11-18 15:47:28.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Font-FreeType.new/perl-Font-FreeType.changes   
    2015-04-25 09:54:26.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Apr 14 20:04:21 UTC 2015 - [email protected]
+
+- updated to 0.05
+   see /usr/share/doc/packages/perl-Font-FreeType/Changes
+- build.patch no longer needed
+
+-------------------------------------------------------------------

Old:
----
  Font-FreeType-0.03.tar.gz
  build.patch

New:
----
  Font-FreeType-0.05.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Font-FreeType.spec ++++++
--- /var/tmp/diff_new_pack.2g2Q27/_old  2015-04-25 09:54:26.000000000 +0200
+++ /var/tmp/diff_new_pack.2g2Q27/_new  2015-04-25 09:54:26.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Font-FreeType
 #
-# Copyright (c) 2011 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
@@ -15,53 +15,60 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           perl-Font-FreeType
-BuildRequires:  freetype2-devel perl
-BuildRequires:  perl-macros
-License:        Artistic-1.0
-Group:          System/X11/Fonts
-AutoReqProv:    on
-Summary:        Read font files and render glyphs from Perl using FreeType2
-Version:        0.03
-Release:        86
-Url:            http://search.cpan.org/~geoffr/Font-FreeType-0.03/
-Source0:        
http://search.cpan.org/CPAN/authors/id/G/GE/GEOFFR/Font-FreeType-0.03.tar.gz
-Patch0:         build.patch
+Version:        0.05
+Release:        0
+%define cpan_name Font-FreeType
+Summary:        Read Font Files and Render Glyphs From Perl Using Freetype2
+License:        Artistic-1.0 or GPL-1.0+
+Group:          Development/Libraries/Perl
+Url:            http://search.cpan.org/dist/Font-FreeType/
+Source0:        
http://www.cpan.org/authors/id/D/DM/DMOL/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(Devel::CheckLib)
+BuildRequires:  perl(File::Which)
+BuildRequires:  perl(Test::Warnings)
 %{perl_requires}
+# MANUAL BEGIN
+BuildRequires:  freetype2-devel
+# MANUAL END
 
 %description
-Read font files and render glyphs from Perl using FreeType2
-
-
-
-Authors:
---------
-    Geoff Richards <[email protected]>
+This module allows Perl programs to conveniently read information from font
+files. All the font access is done through the FreeType2 library, which
+supports many formats. It can render images of characters with high-quality
+hinting and antialiasing, extract metrics information, and extract the
+outlines of characters in scalable formats like TrueType.
+
+Warning: this module is currently in 'beta' stage. It'll be another release
+or two before it stabilizes. The API may change in ways that break programs
+based on it, but I don't think it will change much. Some of the values
+returned may be wrong, or not scaled correctly. See the _TODO_ file to get
+a handle on how far along this work is. Contributions welcome, particularly
+if you know more than I do (which isn't much) about fonts and the FreeType2
+library.
 
 %prep
-%setup -n Font-FreeType-%{version}
-%patch0 -p 1 
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags}
-#make test
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%files
-%defattr(-,root,root)
-%{perl_vendorlib}/*/Font
-%dir %{perl_vendorarch}/auto/Font
-%{perl_vendorarch}/auto/Font/FreeType
-%{_mandir}/man?/*
-%doc Changes TODO examples 
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes examples TODO
 
 %changelog

++++++ Font-FreeType-0.03.tar.gz -> Font-FreeType-0.05.tar.gz ++++++
++++ 3213 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
description_paragraphs: 2
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
preamble: |-
 BuildRequires: freetype2-devel
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

Reply via email to