orion pushed to ccache (epel7). "Update to 3.3.1, fixes #1373295"
by notificationsï¼ fedoraproject.org
From e79c20c6dee02c9ff8222f176af7fdc867794f9b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta(a)iki.fi>
Date: Thu, 8 Sep 2016 10:37:29 +0300
Subject: Update to 3.3.1, fixes #1373295
---
ccache.spec | 8 ++++++--
sources | 2 +-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/ccache.spec b/ccache.spec
index 5c16c18..b085470 100644
--- a/ccache.spec
+++ b/ccache.spec
@@ -12,7 +12,7 @@
%global relccache %(%abs2rel %{_bindir}/ccache %{_libdir}/ccache)
Name: ccache
-Version: 3.3
+Version: 3.3.1
Release: 1%{?dist}
Summary: C/C++ compiler cache
@@ -201,7 +201,7 @@ getent group ccache >/dev/null || groupadd -r ccache || :
%files -f %{name}-%{version}.compilers
%license GPL-3.0.txt LICENSE.*
-%doc AUTHORS.* MANUAL.* NEWS.* README.*
+%doc AUTHORS.* MANUAL.* NEWS.* README.md
%config(noreplace) %{_sysconfdir}/profile.d/%{name}.*sh
%{_bindir}/ccache
%dir %{_libdir}/ccache/
@@ -210,8 +210,12 @@ getent group ccache >/dev/null || groupadd -r ccache || :
%changelog
+* Thu Sep 8 2016 Ville Skyttä <ville.skytta(a)iki.fi> - 3.3.1-1
+- Update to 3.3.1, fixes #1373295
+
* Sun Aug 28 2016 Ville Skyttä <ville.skytta(a)iki.fi> - 3.3-1
- Update to 3.3
+- Run tests with clang too
* Wed Aug 10 2016 Orion Poplawski <orion(a)cora.nwra.com> - 3.2.7-3
- Add needed requires for groupadd
diff --git a/sources b/sources
index 81cf1cb..d3f9154 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-012d68ee4701a5e6227d899f933cb340 ccache-3.3.tar.xz
+72a3db9788bcb615b251b4bde7247598 ccache-3.3.1.tar.xz
--
cgit v1.1
https://src.fedoraproject.org/cgit/ccache.git/commit/?h=epel7&id=e79c20c6...
5Â years, 10Â months
orion pushed to ccache (epel7). "Update to 3.3.3"
by notificationsï¼ fedoraproject.org
From d590135504c9cf180750c03b4296ad999420603e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta(a)iki.fi>
Date: Fri, 28 Oct 2016 09:35:33 +0300
Subject: Update to 3.3.3
---
ccache.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ccache.spec b/ccache.spec
index 0833cce..92d397f 100644
--- a/ccache.spec
+++ b/ccache.spec
@@ -12,7 +12,7 @@
%global relccache %(%abs2rel %{_bindir}/ccache %{_libdir}/ccache)
Name: ccache
-Version: 3.3.2
+Version: 3.3.3
Release: 1%{?dist}
Summary: C/C++ compiler cache
@@ -210,6 +210,9 @@ getent group ccache >/dev/null || groupadd -r ccache || :
%changelog
+* Fri Oct 28 2016 Ville Skyttä <ville.skytta(a)iki.fi> - 3.3.3-1
+- Update to 3.3.3
+
* Thu Sep 29 2016 Ville Skyttä <ville.skytta(a)iki.fi> - 3.3.2-1
- Update to 3.3.2
diff --git a/sources b/sources
index 17c641f..0b4a027 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2767d8f88f5ec218983a2f05c9e20df2 ccache-3.3.2.tar.xz
+6918b36301a0b8ffdc96549f609a4ebc ccache-3.3.3.tar.xz
--
cgit v1.1
https://src.fedoraproject.org/cgit/ccache.git/commit/?h=epel7&id=d5901355...
5Â years, 10Â months
orion pushed to ccache (epel7). "Update to 3.3"
by notificationsï¼ fedoraproject.org
From 5cc6db5e26479cb7f94b034b9e6444dbe8654e4f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta(a)iki.fi>
Date: Sun, 28 Aug 2016 10:27:59 +0300
Subject: Update to 3.3
---
ccache.csh.in | 5 -----
ccache.sh.in | 5 -----
ccache.spec | 8 ++++++--
sources | 2 +-
4 files changed, 7 insertions(+), 13 deletions(-)
diff --git a/ccache.csh.in b/ccache.csh.in
index 7b2d26d..4edbb51 100644
--- a/ccache.csh.in
+++ b/ccache.csh.in
@@ -24,8 +24,3 @@ else if ( $uid != 0 ) then
unsetenv CCACHE_HARDLINK
endif
endif
-
-# CCACHE_HASHDIR: https://bugzilla.redhat.com/show_bug.cgi?id=759592
-setenv CCACHE_HASHDIR
-# CCACHE_CPP2: https://bugzilla.redhat.com/show_bug.cgi?id=1350086
-setenv CCACHE_CPP2
diff --git a/ccache.sh.in b/ccache.sh.in
index bc67069..0ce4d64 100644
--- a/ccache.sh.in
+++ b/ccache.sh.in
@@ -25,8 +25,3 @@ elif [ "${EUID:-}" != 0 ] ; then
unset CCACHE_HARDLINK
fi
fi
-
-# CCACHE_HASHDIR: https://bugzilla.redhat.com/show_bug.cgi?id=759592
-export CCACHE_HASHDIR=
-# CCACHE_CPP2: https://bugzilla.redhat.com/show_bug.cgi?id=1350086
-export CCACHE_CPP2=
diff --git a/ccache.spec b/ccache.spec
index e203889..a5d114f 100644
--- a/ccache.spec
+++ b/ccache.spec
@@ -12,8 +12,8 @@
%global relccache %(%abs2rel %{_bindir}/ccache %{_libdir}/ccache)
Name: ccache
-Version: 3.2.7
-Release: 3%{?dist}
+Version: 3.3
+Release: 1%{?dist}
Summary: C/C++ compiler cache
License: GPLv3+
@@ -123,6 +123,7 @@ done\
%ccache_trigger -p compat-gcc-32-c++ c++32 g++32
%ccache_trigger -p compat-gcc-34 cc34 gcc34
%ccache_trigger -p compat-gcc-34-c++ c++34 g++34
+%ccache_trigger -p compat-gcc-34-g77 f77 g77
%ccache_trigger -p gcc cc gcc
%ccache_trigger -p gcc-c++ c++ g++
%ccache_trigger -p gcc4 cc4 gcc4
@@ -206,6 +207,9 @@ getent group ccache >/dev/null || groupadd -r ccache || :
%changelog
+* Sun Aug 28 2016 Ville Skyttä <ville.skytta(a)iki.fi> - 3.3-1
+- Update to 3.3
+
* Wed Aug 10 2016 Orion Poplawski <orion(a)cora.nwra.com> - 3.2.7-3
- Add needed requires for groupadd
diff --git a/sources b/sources
index 0778b91..81cf1cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d51bff83f656f6a3a58c7e9117d6d8fc ccache-3.2.7.tar.xz
+012d68ee4701a5e6227d899f933cb340 ccache-3.3.tar.xz
--
cgit v1.1
https://src.fedoraproject.org/cgit/ccache.git/commit/?h=epel7&id=5cc6db5e...
5Â years, 10Â months
orion pushed to ccache (epel7). "Test with clang too"
by notificationsï¼ fedoraproject.org
From 216a049b093aa14a0f6c468d6dac0128c231562c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta(a)iki.fi>
Date: Sun, 28 Aug 2016 10:28:11 +0300
Subject: Test with clang too
---
ccache.spec | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ccache.spec b/ccache.spec
index a5d114f..5c16c18 100644
--- a/ccache.spec
+++ b/ccache.spec
@@ -24,6 +24,8 @@ Source2: %{name}.csh.in
BuildRequires: perl(File::Spec)
BuildRequires: zlib-devel >= 1.2.3
+# clang for additional tests
+BuildRequires: clang
# coreutils for triggerin, triggerpostun
Requires: coreutils
# For groupadd
@@ -90,6 +92,7 @@ find $RPM_BUILD_ROOT%{_libdir}/ccache -type l | \
%check
make check
+make check CC=clang
%define ccache_trigger(p:) \
--
cgit v1.1
https://src.fedoraproject.org/cgit/ccache.git/commit/?h=epel7&id=216a049b...
5Â years, 10Â months
orion pushed to ccache (master). "clang tests fail on EL7,
ignore for now"
by notificationsï¼ fedoraproject.org
From bebb2b51709366a828abf0b98e9b75d7a155bc22 Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion(a)cora.nwra.com>
Date: Fri, 31 Mar 2017 15:58:41 -0600
Subject: clang tests fail on EL7, ignore for now
---
ccache.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ccache.spec b/ccache.spec
index 29a100c..3c2de53 100644
--- a/ccache.spec
+++ b/ccache.spec
@@ -92,7 +92,8 @@ find $RPM_BUILD_ROOT%{_libdir}/ccache -type l | \
%check
make check
-make check CC=clang
+# Fails with clang 3.4.2 in EL7
+make check CC=clang %{?el7:|| :}
%define ccache_trigger(p:) \
--
cgit v1.1
https://src.fedoraproject.org/cgit/ccache.git/commit/?h=master&id=bebb2b5...
5Â years, 10Â months
jjames pushed to gap (master). "Bring back the -stat patch,
still needed by gap-pkg-io."
by notificationsï¼ fedoraproject.org
From e0c8972f7f6dd6865b8ec0303c42c6cbd56e6341 Mon Sep 17 00:00:00 2001
From: Jerry James <loganjerry(a)gmail.com>
Date: Fri, 31 Mar 2017 15:05:47 -0600
Subject: Bring back the -stat patch, still needed by gap-pkg-io.
---
gap-stat.patch | 152 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
gap.spec | 10 +++-
2 files changed, 161 insertions(+), 1 deletion(-)
create mode 100644 gap-stat.patch
diff --git a/gap-stat.patch b/gap-stat.patch
new file mode 100644
index 0000000..862dca2
--- /dev/null
+++ b/gap-stat.patch
@@ -0,0 +1,152 @@
+--- src/gmpints.c.orig 2016-03-19 16:35:29.000000000 -0600
++++ src/gmpints.c 2016-04-02 07:38:28.517903402 -0600
+@@ -377,6 +377,41 @@ Obj ObjInt_UInt( UInt i )
+ }
+ }
+
++Obj ObjInt_LongLong( long long i )
++{
++ Obj gmp;
++ unsigned long long ull;
++ size_t j;
++
++ if ( (-(1LL<<NR_SMALL_INT_BITS) <= i) && (i < 1LL<<NR_SMALL_INT_BITS ))
++ return INTOBJ_INT((Int) i);
++
++ if ( i >= 0LL ) {
++ gmp = NewBag( T_INTPOS, sizeof(i) );
++ ull = (unsigned long long) i;
++ }
++ else {
++ gmp = NewBag( T_INTNEG, sizeof(i) );
++ ull = (unsigned long long) -i;
++ }
++ for ( j = 0U; j < sizeof(i) / sizeof(TypLimb); j++ )
++ ((TypLimb *)ADDR_OBJ( gmp ))[j] = ull >> (j * sizeof(TypLimb));
++ return GMP_NORMALIZE( gmp );
++}
++
++Obj ObjInt_ULongLong( unsigned long long i )
++{
++ Obj gmp;
++ size_t j;
++
++ if ( i < 1ULL<<NR_SMALL_INT_BITS )
++ return INTOBJ_INT((Int) i);
++ gmp = NewBag( T_INTPOS, sizeof(i) );
++ for ( j = 0U; j < sizeof(i) / sizeof(TypLimb); j++ )
++ ((TypLimb *)ADDR_OBJ( gmp ))[j] = i >> (j * sizeof(TypLimb));
++ return GMP_NORMALIZE( gmp );
++}
++
+
+ /****************************************************************************
+ **
+--- src/gmpints.h.orig 2016-03-19 16:35:29.000000000 -0600
++++ src/gmpints.h 2016-04-02 07:38:28.518903322 -0600
+@@ -87,6 +87,21 @@ typedef mp_size_t TypGMPSize;
+ Obj ObjInt_Int(Int i);
+ Obj ObjInt_UInt(UInt i);
+
++
++/**************************************************************************
++** The following two functions convert a C long long or unsigned long long
++** respectively into* a GAP integer, either an immediate, small integer if
++** possible or otherwise a new GAP bag with TNUM T_INTPOS or T_INTNEG.
++**
++*F ObjInt_LongLong(long long i)
++*F ObjInt_ULongLong(unsigned long long i)
++**
++****************************************************************************/
++
++Obj ObjInt_LongLong(long long i);
++Obj ObjInt_ULongLong(unsigned long long i);
++
++
+ /****************************************************************************
+ **
+ */
+--- src/integer.c.orig 2016-03-19 16:35:29.000000000 -0600
++++ src/integer.c 2016-04-02 07:38:28.520903161 -0600
+@@ -216,6 +216,58 @@ Obj ObjInt_UInt(UInt i)
+ }
+
+
++/**************************************************************************
++** The following two functions convert a C long long or unsigned long long
++** respectively into a GAP integer, either an immediate, small integer if
++** possible or otherwise a new GAP bag with TNUM T_INTPOS or T_INTNEG.
++**
++*F ObjInt_LongLong(long long i)
++*F ObjInt_ULongLong(unsigned long long i)
++**
++****************************************************************************/
++
++#define NDIGITS_RAW (sizeof (long long) / sizeof (TypDigit))
++#define NDIGITS (NDIGITS_RAW >= 4U ? NDIGITS_RAW : 4U)
++
++Obj ObjInt_LongLong(long long i)
++{
++ Obj n;
++ long long bound = 1LL << NR_SMALL_INT_BITS;
++ if (i >= bound) {
++ /* We have to make a big integer */
++ size_t j;
++ n = NewBag(T_INTPOS, NDIGITS);
++ for ( j = 0U; j < NDIGITS; j++ )
++ ADDR_INT(n)[j] = (TypDigit) (i >> (j * NR_DIGIT_BITS));
++ return n;
++ } else if (-i > bound) {
++ size_t j;
++ n = NewBag(T_INTNEG, NDIGITS);
++ for ( j = 0U; j < NDIGITS; j++ )
++ ADDR_INT(n)[j] = (TypDigit) ((-i) >> (j * NR_DIGIT_BITS));
++ return n;
++ } else {
++ return INTOBJ_INT((Int) i);
++ }
++}
++
++Obj ObjInt_ULongLong(unsigned long long i)
++{
++ Obj n;
++ unsigned long long bound = 1ULL << NR_SMALL_INT_BITS;
++ if (i >= bound) {
++ /* We have to make a big integer */
++ size_t j;
++ n = NewBag(T_INTPOS, NDIGITS);
++ for ( j = 0U; j < NDIGITS; j++ )
++ ADDR_INT(n)[j] = (TypDigit) (i >> (j * NR_DIGIT_BITS));
++ return n;
++ } else {
++ return INTOBJ_INT((Int) i);
++ }
++}
++
++
+
+ /****************************************************************************
+ **
+--- src/integer.h.orig 2016-03-19 16:35:29.000000000 -0600
++++ src/integer.h 2016-04-02 07:38:28.521903081 -0600
+@@ -59,6 +59,20 @@ Obj ObjInt_Int(Int i);
+ Obj ObjInt_UInt(UInt i);
+
+
++/**************************************************************************
++** The following two functions convert a C long long or unsigned long long
++** respectively into a GAP integer, either an immediate, small integer if
++** possible or otherwise a new GAP bag with TNUM T_INTPOS or T_INTNEG.
++**
++*F ObjInt_LongLong(long long i)
++*F ObjInt_ULongLong(unsigned long long i)
++**
++****************************************************************************/
++
++Obj ObjInt_LongLong(long long i);
++Obj ObjInt_ULongLong(unsigned long long i);
++
++
+ /****************************************************************************
+ **
+ *F PrintInt( <int> ) . . . . . . . . . . . . . . . print an integer constant
diff --git a/gap.spec b/gap.spec
index d7417af..ddce951 100644
--- a/gap.spec
+++ b/gap.spec
@@ -6,7 +6,7 @@
Name: gap
Version: %(sed -r "s/r|p/./g" <<< %upstreamver)
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Computational discrete algebra
License: GPLv2+
@@ -26,6 +26,10 @@ Patch0: %{name}-paths.patch
# This patch applies a change from Debian to allow help files to be in gzip
# compressed DVI files, and also adds support for viewing with xdg-open.
Patch1: %{name}-help.patch
+# Filed as an upstream git pull request. Force use of the 64-bit stat()
+# routines to avoid overflow of the inode and size fields. The functions
+# supplied by this patch are used by gap-pkg-io.
+Patch2: %{name}-stat.patch
# Fix some unescaped curly braces in the tools
Patch100: %{name}-escape.patch
@@ -131,6 +135,7 @@ Both syntax highlighting and indentation are supported.
%setup -q -n %{gapdirname}
%patch0
%patch1
+%patch2
# Replace the CFLAGS and LDFLAGS
sed -re "s|(gp_cv_prog_cc_cdynoptions=)\"-fPIC -Wall -O2|\1\"\$RPM_OPT_FLAGS -fPIC -D_GNU_SOURCE|" \
@@ -348,6 +353,9 @@ make testinstall
%{_datadir}/vim/vimfiles/syntax/gap.vim
%changelog
+* Fri Mar 31 2017 Jerry James <loganjerry(a)gmail.com> - 4.8.7-2
+- Bring back the -stat patch, still needed by gap-pkg-io
+
* Fri Mar 31 2017 Jerry James <loganjerry(a)gmail.com> - 4.8.7-1
- New upstream release
--
cgit v1.1
https://src.fedoraproject.org/cgit/gap.git/commit/?h=master&id=e0c8972f7f...
5Â years, 10Â months
rdieter pushed to python-qt5 (master). "workaround bug #1438077"
by notificationsï¼ fedoraproject.org
From 48960d7ab29ef7c292b387d9e5f78fe1a2e29430 Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter(a)math.unl.edu>
Date: Fri, 31 Mar 2017 15:57:26 -0500
Subject: workaround bug #1438077
---
python-qt5.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/python-qt5.spec b/python-qt5.spec
index f9c92e1..5017518 100644
--- a/python-qt5.spec
+++ b/python-qt5.spec
@@ -51,8 +51,9 @@ BuildRequires: pkgconfig(Enginio)
BuildRequires: pkgconfig(Qt5Bluetooth)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Designer)
-BuildRequires: pkgconfig(Qt5Gui) pkgconfig(Qt5Multimedia)
+BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Location)
+BuildRequires: pkgconfig(Qt5Multimedia) pkgconfig(libpulse-mainloop-glib)
BuildRequires: pkgconfig(Qt5Nfc)
BuildRequires: pkgconfig(Qt5Network) pkgconfig(Qt5OpenGL)
BuildRequires: pkgconfig(Qt5Positioning)
--
cgit v1.1
https://src.fedoraproject.org/cgit/python-qt5.git/commit/?h=master&id=489...
5Â years, 10Â months
hannes pushed to backintime (f24). "Added unpackaged file"
by notificationsï¼ fedoraproject.org
From 7c7dc9f8eb8ea69b772aced8d4ad6c6d2e550138 Mon Sep 17 00:00:00 2001
From: hannes <hannes(a)fedoraproject.org>
Date: Fri, 31 Mar 2017 22:45:25 +0200
Subject: Added unpackaged file
---
backintime.spec | 1 +
1 file changed, 1 insertion(+)
diff --git a/backintime.spec b/backintime.spec
index cce386c..c7f78e6 100644
--- a/backintime.spec
+++ b/backintime.spec
@@ -180,6 +180,7 @@ fi
%doc %{_docdir}/%{name}-qt4/
%{_bindir}/%{name}-qt4
%{_bindir}/%{name}-qt4-root
+%{_bindir}/%{name}-qt4_polkit
%{_sbindir}/%{name}-qt4-root
%{_datadir}/applications/%{name}-qt4.desktop
%{_datadir}/applications/%{name}-qt4-root.desktop
--
cgit v1.1
https://src.fedoraproject.org/cgit/backintime.git/commit/?h=f24&id=7c7dc9...
5Â years, 10Â months
hannes pushed to backintime (f24). "Update to 1.1.18"
by notificationsï¼ fedoraproject.org
From d1c03664a8d5a73dcfdd473d14c437ef437a97c8 Mon Sep 17 00:00:00 2001
From: hannes <hannes(a)fedoraproject.org>
Date: Fri, 31 Mar 2017 22:38:58 +0200
Subject: Update to 1.1.18
---
.gitignore | 1 +
backintime.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index ffef785..c3b0942 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ backintime-0.9.26_src.tar.gz
/backintime-1.0.34.tar.gz
/backintime-1.0.36.tar.gz
/backintime-1.1.12.tar.gz
+/backintime-1.1.18.tar.gz
diff --git a/backintime.spec b/backintime.spec
index 4826ed2..cce386c 100644
--- a/backintime.spec
+++ b/backintime.spec
@@ -1,6 +1,6 @@
Name: backintime
-Version: 1.1.12
-Release: 4%{?dist}
+Version: 1.1.18
+Release: 1%{?dist}
Summary: Simple backup tool inspired from the Flyback project and TimeVault
License: GPLv2+
URL: http://backintime.le-web.org
@@ -194,6 +194,9 @@ fi
%changelog
+* Fri Mar 31 2017 Johannes Lips <hannes(a)fedoraproject.org> - 1.1.18-1
+- update to version 1.1.18
+
* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.12-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index bc4650e..861fc60 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-95142bf01b4343bbcfe90fb5e6e7cb67 backintime-1.1.12.tar.gz
+SHA512 (backintime-1.1.18.tar.gz) = 69d4b65ad59afeef9a1adba534c6710bd8e765e057c0cd1eaead4c083008359651b34e83d7dc92e7b074dc170b1bb659c16d6d52f5caa6eb9460e357ff4c3052
--
cgit v1.1
https://src.fedoraproject.org/cgit/backintime.git/commit/?h=f24&id=d1c036...
5Â years, 10Â months
hannes pushed to backintime (f24). "fixed icon renaming"
by notificationsï¼ fedoraproject.org
From 0e79606aef8e2e4c96bbb50fe9378f2a7be68fd1 Mon Sep 17 00:00:00 2001
From: hannes <hannes(a)fedoraproject.org>
Date: Thu, 13 Oct 2016 09:17:25 +0200
Subject: fixed icon renaming
---
backintime.spec | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/backintime.spec b/backintime.spec
index b53c1fe..924330a 100644
--- a/backintime.spec
+++ b/backintime.spec
@@ -1,6 +1,6 @@
Name: backintime
Version: 1.1.12
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Simple backup tool inspired from the Flyback project and TimeVault
License: GPLv2+
URL: http://backintime.le-web.org
@@ -79,9 +79,7 @@ This package contains the Qt4 frontend of BackInTime.
# Fix documentation directories.
sed -i -e "s|'%{name}-common'|'%{name}'|g" common/config.py
sed -i -e "s|%{name}-common|%{name}|g" common/configure qt4/configure
-# Fix icon name.
-sed -i 's/Icon=document-save/Icon=backintime/g' qt4/backintime-qt4.desktop
-sed -i 's/Icon=document-save/Icon=backintime/g' qt4/backintime-qt4-root.desktop
+
# enable more output for (failed) tests
sed -i 's|>/dev/null 2>/dev/null||g' common/test/test.sh
@@ -196,6 +194,9 @@ fi
%changelog
+* Thu Oct 13 2016 Johannes Lips <hannes(a)fedoraproject.org> - 1.1.12-3
+- fixed icon removal with sed
+
* Wed Jul 13 2016 Raphael Groner <projects.rg(a)smart.ms> - 1.1.12-2
- use make and python3 macros
- execute tests for common
--
cgit v1.1
https://src.fedoraproject.org/cgit/backintime.git/commit/?h=f24&id=0e7960...
5Â years, 10Â months