Skip to content

Commit

Permalink
Merge pull request #2 from sailfishos-applications/rectify-webdav
Browse files Browse the repository at this point in the history
Merge recent commits from `sailfishos-applications/filecase:devel`
  • Loading branch information
Logic-gate authored Nov 25, 2023
2 parents af398c9 + 7abf91b commit e4ebf1b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ If you want to translate FileCase to a language it does not support yet or impro

The original [FileCase for SailfishOS (2015 - 2016)](https://openrepos.net/content/cepiperez/filecase-0#content) started as a port of [FileCase for MeeGo-Harmattan (2014)](https://openrepos.net/content/cepiperez/filecase#content) (on the Nokia N9), which in turn is an overhauled [FileBox (2013)](https://openrepos.net/content/cepiperez/filebox#content). All three applications were written by [Matias Perez (CepiPerez)](https://github.com/CepiPerez). In 2021 Matias [released the source code of FileCase](https://github.com/sailfishos-applications/filecase/commit/d4294bbc5e854bb1a32481201f556ba453fbaef6) by creating this git repository at GitHub.

In 2022 [David Llewellyn-Jones (flypig)](https://github.com/llewelld) cleaned up [the source code repository and adapted FileCase](https://github.com/sailfishos-applications/filecase/compare/0.1-9...0.2.1) to run on recent releases of SailfishOS.
In 2021 [David Llewellyn-Jones (flypig)](https://github.com/llewelld) cleaned up [the source code repository and adapted FileCase](https://github.com/sailfishos-applications/filecase/compare/0.1-9...0.2.1) to run on recent releases of SailfishOS.

In 2022 and 2023 [olf (Olf0)](https://github.com/Olf0) overhauled infrastructure aspects, such as this README, a [new OpenRepos page](https://openrepos.net/content/olf/filecase#content), the [Transifex integration](https://github.com/sailfishos-applications/filecase/pull/34), making the spec file suitable for [the Sailfish-OBS](https://build.sailfishos.org/) and [the SailfishOS:Chum community repository](https://build.sailfishos.org/project/show/sailfishos:chum) etc.
In 2022 and 2023 [olf (Olf0)](https://github.com/Olf0) overhauled infrastructure aspects, such as this README, a [new OpenRepos page](https://openrepos.net/content/olf/filecase#content), a [Transifex integration](https://github.com/sailfishos-applications/filecase/pull/34), making the spec file suitable for [the Sailfish-OBS](https://build.sailfishos.org/) and [the SailfishOS:Chum community repository](https://build.sailfishos.org/project/show/sailfishos:chum) etc.

## Credits
#### Original author
Expand Down
15 changes: 13 additions & 2 deletions rpm/filecase.changes
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
* Fri Nov 24 2023 olf <[email protected]> - 0.4.3-1
* Sat Nov 25 2023 Logic-gate <[email protected]> - 0.4.4
- Fix QML rendering error in AddWebDavAccount
- Fix Transfer View For Webdav Upload
- Fix Webdav Upload

* Thu Nov 16 2023 olf <[email protected]> - 0.4.2
* Fri Nov 24 2023 olf <[email protected]> - 0.4.3
- Update Swedish translation (PR #47) by @eson57
- Introduce a quick & dirty workaround for issue #15 (PR #46) by @simonschmeisser
- Minor documentation improvements by @Olf0
- Fix for issue #54 (Building on SFOS-OBS fails) by @nephros (#55)
- Set `Vendor:` to `meego` (#57)

* Sun Oct 29 2023 olf <[email protected]> - 0.4.2
- Fully overhaul README
- Create Translations-README
- Add Transifex configuration
- Add three issue templates
- Implement and overhaul GitHub CI workflows
- Trivially bail out of SailJail
- Clean up and rectify some code changes made in 2022

* Sun Mar 06 2022 olf <[email protected]> - 0.4.1
- Add checks for recent SD card paths: `/run/media/nemo` and `/run/media/defaultuser`
Expand Down
5 changes: 3 additions & 2 deletions rpm/filecase.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Version: 0.4.3.1
# build at GitHub and OBS, when configured accordingly; mind the sorting
# (`adud` < `alpha`). For details and reasons, see
# https://github.com/storeman-developers/harbour-storeman/wiki/Git-tag-format
Release: rc2
Release: rc4
# The Group tag should comprise one of the groups listed here:
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
Group: Applications/File
License: MPL-2.0-no-copyleft-exception
URL: https://github.com/sailfishos-applications/%{name}
# Altering the `Vendor:` field breaks the update path on SailfishOS, see
# https://en.opensuse.org/SDB:Vendor_change_update#Disabling_Vendor_stickiness
#Vendor: meego
Vendor: meego
# The "Source0:" line below requires that the value of %%{name} is also the
# project name at GitHub and the value of `%%{release}/%%{version}` is also
# the name of a correspondingly set Git tag. For details and reasons, see
Expand All @@ -41,6 +41,7 @@ Source99: %{name}.rpmlintrc
Requires: sailfishsilica-qt5 >= 0.10.9
BuildRequires: pkgconfig(sailfishapp) >= 1.0.2
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: desktop-file-utils
Expand Down

0 comments on commit e4ebf1b

Please sign in to comment.