This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from e3fbeda debian/control: add myself as uploader. new bf16dfd x2goplasmabindings.spec: pull in redhat-rpm-confi, and, as a side-effect, annobin. new 06fe22b x2goplasmabindings.spec: remove obsolete EPEL 5 support. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 3 +++ x2goplasmabindings.spec | 13 ++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit bf16dfd4e5c8e93d17279ed12781415d45cb3cd5 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Nov 17 23:10:01 2018 +0100 x2goplasmabindings.spec: pull in redhat-rpm-confi, and, as a side-effect, annobin. --- debian/changelog | 2 ++ x2goplasmabindings.spec | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 87ff0e5..d4ab4e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ x2goplasmabindings (3.0.2.2-0x2go1) UNRELEASED; urgency=low - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>. - Uploaders: add myself. Also, force a rebuild due to the changed versioning. + * x2goplasmabindings.spec: + - Pull in redhat-rpm-confi, and, as a side-effect, annobin. -- X2Go Release Manager <git-admin@x2go.org> Tue, 10 Feb 2015 23:38:16 +0100 diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index f0d50a1..3132079 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -24,6 +24,14 @@ BuildRequires: kdelibs4-devel BuildRequires: intltool Requires: plasma-addons-x2go +%if 0%{?fedora} || 0%{?rhel} +# For some reason gcc doesn't depend upon redhat-rpm-config, +# but the GCC spec file is still used, which leads to gcc failing +# due to a missing annobin plugin during compilation. +# Let's build-depend upon redhat-rpm-config for now manually. +BuildRequires: redhat-rpm-config +%endif + %if 0%{?el5} # For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit 06fe22b77d996314a7a86834a97223267760b17c Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Nov 17 23:10:57 2018 +0100 x2goplasmabindings.spec: remove obsolete EPEL 5 support. --- debian/changelog | 1 + x2goplasmabindings.spec | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index d4ab4e9..7380723 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ x2goplasmabindings (3.0.2.2-0x2go1) UNRELEASED; urgency=low versioning. * x2goplasmabindings.spec: - Pull in redhat-rpm-confi, and, as a side-effect, annobin. + - Remove obsolete EPEL 5 support. -- X2Go Release Manager <git-admin@x2go.org> Tue, 10 Feb 2015 23:38:16 +0100 diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 3132079..8309f47 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -32,12 +32,7 @@ Requires: plasma-addons-x2go BuildRequires: redhat-rpm-config %endif -%if 0%{?el5} -# For compatibility with EPEL5 -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -%else BuildRoot: %{_tmppath}/%{name}-%{version}-build -%endif %description X2Go is a server-based computing environment with -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git