]> git.pld-linux.org Git - packages/gmime3.git/commitdiff
- updated to 3.2.2 auto/th/gmime3-3.2.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 9 Nov 2018 15:59:44 +0000 (16:59 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 9 Nov 2018 15:59:44 +0000 (16:59 +0100)
- added missing patch (missing file taken from git)
- now uses libidn2

gmime3-missing.patch [new file with mode: 0644]
gmime3.spec

diff --git a/gmime3-missing.patch b/gmime3-missing.patch
new file mode 100644 (file)
index 0000000..bc5ba0e
--- /dev/null
@@ -0,0 +1,24 @@
+--- gmime-3.2.2/gmime/GMime-3.0.metadata.orig  1970-01-01 01:00:00.000000000 +0100
++++ gmime-3.2.2/gmime/GMime-3.0.metadata       2018-11-09 16:02:18.896575720 +0100
+@@ -0,0 +1,21 @@
++InternetAddress
++  .to_string#method name="to_new_string"
++References struct=false
++
++// G-I can't handle non-boxed types
++PartIter struct=false
++
++// G-I doesn't allow non-nullable return values (bug #660879)
++Message
++  .get_mime_part nullable
++Object
++  .get_content_type_parameter nullable
++Parser
++  .construct_message nullable
++
++// G-I doesn't support annotations on fields (bug #561619)
++Filter
++  .backbuf type="uint8[]" array_length_field="backsize"
++  .outreal type="uint8[]"
++      .outbuf type="unowned uint8[]" array_length_field="outsize"
++  .outptr type="unowned uint8[]"
index d383253b3f38b789c64eb5008843628a1ab3b886..64737e28a6bb1f3278292bf398ff0ac7e5453b4c 100644 (file)
@@ -1,14 +1,15 @@
 Summary:       GMIME library
 Summary(pl.UTF-8):     Biblioteka GMIME
 Name:          gmime3
-Version:       3.0.5
+Version:       3.2.2
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gmime/3.0/gmime-%{version}.tar.xz
-# Source0-md5: 3a281d0b9487fa3281cb776daeca50c3
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gmime/3.2/gmime-%{version}.tar.xz
+# Source0-md5: 1188d71c9567375b20b9632a0ed85d3f
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-am.patch
+Patch2:                %{name}-missing.patch
 URL:           http://spruce.sourceforge.net/gmime/
 BuildRequires: autoconf >= 2.54
 BuildRequires: automake >= 1:1.9
@@ -16,16 +17,16 @@ BuildRequires:      docbook-utils
 BuildRequires: gettext-tools
 BuildRequires: glib2-devel >= 1:2.32.0
 BuildRequires: gobject-introspection-devel >= 1.30.0
-BuildRequires: gpgme-devel >= 1:1.2.0
+BuildRequires: gpgme-devel >= 1:1.6.0
 BuildRequires: gtk-doc >= 1.8
-BuildRequires: libidn-devel
+BuildRequires: libidn2-devel >= 2.0.0
 BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 BuildRequires: zlib-devel
 Requires:      glib2 >= 1:2.32.0
-Requires:      gpgme >= 1:1.2.0
+Requires:      gpgme >= 1:1.6.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -40,8 +41,8 @@ Summary(pl.UTF-8):    Pliki nagłówkowe do tworzenia programów z użyciem libgmim
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      glib2-devel >= 1:2.32.0
-Requires:      gpgme-devel >= 1:1.2.0
-Requires:      libidn-devel
+Requires:      gpgme-devel >= 1:1.6.0
+Requires:      libidn2-devel >= 2.0.0
 Requires:      zlib-devel
 
 %description devel
@@ -97,6 +98,7 @@ API języka Vala do biblioteki gmime.
 %setup -q -n gmime-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -148,7 +150,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files apidocs
 %defattr(644,root,root,755)
-%{_gtkdocdir}/gmime-3.0
+%{_gtkdocdir}/gmime-3.2
 
 %files -n vala-gmime3
 %defattr(644,root,root,755)
This page took 0.18439 seconds and 4 git commands to generate.