[mingw-glib-networking: 3/13] Update to 2.30.0

epienbro epienbro at fedoraproject.org
Tue Mar 6 19:55:32 UTC 2012


commit 58bb9bfe4ddeefc36f91f4eb72800016c893947d
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Oct 2 22:55:05 2011 +0300

    Update to 2.30.0
    
    - Use automatic mingw dep extraction
    - Switch to .xz tarballs

 .gitignore                   |    1 +
 mingw32-glib-networking.spec |   16 +++++++++-------
 sources                      |    2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6627277..49af4e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /glib-networking-2.28.6.1.tar.bz2
+/glib-networking-2.30.0.tar.xz
diff --git a/mingw32-glib-networking.spec b/mingw32-glib-networking.spec
index 8cbc6a2..3aadab3 100644
--- a/mingw32-glib-networking.spec
+++ b/mingw32-glib-networking.spec
@@ -1,22 +1,19 @@
 %global __strip %{_mingw32_strip}
 %global __objdump %{_mingw32_objdump}
-%global _use_internal_dependency_generator 0
-%global __find_requires %{_mingw32_findrequires}
-%global __find_provides %{_mingw32_findprovides}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 # first two digits of version
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:           mingw32-glib-networking
-Version:        2.28.6.1
-Release:        2%{?dist}
+Version:        2.30.0
+Release:        1%{?dist}
 Summary:        MinGW Windows glib-networking library
 
 License:        LGPLv2+
 Group:          Development/Libraries
 URL:            http://www.gnome.org/
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/glib-networking/%{release_version}/glib-networking-%{version}.tar.bz2
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/glib-networking/%{release_version}/glib-networking-%{version}.tar.xz
 
 BuildArch:      noarch
 
@@ -43,6 +40,7 @@ This package contains modules that extend the networking support in GIO.
 %{_mingw32_configure} --disable-static
 make %{?_smp_mflags} V=1
 
+
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
@@ -53,12 +51,16 @@ rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/gio/modules/*.la
 
 
 %files -f glib-networking.lang
-%defattr(-,root,root,-)
 %doc COPYING
 %{_mingw32_libdir}/gio/modules/libgiognutls.dll
 
 
 %changelog
+* Sun Oct 02 2011 Kalev Lember <kalevlember at gmail.com> - 2.30.0-1
+- Update to 2.30.0
+- Use automatic mingw dep extraction
+- Switch to .xz tarballs
+
 * Thu Apr 28 2011 Kalev Lember <kalev at smartlink.ee> - 2.28.6.1-2
 - Dropped Requires: pkgconfig (#700348)
 
diff --git a/sources b/sources
index 655d9e7..4758536 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7d99c1f993398f06818a88ada04bcce  glib-networking-2.28.6.1.tar.bz2
+a147c0d5aced1ba0fcc1feea53873a52  glib-networking-2.30.0.tar.xz


More information about the scm-commits mailing list