[python-mwclient] require python-requests
by Adam Williamson
commit 294ea508207b62c5288893fde69797fed0b17a1a
Author: Adam Williamson <awilliam(a)redhat.com>
Date: Fri Oct 31 16:48:15 2014 -0700
require python-requests
python-mwclient.spec | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-mwclient.spec b/python-mwclient.spec
index c47617d..63e9cb0 100644
--- a/python-mwclient.spec
+++ b/python-mwclient.spec
@@ -8,7 +8,7 @@
Name: python-mwclient
Version: 0.7.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Mwclient is a client to the MediaWiki API
Group: System Environment/Libraries
@@ -20,6 +20,7 @@ BuildArch: noarch
BuildRequires: python2-devel
BuildRequires: python-setuptools
Requires: python-simplejson
+Requires: python-requests
%description
Mwclient is a client to the MediaWiki API <http://mediawiki.org/wiki/API>
@@ -49,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Oct 31 2014 Adam Williamson <awilliam(a)redhat.com> - 0.7.0-2
+- requires python-requests
+
* Wed Oct 01 2014 Adam Williamson <awilliam(a)redhat.com> - 0.7.0-1
- new release: 0.7.0
- update for github source, use of setuptools and modern Python packaging rules
8Â years, 11Â months
[dyninst] Update to point release 8.2.1.
by Josh Stone
commit 2dcd614dce97c8d512ff4344af24f01aa92aa8b3
Author: Josh Stone <jistone(a)redhat.com>
Date: Fri Oct 31 16:39:50 2014 -0700
Update to point release 8.2.1.
.gitignore | 1 +
dyninst.spec | 15 +++++++++------
sources | 2 +-
3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 39949e7..17acbf9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/dyninst-8.2.0.1.tar.gz
/dyninst-docs-8.2.0.1.tar.gz
/dyninst-testsuite-8.2.0.1.tar.gz
+/dyninst-8.2.1.tar.gz
diff --git a/dyninst.spec b/dyninst.spec
index ae01d89..949341f 100644
--- a/dyninst.spec
+++ b/dyninst.spec
@@ -4,7 +4,7 @@ Name: dyninst
Group: Development/Libraries
Release: 1%{?dist}
URL: http://www.dyninst.org
-Version: 8.2.0
+Version: 8.2.1
Exclusiveos: linux
#dyninst only knows the following architectures
ExclusiveArch: %{ix86} x86_64 ppc ppc64
@@ -12,18 +12,18 @@ ExclusiveArch: %{ix86} x86_64 ppc ppc64
# The source for this package was pulled from upstream's vcs. Use the
# following commands to generate the tarball:
# git clone http://git.dyninst.org/dyninst.git; cd dyninst
-# git archive --format=tar.gz --prefix=dyninst/ v8.2.0.1 > dyninst-8.2.0.1.tar.gz
+# git archive --format=tar.gz --prefix=dyninst/ v8.2.1 > dyninst-8.2.1.tar.gz
# git clone http://git.dyninst.org/docs.git; cd docs
# git archive --format=tar.gz --prefix=docs/ v8.2.0.1 > dyninst-docs-8.2.0.1.tar.gz
# git clone http://git.dyninst.org/testsuite.git; cd testsuite
# git archive --format=tar.gz --prefix=testsuite/ v8.2.0.1 > dyninst-testsuite-8.2.0.1.tar.gz
# Verify the commit ids with:
-# gunzip -c dyninst-8.2.0.1.tar.gz | git get-tar-commit-id
+# gunzip -c dyninst-8.2.1.tar.gz | git get-tar-commit-id
# gunzip -c dyninst-docs-8.2.0.1.tar.gz | git get-tar-commit-id
# gunzip -c dyninst-testsuite-8.2.0.1.tar.gz | git get-tar-commit-id
-Source0: dyninst-%{version}.1.tar.gz
-Source1: dyninst-docs-%{version}.1.tar.gz
-Source2: dyninst-testsuite-%{version}.1.tar.gz
+Source0: dyninst-8.2.1.tar.gz
+Source1: dyninst-docs-8.2.0.1.tar.gz
+Source2: dyninst-testsuite-8.2.0.1.tar.gz
BuildRequires: libdwarf-devel >= 20111030
BuildRequires: elfutils-libelf-devel
BuildRequires: boost-devel
@@ -181,6 +181,9 @@ chmod 644 %{buildroot}%{_libdir}/dyninst/testsuite/*
%attr(755,root,root) %{_libdir}/dyninst/testsuite/*
%changelog
+* Fri Oct 31 2014 Josh Stone <jistone(a)redhat.com> - 8.2.1-1
+- Update to point release 8.2.1.
+
* Wed Aug 20 2014 Josh Stone <jistone(a)redhat.com> - 8.2.0-1
- rebase to 8.2.0, using upstream tag "v8.2.0.1"
diff --git a/sources b/sources
index e0a759a..7ed6691 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-a135ef4fe73c39f06c8215b0f6dc844c dyninst-8.2.0.1.tar.gz
309897bf21a58007b61c3da7a7e9e4da dyninst-docs-8.2.0.1.tar.gz
3a675debbf201c86a616b1c3262972f4 dyninst-testsuite-8.2.0.1.tar.gz
+a4433b1a39177447ba493e28d1a0abd8 dyninst-8.2.1.tar.gz
8Â years, 11Â months
[java-1.8.0-openjdk] Fix building against libjpeg-turbo 1.4 beta
by Omair Majid
commit 4207bc838ae6653a5cf39d9a2d7ce12b8edcd330
Author: Omair Majid <omajid(a)redhat.com>
Date: Fri Oct 31 19:37:33 2014 -0400
Fix building against libjpeg-turbo 1.4 beta
It removed the FAR macro which was causing the build to fail.
java-1.8.0-openjdk.spec | 5 +++++
libjpeg-turbo-1.4-compat.patch | 33 +++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec
index 4cd9202..3ec6b55 100644
--- a/java-1.8.0-openjdk.spec
+++ b/java-1.8.0-openjdk.spec
@@ -578,6 +578,7 @@ Patch7: include-all-srcs.patch
# Problem discovered with make 4.0
Patch11: hotspot-build-j-directive.patch
Patch12: removeSunEcProvider-RH1154143.patch
+Patch13: libjpeg-turbo-1.4-compat.patch
#
# OpenJDK specific patches
@@ -858,6 +859,7 @@ sh %{SOURCE12}
%patch7
%patch11
%patch12
+%patch13
# s390 build fixes
%ifarch s390
@@ -1500,6 +1502,9 @@ end
%{files_accessibility %{nil}}
%changelog
+* Fri Oct 31 2014 Omair Majid <omajid(a)redhat.com> - 1:1.8.0.40-13.b02
+- Build against libjpeg-turbo-1.4
+
* Fri Oct 24 2014 Jiri Vanek <jvanek(a)redhat.com> - 1:1.8.0.40-13.b02
- preparing for parallel debug+normal build
- files and scripelts moved to extendable macros as first step to dual build
diff --git a/libjpeg-turbo-1.4-compat.patch b/libjpeg-turbo-1.4-compat.patch
new file mode 100644
index 0000000..26ffc7b
--- /dev/null
+++ b/libjpeg-turbo-1.4-compat.patch
@@ -0,0 +1,33 @@
+Remove uses of FAR in jpeg code
+
+Upstream libjpeg-trubo removed the (empty) FAR macro:
+http://sourceforge.net/p/libjpeg-turbo/code/1312/
+
+Adjust our code to not use the undefined FAR macro anymore.
+
+diff --git a/src/share/native/sun/awt/image/jpeg/imageioJPEG.c b/src/share/native/sun/awt/image/jpeg/imageioJPEG.c
+--- jdk8/jdk/src/share/native/sun/awt/image/jpeg/imageioJPEG.c
++++ jdk8/jdk/src/share/native/sun/awt/image/jpeg/imageioJPEG.c
+@@ -1385,7 +1385,7 @@
+ /* and fill it in */
+ dst_ptr = icc_data;
+ for (seq_no = first; seq_no < last; seq_no++) {
+- JOCTET FAR *src_ptr = icc_markers[seq_no]->data + ICC_OVERHEAD_LEN;
++ JOCTET *src_ptr = icc_markers[seq_no]->data + ICC_OVERHEAD_LEN;
+ unsigned int length =
+ icc_markers[seq_no]->data_length - ICC_OVERHEAD_LEN;
+
+diff --git a/src/share/native/sun/awt/image/jpeg/jpegdecoder.c b/src/share/native/sun/awt/image/jpeg/jpegdecoder.c
+--- jdk8/jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c
++++ jdk8/jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c
+@@ -41,9 +41,8 @@
+ #include "jni.h"
+ #include "jni_util.h"
+
+-/* undo "system_boolean" hack and undef FAR since we don't use it anyway */
++/* undo "system_boolean" hack since we don't use it anyway */
+ #undef boolean
+-#undef FAR
+ #include <jpeglib.h>
+ #include "jerror.h"
+
8Â years, 11Â months
[saga] New release 2.1.3
by Volker Fröhlich
commit 00c4d590adab33af2e6e442c7e37a6144ca48549
Author: Volker Fröhlich <volker27(a)gmx.at>
Date: Sat Nov 1 00:19:04 2014 +0100
New release 2.1.3
- Add appdata file
.gitignore | 1 +
saga-2.1.2-format.patch | 39 ---------------------------------------
saga.spec | 19 ++++++++++++-------
saga_tarball.sh | 2 +-
sources | 2 +-
5 files changed, 15 insertions(+), 48 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b99a742..c682fd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/saga_2.0.8-fedora.tar.gz
/saga_2.1.1-fedora.tar.gz
/saga_2.1.2-fedora.tar.gz
+/saga_2.1.3-fedora.tar.gz
diff --git a/saga.spec b/saga.spec
index 48cbb89..54475d6 100644
--- a/saga.spec
+++ b/saga.spec
@@ -1,6 +1,6 @@
Name: saga
-Version: 2.1.2
-Release: 5%{?dist}
+Version: 2.1.3
+Release: 1%{?dist}
Summary: Geographic information system with an API for processing geodata
Group: Applications/Engineering
@@ -51,8 +51,7 @@ Patch6: %{name}-2.1.2-e00.patch
# http://sourceforge.net/p/saga-gis/bugs/135/
Patch7: %{name}-2.1.2-poly.patch
-Patch8: %{name}-2.1.2-format.patch
-
+BuildRequires: libappstream-glib
BuildRequires: desktop-file-utils
BuildRequires: libtool automake autoconf
BuildRequires: e00compr-static
@@ -120,8 +119,6 @@ rm -rf src/modules/grid/grid_gridding/nn/triangle.*
%patch5 -p1 -b .~dxflib
%patch6 -p1 -b .~e00
%patch7 -p1 -b .~poly
-%patch8 -p1 -b .~format
-
%build
@@ -151,10 +148,11 @@ rm -rf %{buildroot}/%{python_sitearch}/*.la \
%{buildroot}/%{_libdir}/*.la
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
+appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml
%files
-%doc AUTHORS ChangeLog.gz COPYING
+%doc AUTHORS COPYING README
%{_bindir}/%{name}_cmd
%{_bindir}/%{name}_gui
%{_libdir}/%{name}/
@@ -164,6 +162,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%{_libdir}/lib%{name}_gdi-%{version}.so
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
+%{_datadir}/appdata/%{name}.appdata.xml
%{_mandir}/man1/%{name}_*1*
%files python
@@ -180,6 +179,12 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%changelog
+* Fri Oct 31 2014 Volker Fröhlich <volker27(a)gmx.at> - 2.1.3-1
+- New upstream release
+- Remove ChangeLog, as it is not updated, ship README instead
+- Add and validate appdata file
+- Remove format patch (solved upstream)
+
* Wed Oct 22 2014 Volker Froehlich <volker27(a)gmx.at> - 2.1.2-5
- Rebuild for polyclipping 6.2.0
diff --git a/saga_tarball.sh b/saga_tarball.sh
index 2d3f112..2616484 100755
--- a/saga_tarball.sh
+++ b/saga_tarball.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Volker Fröhlich, 2013
-VERSION="2.1.2"
+VERSION="2.1.3"
rm -rf saga-$VERSION-fedora
rm -rf saga-$VERSION-fedora.tar.gz
diff --git a/sources b/sources
index fef5cbd..8e2b75c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-40703190b1f08df72176a8e187c166b0 saga_2.1.2-fedora.tar.gz
+c55cf3127c65ef8e7c111f333006e7bc saga_2.1.3-fedora.tar.gz
8Â years, 11Â months
[cinnamon/f21] update to 2.4.0
by leigh123linux
Summary of changes:
61c6c8d... update to 2.4.0 (*)
(*) This commit already existed in another branch; no separate mail sent
8Â years, 11Â months
[cinnamon] update to 2.4.0
by leigh123linux
commit 61c6c8d391c225050055c10d9a0cc9e1be3036a1
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Oct 31 22:51:17 2014 +0000
update to 2.4.0
.gitignore | 1 +
cinnamon.spec | 13 ++++++++-----
sources | 2 +-
3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1301fe8..575db87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@
/Cinnamon-2.2.16.tar.gz
/cinnamon-2.4.0.git8304e57.tar.gz
/cinnamon-2.4.0.gitea748a2.tar.gz
+/Cinnamon-2.4.0.tar.gz
diff --git a/cinnamon.spec b/cinnamon.spec
index a63fcef..e7ca880 100644
--- a/cinnamon.spec
+++ b/cinnamon.spec
@@ -1,8 +1,8 @@
-%global _internal_version ea748a2
+#global _internal_version ea748a2
Name: cinnamon
Version: 2.4.0
-Release: 0.4.git%{_internal_version}%{?dist}
+Release: 1%{?dist}
Summary: Window management and application launching for GNOME
License: GPLv2+ and LGPLv2+
URL: http://cinnamon.linuxmint.com
@@ -11,8 +11,8 @@ URL: http://cinnamon.linuxmint.com
# wget https://github.com/linuxmint/Cinnamon/archive/%%{version}.tar.gz -O cinnamon-%%{version}.tar.gz
# for git
# wget https://github.com/linuxmint/Cinnamon/tarball/%%{_internal_version} -O cinnamon-%%{version}.git%%{_internal_version}.tar.gz
-Source0: http://leigh123linux.fedorapeople.org/pub/%{name}/source/cinnamon-%{versi...
-#Source0: http://leigh123linux.fedorapeople.org/pub/%{name}/source/Cinnamon-%{versi...
+#Source0: http://leigh123linux.fedorapeople.org/pub/cinnamon/source/cinnamon-%%{ver...
+Source0: http://leigh123linux.fedorapeople.org/pub/%{name}/source/Cinnamon-%{versi...
Source1: polkit-cinnamon-authentication-agent-1.desktop
Source2: cinnamon-fedora.gschema.override
Source3: cinnamon-redhat.gschema.override
@@ -156,7 +156,7 @@ The emphasis is put on making users feel at home and providing
them with an easy to use and comfortable desktop experience.
%prep
-%autosetup -p1 -n linuxmint-Cinnamon-%{_internal_version}
+%autosetup -p1 -n Cinnamon-%{version}
sed -i -e 's@gksu@pkexec@g' files/usr/bin/cinnamon-settings-users
@@ -249,6 +249,9 @@ fi
%{_mandir}/man1/*
%changelog
+* Fri Oct 31 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 2.4.0-1
+- update to 2.4.0
+
* Fri Oct 10 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 2.4.0-0.4.gitea748a2
- update to latest git
diff --git a/sources b/sources
index 045e2c2..4a8e955 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d75114df9404e22121a7a3321993de49 cinnamon-2.4.0.gitea748a2.tar.gz
+7b7ea6f27860b6c5c97fad932d14fe36 Cinnamon-2.4.0.tar.gz
8Â years, 11Â months