[polybori] Rebuild for ntl 8.1.0.

Jerry James jjames at fedoraproject.org
Thu Jan 15 17:50:11 UTC 2015


commit 1189a2415d31bc09b6ea80a4b81768adef29b6a1
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Thu Jan 15 10:50:11 2015 -0700

    Rebuild for ntl 8.1.0.
    
    Also:
    - Drop patch for bz 974257; no longer needed.
    - Note bundled jquery in the documentation.

 PolyGUI.appdata.xml  |    4 +---
 polybori-regex.patch |   44 --------------------------------------------
 polybori.spec        |   13 +++++++------
 3 files changed, 8 insertions(+), 53 deletions(-)
---
diff --git a/PolyGUI.appdata.xml b/PolyGUI.appdata.xml
index db2200a..faacd72 100644
--- a/PolyGUI.appdata.xml
+++ b/PolyGUI.appdata.xml
@@ -21,7 +21,5 @@
   <screenshot>http://polybori.sourceforge.net/doc/tutorial/PolyGui-Options.png</screenshot>
  </screenshots>
  <url type="homepage">http://polybori.sourceforge.net/</url>
- <!-- FIXME: change this to an upstream email address for spec updates
-         <updatecontact>someone_who_cares at upstream_project.org</updatecontact>
-  -->
+  <updatecontact>loganjerry at gmail.com</updatecontact>
 </application>
diff --git a/polybori.spec b/polybori.spec
index 4081de4..44cf6e1 100644
--- a/polybori.spec
+++ b/polybori.spec
@@ -3,7 +3,7 @@
 
 Name:           polybori
 Version:        0.8.3
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        Framework for Boolean Rings
 Group:          Development/Libraries
 License:        GPLv2+
@@ -15,8 +15,6 @@ Source2:        PolyGUI.appdata.xml
 # This patch is specific to Fedora, although upstream helped create it.  Use
 # system CUDD libraries instead of building the included CUDD sources.
 Patch0:         %{name}-system-cudd.patch
-# Temporary workaround for bz 974257.  Not for upstream.
-Patch1:         %{name}-regex.patch
 
 BuildRequires:  boost-devel
 BuildRequires:  cudd-devel
@@ -37,7 +35,6 @@ BuildRequires:  tex(fullpage.sty)
 BuildRequires:  tex(tex4ht.sty)
 BuildRequires:  tex-courier
 
-%global __provides_exclude_from ^%{python_sitearch}/.*\\.so$
 %global icondir %{_datadir}/icons/hicolor
 
 %description
@@ -71,6 +68,7 @@ Static libraries for %{name}.
 Summary:        Documentation for %{name}
 Group:          Documentation
 Requires:       %{name} = %{version}-%{release}
+Provides:       bundled(jquery)
 BuildArch:      noarch
 
 %description    docs
@@ -107,7 +105,6 @@ Qt GUI for %{name}.
 %prep
 %setup -q
 %patch0
-%patch1
 
 # Remove private copy of system libs (Cudd and pyparsing)
 rm -rf Cudd PyPolyBoRi/pyparsing.py
@@ -225,7 +222,6 @@ gtk-update-icon-cache %{icondir} >&/dev/null ||:
 
 %files docs
 %{_docdir}/%{name}/
-%exclude %{_docdir}/%{name}/LICENSE
 %exclude %{_docdir}/%{name}/README
 
 %files -n python-%{name}
@@ -245,6 +241,11 @@ gtk-update-icon-cache %{icondir} >&/dev/null ||:
 %{_mandir}/man1/PolyGUI*
 
 %changelog
+* Mon Jan 12 2015 Jerry James <loganjerry at gmail.com> - 0.8.3-13
+- Rebuild for ntl 8.1.0
+- Drop patch for bz 974257; no longer needed
+- Note bundled jquery in the documentation
+
 * Mon Sep 22 2014 Jerry James <loganjerry at gmail.com> - 0.8.3-12
 - Rebuild for m4ri 20140914 and ntl 6.2.1
 - Fix license handling


More information about the scm-commits mailing list