kalev pushed to flatpak-runtime (f31). "Add python2 to the runtime
(..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-11-30 18:19:27 UTC
From 02c369862b975243424a551a65621ea9e87e1c5e Mon Sep 17 00:00:00 2001
From: Kalev Lember <klember(a)redhat.com>
Date: Nov 30 2019 18:17:00 +0000
Subject: Add python2 to the runtime
This should make it easier to move gimp and inkscape flatpaks off the
F29 flatpak runtime they are currently using. Hopefully by the time F31
is about to go EOL both of these have been ported to python3, so we can
drop python2 from the F32 runtime.
---
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index d40beda..4e22062 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -421,6 +421,8 @@ data:
- python-setuptools-wheel
- python3-setuptools
- python3-six
+ - python2
+ - python2-libs
- python3
- python3-libs
- qgnomeplatform
@@ -908,6 +910,8 @@ data:
- python-setuptools-wheel
- python3-setuptools
- python3-six
+ - python2
+ - python2-libs
- python3
- python3-libs
- qgnomeplatform
@@ -1898,6 +1902,8 @@ data:
- python-setuptools-wheel
- python3-setuptools
- python3-six
+ - python2
+ - python2-libs
- python3
- python3-devel
- python3-libs
@@ -2952,6 +2958,8 @@ data:
- python-setuptools-wheel
- python3-setuptools
- python3-six
+ - python2
+ - python2-libs
- python3
- python3-devel
- python3-libs
diff --git a/package-notes.txt b/package-notes.txt
index 34ee2e9..77e98c9 100644
--- a/package-notes.txt
+++ b/package-notes.txt
@@ -127,6 +127,7 @@ p11-kit-server: EB: provides p11-kit-client.so to make certificates work in cont
pam: FD: systemd, util-linux
pkgconf-pkg-config: EB: hard to build, xorg-x11-font-utils wants
publicsuffix-list-dafsa
+python2: EB
python3-cairo: E
python3-gobject: E
python3-libs
https://src.fedoraproject.org/modules/flatpak-runtime/c/02c369862b9752434...
3Â years, 4Â months
kalev pushed to flatpak-runtime (f31). "Add sbc (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-11-30 18:19:27 UTC
From 47c458b2b2ddcb1d49735e142043e1bb783a8753 Mon Sep 17 00:00:00 2001
From: Kalev Lember <klember(a)redhat.com>
Date: Nov 30 2019 18:18:55 +0000
Subject: Add sbc
This is a new dep of pipewire as we moved its plugins to -libs
subpackage (used by libpipewire).
---
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index 4e22062..462b343 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -461,6 +461,7 @@ data:
- SDL2_mixer
- SDL2_net
- SDL2_ttf
+ - sbc
- sed
- serd
- setup
@@ -950,6 +951,7 @@ data:
- SDL2_mixer
- SDL2_net
- SDL2_ttf
+ - sbc
- sed
- serd
- setup
@@ -1990,6 +1992,7 @@ data:
- SDL2_ttf
- SDL2_ttf-devel
- SDL_sound
+ - sbc
- sed
- serd
- setup
@@ -3046,6 +3049,7 @@ data:
- SDL2_ttf
- SDL2_ttf-devel
- SDL_sound
+ - sbc
- sed
- serd
- setup
https://src.fedoraproject.org/modules/flatpak-runtime/c/47c458b2b2ddcb1d4...
3Â years, 4Â months
drago01 pushed to fsarchiver (f31). "New upstream release"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-11-30 18:16:40 UTC
From 92b06355aac2ebd38bb81c0da9d1fd9a7e9df7ca Mon Sep 17 00:00:00 2001
From: Adel Gadllah <adel.gadllah(a)gmail.com>
Date: Nov 13 2019 19:33:57 +0000
Subject: New upstream release
---
diff --git a/.gitignore b/.gitignore
index d24bf20..ac893ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ fsarchiver-0.6.10.tar.gz
/fsarchiver-0.6.22.tar.gz
/fsarchiver-0.8.0.tar.gz
/fsarchiver-0.8.3.tar.gz
+/fsarchiver-0.8.5.tar.gz
diff --git a/fsarchiver.spec b/fsarchiver.spec
index badf863..03e375a 100644
--- a/fsarchiver.spec
+++ b/fsarchiver.spec
@@ -1,12 +1,11 @@
Name: fsarchiver
-Version: 0.8.3
+Version: 0.8.5
Release: 6%{?dist}
Summary: Safe and flexible file-system backup/deployment tool
License: GPLv2
URL: http://www.fsarchiver.org
Source0: https://github.com/fdupoux/%{name}/releases/download/%{version}/%{name}-%...
-Patch0: https://github.com/fdupoux/%{name}/commit/57759f2b1106b6d19f3bc11b21463f4...
BuildRequires: gcc
BuildRequires: e2fsprogs-devel => 1.41.4
@@ -20,6 +19,7 @@ BuildRequires: bzip2-devel
BuildRequires: lzo-devel
BuildRequires: xz-devel
BuildRequires: lz4-devel
+BuildRequires: libzstd-devel
%description
FSArchiver is a system tool that allows you to save the contents of a
@@ -50,6 +50,9 @@ is corrupt, you just lose the current file, not the whole archive.
%{_mandir}/man8/%{name}*
%changelog
+* Wed Nov 13 2019 Adel Gadllah <adel.gadllah(a)gmail.com> - 0.8.5-1
+- New upstream release
+
* Thu Jul 25 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.8.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index c45321e..fbdfeea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fsarchiver-0.8.3.tar.gz) = a57e64b655e8f44feb9809a4a62207c7d9b63b4c6803d11807cb445f516823d8a97d49963f0eb0c8299a8c5c4538ecd6eb90a7ac0befe1b96f50012ae740b84a
+SHA512 (fsarchiver-0.8.5.tar.gz) = bf427dfcc5a73fc799710766dc1c1392ed379565ec68d7cef49e9391da749e08fb655f2b86b4ab4db7cacaf323286b4673a7c3fbebba81ac50d0b66c1f0b91ff
https://src.fedoraproject.org/rpms/fsarchiver/c/92b06355aac2ebd38bb81c0da...
3Â years, 4Â months
drago01 pushed to fsarchiver (f31). "Remove unused patch file"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-11-30 18:16:40 UTC
From da0ae50217c85b590c28aa9f497a4e8394ca0b6c Mon Sep 17 00:00:00 2001
From: Adel Gadllah <adel.gadllah(a)gmail.com>
Date: Nov 13 2019 19:44:01 +0000
Subject: Remove unused patch file
---
diff --git a/deprecated_attr-fix.patch b/deprecated_attr-fix.patch
deleted file mode 100644
index d0d88f3..0000000
--- a/deprecated_attr-fix.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From 57759f2b1106b6d19f3bc11b21463f4307dfc3d8 Mon Sep 17 00:00:00 2001
-From: Lars Wendler <polynomial-c(a)gentoo.org>
-Date: Tue, 20 Feb 2018 10:13:30 +0100
-Subject: [PATCH] Replace <attr/xattr.h> with <sys/xattr.h>
-
-The former has been long deprecated and removed in attr-2.4.48
----
- src/oper_restore.c | 3 ++-
- src/oper_save.c | 7 ++++++-
- 3 files changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/src/oper_restore.c b/src/oper_restore.c
-index dd8af1f..92eb5f6 100644
---- a/src/oper_restore.c
-+++ b/src/oper_restore.c
-@@ -24,7 +24,8 @@
- #include <assert.h>
- #include <string.h>
- #include <stdlib.h>
--#include <attr/xattr.h>
-+#include <sys/xattr.h>
-+#include <errno.h>
- #include <sys/time.h>
- #include <sys/stat.h>
- #include <gcrypt.h>
-diff --git a/src/oper_save.c b/src/oper_save.c
-index ce6f194..ff29074 100644
---- a/src/oper_save.c
-+++ b/src/oper_save.c
-@@ -29,7 +29,8 @@
- #include <sys/param.h>
- #include <sys/statvfs.h>
- #include <sys/stat.h>
--#include <attr/xattr.h>
-+#include <sys/xattr.h>
-+#include <errno.h>
- #include <zlib.h>
- #include <assert.h>
- #include <gcrypt.h>
-@@ -59,6 +60,10 @@
- #include "error.h"
- #include "queue.h"
-
-+#ifndef ENOATTR
-+#define ENOATTR ENODATA
-+#endif
-+
- typedef struct s_savear
- { carchwriter ai;
- cregmulti regmulti;
https://src.fedoraproject.org/rpms/fsarchiver/c/da0ae50217c85b590c28aa9f4...
3Â years, 4Â months
sagitter pushed to engauge-digitizer (epel7). "Release 12.0"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-11-30 18:03:25 UTC
From 60b83616956d99056fc4d71d6cecd06c71cf65a9 Mon Sep 17 00:00:00 2001
From: sagitter <sagitter(a)fedoraproject.org>
Date: Aug 23 2019 17:50:59 +0000
Subject: Release 12.0
---
diff --git a/.gitignore b/.gitignore
index 6fb9619..83ded16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@
/engauge-digitizer-10.12.tar.gz
/engauge-digitizer-11.2.tar.gz
/engauge-digitizer-11.3.tar.gz
+/engauge-digitizer-12.tar.gz
diff --git a/engauge-digitizer.spec b/engauge-digitizer.spec
index c5f22ff..d6a384b 100644
--- a/engauge-digitizer.spec
+++ b/engauge-digitizer.spec
@@ -1,7 +1,7 @@
Name: engauge-digitizer
Summary: Convert graphs or map files into numbers
-Version: 11.3
-Release: 2%{?dist}
+Version: 12
+Release: 1%{?dist}
License: GPLv2+
URL: http://markummitchell.github.io/%{name}/
Source0: https://github.com/markummitchell/%{name}/archive/v%{version}/%{name}-%{v...
@@ -116,8 +116,7 @@ BuildRequires: doxygen
HTML documentation of %{name}.
%prep
-%setup -q -n %{name}-%{version}
-%autopatch -p0
+%autosetup -p0 -n %{name}-%{version}
## Remove default -O1 optimization
sed -e 's|-O1||g' -i engauge.pro
@@ -251,6 +250,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%license LICENSE
%changelog
+* Fri Aug 23 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 1:12.0-1
+- Release 12.0
+
* Wed Jul 24 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1:11.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index 928c95c..a0127e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (engauge-digitizer-11.3.tar.gz) = a86636bc70f79bd67cc248e69704b599634930f4a4bb746f165dcda084b849edc26cfec731bbc13a46ee113a7d007a2f5cb5cbbbc2d48c946c0b1da13f6dbd27
+SHA512 (engauge-digitizer-12.tar.gz) = b1ca5cdff3101016454b4c7009a6286a413736a58f1fdcaa82989786e2194d52b1fa28e914390e488e949633778a5e8560bc7b4d31ea4f61b39fe4108916c419
https://src.fedoraproject.org/rpms/engauge-digitizer/c/60b83616956d99056f...
3Â years, 4Â months