diff --git a/udisks-2.1.3.tar.bz2 b/udisks-2.1.3.tar.bz2 deleted file mode 100644 index 28d712d..0000000 --- a/udisks-2.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cc92fd651ee49a7888f90d091282b949afc629b31fdb34e187208750720632d -size 909945 diff --git a/udisks-2.1.4.tar.bz2 b/udisks-2.1.4.tar.bz2 new file mode 100644 index 0000000..ba50c48 --- /dev/null +++ b/udisks-2.1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e148dd3a4a209160452a12cfe770382836027002f6c84f2e6c17eb5be519bb +size 901364 diff --git a/udisks2.changes b/udisks2.changes index 6d06978..7dfb887 100644 --- a/udisks2.changes +++ b/udisks2.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Fri Dec 19 12:35:16 UTC 2014 - zaitor@opensuse.org + +- Update to version 2.1.4: + + Add GPT partition types from the Discoverable Partitions + Specification. + + Remove newly-added "Auto-enabled swap" GTP partition type. + + Fine-tune GTP partitions some more. + + Send SCSI SYNCHRONIZE CACHE before powering down a drive. + + Fix buffer overflow in pick_word_at(). + + Add Intel Fast Flash Standby partition GPT type. + + Skip password strength checks when changing LUKS passphrase. + + Fix build with clang. + + Revert "Fix standby timers". + + integration-test: + - Update for logind. + - Fix code formatting. + - sync file systems in sync(). + - integration-test: Drop sync_workaround, fix property testing. + - integration-test: Better failure messages. + - integration-test: Fix btrfs test. + + Fix display ID for generic FAT. + + Update obsolete gnome-common and automake macros. + + build: + - Use config-aux/ directory. + - Enable gcc colors. + + Drop obsolete g_type_init(). + + Drop obsolete polkit_unix_process_new(). + + Fix docs for SmartUpdate(). + + Hide Microsoft reserved partition. + + Identify JetFlash Transcend drives as thumb drives. + + Fix sorting of mount points. + + Fix fallback media icons for nonremovable media. + + Fix polkit auth string. + + Hide DIAGS and IntelRST partitions. + + Add a man page for umount.udisks2. + + Support building against libsystemd library. + + udisks: Change name for Intel SW RAID. + + Use internal pm check for smart poll. + + Fix standby timers. + + Fix TOCTOU race when making directories. + + Add missing #include. + + Properly initialize all used variables. + + udiskslinuxmanager.c: Don't use uninitialized wait_data struct. + + Remove useless assignments. + + udisks_linux_drive_object_uevent(): Handle null device. + + Hide Windows Recovery Environment partitions. + + Updated translations. + ------------------------------------------------------------------- Mon Mar 10 10:03:31 UTC 2014 - pwieczorkiewicz@suse.com diff --git a/udisks2.spec b/udisks2.spec index b3fbc69..f03b13b 100644 --- a/udisks2.spec +++ b/udisks2.spec @@ -20,7 +20,7 @@ Name: udisks2 %define _name udisks -Version: 2.1.3 +Version: 2.1.4 Release: 0 Summary: Disk Management Service, version 2 License: GPL-2.0+ @@ -34,13 +34,13 @@ BuildRequires: intltool BuildRequires: libacl-devel # For xsltproc BuildRequires: xsltproc -BuildRequires: pkgconfig(gio-unix-2.0) >= 2.31.13 -BuildRequires: pkgconfig(glib-2.0) >= 2.31.13 +BuildRequires: pkgconfig(gio-unix-2.0) >= 2.36 +BuildRequires: pkgconfig(glib-2.0) >= 2.36 BuildRequires: pkgconfig(gudev-1.0) >= 165 BuildRequires: pkgconfig(libatasmart) >= 0.17 BuildRequires: pkgconfig(libsystemd-login) >= 44 -BuildRequires: pkgconfig(polkit-agent-1) >= 0.92 -BuildRequires: pkgconfig(polkit-gobject-1) >= 0.92 +BuildRequires: pkgconfig(polkit-agent-1) >= 0.102 +BuildRequires: pkgconfig(polkit-gobject-1) >= 0.102 BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(udev) # sgdisk is called by udisksd to modify the partition tables... thus a needed tool. @@ -139,6 +139,7 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print %{_mandir}/man1/udisksctl.1%{?ext_man} %{_mandir}/man8/udisks.8%{?ext_man} %{_mandir}/man8/udisksd.8%{?ext_man} +%{_mandir}/man8/umount.udisks2.8%{?ext_man} %attr(0770,root,root) %dir %{_localstatedir}/lib/udisks2 %files -n libudisks2-0