| Summary: | deja-dup-29.5 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | deja-dup | Assignee: | Rahul Sundaram <metherid> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | fedora, jitesh.1337, kengert, metherid, mike |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | deja-dup-30.0-1.fc20 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-05 05:48:27 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Upstream Release Monitoring
2013-09-25 07:02:25 UTC
Latest upstream release: 29.1 Current version/release in Fedora Rawhide: 27.3.1-2.fc20 URL: https://launchpad.net/deja-dup/+download Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Latest upstream release: 29.4 Current version/release in Fedora Rawhide: 27.3.1-2.fc20 URL: https://launchpad.net/deja-dup/+download Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Upstream stopped using configure and now uses cmake, so I had to learn and adopt the spec file accordingly. I'm still on Fedora 19. I've started a scratch build at http://koji.fedoraproject.org/koji/taskinfo?taskID=6394049 I've already installed a local build locally, and it correctly made an incremental backup. Let me know if you're able to test this scratch build on F19. Unless you complain, I'd produce test builds for rawhide+f20+f19 in the next few days. Below are the changes that were necessary to make 29.4 build: @@ -8,6 +8,7 @@ License: GPLv3+ URL: https://launchpad.net/deja-dup Source0: http://launchpad.net/%{name}/26/%{version}/+download/%{name}-%{version}.tar.xz +BuildRequires: cmake BuildRequires: gettext desktop-file-utils intltool BuildRequires: yelp-tools pango-devel cairo-devel vala-devel BuildRequires: libtool glib2-devel libnotify-devel @@ -35,7 +36,7 @@ Features: %setup -q %build -%configure --disable-static --with-nautilus --with-gnu-ld +cmake -DENABLE_NAUTILUS=ON -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir} make %{?_smp_mflags} %install @@ -80,11 +81,16 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_libexecdir}/deja-dup/ %{_datadir}/applications/deja-dup.desktop %{_datadir}/deja-dup/ +%{_datadir}/appdata/deja-dup.appdata.xml %{_datadir}/icons/hicolor/*/apps/deja-dup.png %{_datadir}/icons/hicolor/scalable/apps/deja-dup-symbolic.svg %{_datadir}/icons/hicolor/scalable/devices/deja-dup-cloud.svg Hello deja-dup (co-)maintainers, are you cool with this upgrade? I've made a f20 scratch build, too: http://koji.fedoraproject.org/koji/taskinfo?taskID=6419161 Hey. Thanks! Feel free to push this update. If you need commit access, request it via pkgdb and let me know. deja-dup-29.4-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/deja-dup-29.4-1.fc20 deja-dup-29.4-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/deja-dup-29.4-1.fc19 Package deja-dup-29.4-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing deja-dup-29.4-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-1189/deja-dup-29.4-1.fc19 then log in and leave karma (feedback). It has been suggested to cancel the update, because 29.4 is more of an unstable release. Latest upstream release: 29.5 Current version/release in Fedora Rawhide: 29.4-1.fc21 URL: https://launchpad.net/deja-dup/+download Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring deja-dup-30.0-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/deja-dup-30.0-1.fc20 deja-dup-30.0-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |