diff --git a/python3-rpm.spec b/python3-rpm.spec index b1f6d3b..55ddccc 100644 --- a/python3-rpm.spec +++ b/python3-rpm.spec @@ -17,7 +17,7 @@ Name: python3-rpm -Version: 4.10.2 +Version: 4.10.3.1 Release: 0 Summary: Python Bindings for Manipulating RPM Packages License: GPL-2.0+ diff --git a/rpm-4.10.3.1.tar.bz2 b/rpm-4.10.3.1.tar.bz2 new file mode 100644 index 0000000..964a1b8 --- /dev/null +++ b/rpm-4.10.3.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6260e765982936913ca877b042ed0ad863d656e06ec5badc94fa810d36b7368c +size 3574627 diff --git a/rpm-beecrypt.diff b/rpm-beecrypt.diff index 6609619..901541f 100644 --- a/rpm-beecrypt.diff +++ b/rpm-beecrypt.diff @@ -10,7 +10,7 @@ /* Define to 1 if you have the header file. */ #undef HAVE_BZLIB_H -@@ -203,6 +206,10 @@ +@@ -206,6 +209,10 @@ */ #undef LT_OBJDIR @@ -21,7 +21,7 @@ /* Define to 1 if `major', `minor', and `makedev' are declared in . */ #undef MAJOR_IN_MKDEV -@@ -287,6 +294,9 @@ +@@ -290,6 +297,9 @@ /* Build with acl support? */ #undef WITH_ACL @@ -634,7 +634,7 @@ librpmio_la_SOURCES += digest_nss.c +endif - librpmio_la_LDFLAGS = -version-info 3:2:0 + librpmio_la_LDFLAGS = -version-info 3:3:0 librpmio_la_LIBADD = \ ../misc/libmisc.la \ @WITH_NSS_LIB@ \ diff --git a/rpm-python.spec b/rpm-python.spec index 8078c1a..64b93b6 100644 --- a/rpm-python.spec +++ b/rpm-python.spec @@ -17,7 +17,7 @@ Name: rpm-python -Version: 4.10.2 +Version: 4.10.3.1 Release: 0 #!BuildIgnore: rpmlint-Factory Summary: Python Bindings for Manipulating RPM Packages diff --git a/rpm.changes b/rpm.changes index f0857bc..6d36b15 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Fri Apr 5 18:47:53 UTC 2013 - dmueller@suse.com + +- update to 4.10.3.1: + * Fix install-regression introduced in RPM 4.10.0 which can + cause creation of real files and directories skipped when + the path is shared with a %ghost. + * translation updates +------------------------------------------------------------------- Sat Mar 30 13:53:48 UTC 2013 - coolo@suse.com - which is essential for man packages diff --git a/rpm.spec b/rpm.spec index 9885a13..2fca84f 100644 --- a/rpm.spec +++ b/rpm.spec @@ -47,7 +47,7 @@ PreReq: %fillup_prereq Summary: The RPM Package Manager License: GPL-2.0+ Group: System/Packages -Version: 4.10.2 +Version: 4.10.3.1 Release: 0 Source: rpm-%{version}.tar.bz2 Source1: RPM-HOWTO.tar.bz2