Hi,
I’m planning to update jsoncpp in rawhide to version 1.6.5 in a week
(when f24 is branched)
(https://bugzilla.redhat.com/show_bug.cgi?id=1209654)
The output of dnf repoquery --whatrequires jsoncpp --alldeps is:
cmake-0:3.3.2-1.fc23.x86_64
cmake-0:3.4.1-4.fc23.i686
cmake-0:3.4.1-4.fc23.x86_64
I am building ntl 9.6.4 for Rawhide today. Upstream has a policy of
bumping the soname on every release, whether it is needed or not, so I
am rebuilding all ntl-using packages as well. The following packages
will be rebuilt, in an appropriate order:
arb
eclib
flint
latte-integrale
linbox
Macaula
No missing expected images.
Images in this compose but not Rawhide 20160219:
Cloud disk raw i386
Design_suite live x86_64
Generic boot x86_64
Lxde live i386
Soas disk raw armhfp
Xfce disk raw armhfp
Cloud vagrant virtualbox x86_64
Security live i386
Lxde live x86_64
Cloud disk raw x86_64
Design_s
On 20/02/16 08:36 -0700, Orion Poplawski wrote:
On 02/19/2016 08:24 PM, Jonathan Wakely wrote:
On 20/02/16 02:07 +, Jonathan Wakely wrote:
The next problem is that gnulib defines:
inline int signbit (float f) { return _gl_cxx_signbitf (f); } inline
int signbit (double d) { return _gl_cxx_s
Zbigniew Jędrzejewski-Szmek wrote:
> On Sat, Feb 20, 2016 at 02:20:19PM +, opensou...@till.name wrote:
>> Package(co)maintainersStatus
>> Change
>>
===
>> gmm
On Sat, Feb 20, 2016 at 02:20:19PM +, opensou...@till.name wrote:
> Package(co)maintainersStatus Change
> ===
> gmm orphan, rdieter, tuxbrewr 1 weeks
On 02/19/2016 08:24 PM, Jonathan Wakely wrote:
On 20/02/16 02:07 +, Jonathan Wakely wrote:
The next problem is that gnulib defines:
inline int signbit (float f) { return _gl_cxx_signbitf (f); } inline
int signbit (double d) { return _gl_cxx_signbitd (d); } inline int
signbit (long double l)
Announcing the creation of a new nightly release validation test event
for Fedora 24 Rawhide 20160220. Please help run some tests for this
nightly compose if you have time. For more information on nightly
release validation testing, see:
https://fedoraproject.org/wiki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
feel free to CC me on that, I work kk4ewt on the updated respins ( re
spun with kernel drops in stable) and as a ambassador I evangelize each
one (minus gnome -- sorry not my taste :) ).co
core...@fedoraproject.org || irc:linuxmodder
On 02/
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life
Note: If y
On Fri, Feb 19, 2016, at 02:37 PM, Kevin Fenzi wrote:
> * Setup tags for all the various groups that have kickstarts. ie,
> 'xfce' 'docker' 'cloud' 'atomic' 'workstation' etc. And get someone
> from each of those groups to actually watch the tags or someone to CC
> on who will actually loo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 02/19/2016 07:09 PM, Josh Boyer wrote:
> Hello,
>
> In today's FESCo meeting, FESCo agreed to orphan all of Christoper
> Meng's packages on February 26, 2016 at 17:00 UTC if there was no
> further contact from Christopher. Normally we would no
On Sat, Feb 20, 2016 at 10:35:06AM +, Jonathan Wakely wrote:
> On 20/02/16 03:32 +, Jonathan Wakely wrote:
> >On 19/02/16 20:18 -0700, Orion Poplawski wrote:
> >>octave has template functions that call abs() on templated
> >>variables, something like:
> >>
> >>template
> >>T myfunc(T arg)
On 02/20/2016 11:08 AM, Pierre-Yves Chibon wrote:
On Sat, Feb 20, 2016 at 08:50:25AM +0100, Ralf Corsepius wrote:
On 02/20/2016 08:44 AM, Pierre-Yves Chibon wrote:
On Sat, Feb 20, 2016 at 06:26:42AM +0100, Ralf Corsepius wrote:
There is a bug, we've been investigating but haven't fix yet.
W
On Sat, Feb 20, 2016 at 1:52 PM, Igor Gnatenko
wrote:
> I think it is also good idea to update liborigin to 2.0 (it is something
> like 2 years after current fedora version)
That's why there is a liborigin2. As far as I can tell, they dropped
support for older versions of Origin at some point, he
I think it is also good idea to update liborigin to 2.0 (it is something
like 2 years after current fedora version)
On Sat, Feb 20, 2016 at 12:41 PM Alexander Ploumistos <
alex.ploumis...@gmail.com> wrote:
> Thanks a bunch!
>
> There was also a
> %patch1 -p1
> missing, but I figured that before b
Thanks a bunch!
There was also a
%patch1 -p1
missing, but I figured that before building the package.
Now the package fails to build locally, but there is no problem in
mock. I really need to read up more on gcc changes if I am to keep c++
packages under my care...
--
devel mailing list
devel@lis
On 20/02/16 12:54 +0200, Alexander Ploumistos wrote:
I don't get it, I applied the patch, but I'm seeing pretty much the
same errors in mock and koji:
http://koji.fedoraproject.org/koji/taskinfo?taskID=13054384
Sorry, the patch was not in the right format, not sure how that
happened.
This shou
I don't get it, I applied the patch, but I'm seeing pretty much the
same errors in mock and koji:
http://koji.fedoraproject.org/koji/taskinfo?taskID=13054384
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org
On 20/02/16 03:32 +, Jonathan Wakely wrote:
On 19/02/16 20:18 -0700, Orion Poplawski wrote:
octave has template functions that call abs() on templated
variables, something like:
template
T myfunc(T arg) {
T x = abs(arg);
}
This leads to errors when instantiated for unsigned types becaus
On Sat, Feb 20, 2016 at 08:50:25AM +0100, Ralf Corsepius wrote:
> On 02/20/2016 08:44 AM, Pierre-Yves Chibon wrote:
> >On Sat, Feb 20, 2016 at 06:26:42AM +0100, Ralf Corsepius wrote:
> >>On 02/20/2016 05:01 AM, Ralf Corsepius wrote:
> >>
> rpms/freefem++ -- PDE solving tool ( master f23 f22 el6
This is an obvious idea and I'm willing to do that.
But there are at least two reasons why I shouldn't do that as a first step.
The Crypto Bone is designed to use only a tiny fraction of the cryptlib system,
the symmetric encryption framework, because RSA/PKI and such isn't necessary
for the ke
22 matches
Mail list logo