wojdyr pushed to xylib (master). "Update to 1.4. Closes Red Hat Bugzilla bug #1100787."

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 1 17:14:37 UTC 2015


>From 8bbeadacf4d96a0c3bc7fbf9b6239ef0822d559a Mon Sep 17 00:00:00 2001
From: Marcin Wojdyr <wojdyr at gmail.com>
Date: Wed, 1 Apr 2015 18:14:41 +0100
Subject: Update to 1.4. Closes Red Hat Bugzilla bug #1100787.


diff --git a/.gitignore b/.gitignore
index 0071c95..c18cfd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ xylib-0.4.tar.bz2
 /xylib-0.7.tar.bz2
 /xylib-0.8.tar.bz2
 /xylib-1.2.tar.bz2
+/xylib-1.4.tar.bz2
diff --git a/sources b/sources
index 140ed3d..45c39fb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd9ac7bfcddd55b89d920bf80ed1ff5c  xylib-1.2.tar.bz2
+e6434e8ff897106c9e5b41999794b5ad  xylib-1.4.tar.bz2
diff --git a/xylib.spec b/xylib.spec
index ab8c69d..6095ea2 100644
--- a/xylib.spec
+++ b/xylib.spec
@@ -1,12 +1,12 @@
 Name: xylib
 Summary: Library for reading x-y data from several file formats
-Version: 1.2
-Release: 5%{?dist}
+Version: 1.4
+Release: 1%{?dist}
 License: LGPLv2
 Group: Development/Libraries
 Url: http://xylib.sourceforge.net/
-Source0: http://downloads.sourceforge.net/xylib/%{name}-%{version}.tar.bz2
-BuildRequires: gcc-c++, boost-devel, zlib-devel, bzip2-devel
+Source0: https://github.com/wojdyr/xylib/releases/download/v%{version}/%{name}-%{version}.tar.bz2
+BuildRequires: gcc-c++, boost-devel, zlib-devel, bzip2-devel, wxGTK3-devel
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %description
@@ -30,7 +30,7 @@ powder diffraction, spectroscopy or other experimental methods.
 %setup -q
 
 %build
-%configure --disable-static
+%configure --disable-static --with-wx-config=wx-config-3.0
 make %{?_smp_mflags}
 
 %install
@@ -49,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc README.rst COPYING TODO sample-urls
 %{_libdir}/libxy.so.*
-%{_bindir}/xyconv
+%{_bindir}/*
 %{_mandir}/man1/*
 
 %files devel
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libxy.so
 
 %changelog
+* Wed Apr 01 2015 Marcin Wojdyr <wojdyr at gmail.com> - 1.4-1
+- Update to 1.4. Closes Red Hat Bugzilla bug #1100787.
+
 * Tue Jan 27 2015 Petr Machata <pmachata at redhat.com> - 1.2-5
 - Rebuild for boost 1.57.0
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xylib.git/commit/?h=master&id=8bbeadacf4d96a0c3bc7fbf9b6239ef0822d559a


More information about the scm-commits mailing list