]> git.pld-linux.org Git - packages/libgdiplus.git/commitdiff
- 2.0 auto/th/libgdiplus-2_0-1 auto/ti/libgdiplus-2_0-1
authorwolf <wolf@pld-linux.org>
Mon, 6 Oct 2008 12:36:32 +0000 (12:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgdiplus-lt.patch -> 1.2
    libgdiplus.spec -> 1.56

libgdiplus-lt.patch
libgdiplus.spec

index bdd704f07a780766b93b9a0626a39dd984fd91f0..dbf5a0f651b5dfb17d4d8f4858ff7f3cab7bf7db 100644 (file)
@@ -4,8 +4,8 @@
  # libtool shared library version
  
  # Increment if the interface has additions, changes, removals.
--LT_CURRENT=13
-+LTVER_CURRENT=13
+-LT_CURRENT=19
++LTVER_CURRENT=19
  
  # Increment any time the source changes; set to
  # 0 if you increment CURRENT
@@ -15,8 +15,8 @@
  # Increment if any interfaces have been added; set to 0
  # if any interfaces have been removed. removal has
  # precedence over adding, so set to 0 if both happened.
--LT_AGE=11
-+LTVER_AGE=11
+-LT_AGE=17
++LTVER_AGE=17
  
  dnl ===========================================================================
  
index ca029084cca7306bece793d31c8737db2214663b..ec7aebe2da1031ac1dfc965b2c5882ea838c865e 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_with    internal_cairo  # internal cairo 1.4.10 instead of system one
+%bcond_with    internal_cairo  # internal cairo 1.6.4 instead of system one
 %bcond_with    pango           # use pango for text rendering (experimental; system cairo only)
 #
 # WARNING! libgdiplus will not work if compiled with -fomit-frame-pointer
@@ -8,7 +8,7 @@
 Summary:       An Open Source implementation of the GDI+ API
 Summary(pl.UTF-8):     Otwarta implementacja API GDI+
 Name:          libgdiplus
-Version:       1.9
+Version:       2.0
 Release:       1
 %if %{with internal_cairo}
 License:       LGPL v2.1 or MPL 1.1
@@ -18,14 +18,14 @@ License:    MIT X11
 Group:         Libraries
 # latest downloads summary at http://ftp.novell.com/pub/mono/sources-stable/
 Source0:       http://ftp.novell.com/pub/mono/sources/libgdiplus/%{name}-%{version}.tar.bz2
-# Source0-md5: 939f65903ea385ae1dc9bf0098669838
+# Source0-md5: dc732fb2d996b54405c27645cb8642d9
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-lt.patch
 Patch2:                %{name}-autoconf262.patch
 URL:           http://www.mono-project.com/
 BuildRequires: autoconf >= 2.54
 BuildRequires: automake >= 1:1.7
-%{!?with_internal_cairo:BuildRequires: cairo-devel >= 1.4.12}
+%{!?with_internal_cairo:BuildRequires: cairo-devel >= 1.6.4}
 BuildRequires: fontconfig-devel
 BuildRequires: freetype-devel >= 2.0
 BuildRequires: giflib-devel
@@ -38,7 +38,7 @@ BuildRequires:        libtool
 %{?with_pango:BuildRequires:   pango-devel >= 1:1.10}
 BuildRequires: pkgconfig
 BuildRequires: xorg-lib-libXrender-devel
-%{!?with_internal_cairo:Requires:      cairo >= 1.4.12}
+%{!?with_internal_cairo:Requires:      cairo >= 1.6.4}
 Requires:      glib2 >= 1:2.2.3
 %{?with_pango:Requires:        pango >= 1:1.10}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.039873 seconds and 4 git commands to generate.